chasinginfinity / ml-from-scratch

Machine Learning algorithms implemented in Python from scratch
158 stars 530 forks source link

Machine Learning from Scratch

This is the code repository for my Machine Learning from Scratch youtube playlist

01 Linear Regression using Least Squares

Check out the tutorial video

02 Linear Regression using Gradient Descent

Check out the tutorial video Check out the medium post

03 Linear Regression in 2 minutes

Check out the medium post