Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.66 KB

File metadata and controls

23 lines (13 loc) · 1.66 KB

Machine Learning Algorithms From Scratch

Python Numpy

Least Squares Gradient Descent Logistic Regression K-NN PCA

This repository is my attempt at demystifying machine learning algorithms. Each section of this repository will contain an explanatory notebook in which I will try my very best to explain the mathematical intuition behind the ML algorithm. In conjunction with that, a bare-bones Numpy implementation of the algorithm will also be developed.

This repository will always be a work in progress, and I will add new algorithms as I go.

Content:

1. Supervised Learning:

2. Unsupervised Learning:

  • [Principal Component Analysis(PCA)]