Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Machine Learning by (55.6k points)

Can anyone tell me how will you select suitable Machine Learning algorithm for a problem statement?

1 Answer

0 votes
by (119k points)

We have to choose suitable Machine Learning algorithm depending on the problem statement and the dataset and no model is better algorithm compared to another.

  • If it is a regression problem, then use Linear regression, Decision Trees, Random Forest, KNN, etc.
  • If it is a classification problem, then use Logistic regression, Random forest, XGboost, AdaBoost, SVM, etc.
  • If it is unsupervised learning, then use clustering algorithms like K-means algorithm.

Try out these models depending on the problem and use performance metrics to validate your model and find out which model is suitable for your problem statement. But, if you are confused about which one to choose then go for the Random Forest model.

You can sign up in this Machine Learning Course by Intellipaat which has experienced instructors, best curriculum, and projects.

Also, watch this video on Machine Learning Algorithms:

Browse Categories

...