RoboticsClubIITJ / ML-DL-implementation

An implementation of ML and DL algorithms from scratch in python using nothing but NumPy and Matplotlib.
BSD 3-Clause "New" or "Revised" License
49 stars 69 forks source link

Implement KNN Classifier #174

Closed kwanit1142 closed 3 years ago

kwanit1142 commented 3 years ago

References :-

https://machinelearningmastery.com/tutorial-to-implement-k-nearest-neighbors-in-python-from-scratch/ https://towardsdatascience.com/how-to-build-knn-from-scratch-in-python-5e22b8920bd2

alivejojo commented 3 years ago

I would like to work on this, thanks.

kwanit1142 commented 3 years ago

Sorry for the inconvenience, it is already implemented, Meanwhile you can try other problem statements. Thanks