Home > Interesting, python > Machine Learning From Scratch

Machine Learning From Scratch

To master machine learning models, one of the best things you can do is to implement them yourself. Although it might seem like a difficult task, for most algorithms, it is actually easier than you think. So throughout the next 10 days, we will implement one machine learning algorithm each day using Python and sometimes the help of Numpy for certain calculations.

You can find the code in our GitHub repository: https://github.com/AssemblyAI-Example…

The algorithms we will go over are:
1. K-Nearest Neighbours
2. Linear Regression
3. Logistic Regression
4. Decision Trees
5. Random Forest
6. Naive Bayes
7. PCA
8. Perceptron
9. SVM
10. KMeans

Watch the first lesson: https://youtu.be/rTEtEy5o3X0

Categories: Interesting, python
  1. No comments yet.
  1. No trackbacks yet.

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.