This repository will feature popular ML algorithms from scratch coded on python
It is a dynamic repository in which the following machine learning algorithms have been coded from scratch, using numpy, pandas and matplotlib only:
- Linear Regression a. Univariate b. Multivariate on Boston Dataset
- K-Nearest Neighbours on Iris Dataset
- K-Means Clustering