Return to site

Machine Learning Algorithms for Data Scientists - 10 Best

· Machine Learning,Algorithms,Ai,Python,Programming

There is no such thing as the single best machine learning algorithm, there are many ways to approach every problem. And very different data sets can require very different algo's for the best outcome. Choosing between these models is a question of balancing performance, speed and of course avoiding over fitting. I’d say always start out with the more basic models for baseline models and move up the ladder of complexity depending on the task at hand. Sometimes creating a good baseline model is the most difficult part. Anyway, for the sake of creating a list for aspiring data scientists to start from, we have the following:

1. Logistic Regression

broken image

2. Linear Regression

broken image

3. Classification & Regression Trees

broken image

4. Linear Discriminant Analysis

broken image

5. K-Nearest Neighbors

broken image

6. Naive Bayes

broken image

7. Support Vector Machines

broken image

8. Learning Vector Quantization

broken image

9. Boosting and Adaboost

broken image

10. Bagging and Random Forest

broken image

Written by Alexander Fleiss, Edited by Eddie Shen