59. What are the steps for choosing an algorithm?
There can be many ML algorithms with different methods and constraints. However, a basic method can be finding a suitable algorithm.
- Firstly, categorize the problem based on the type of input you have and the output you want from it.
- Secondly, understand the Data
- Thirdly, find the available Algorithms.
- Then, implement the Algorithm.