aribis369 / ML-Starter-Pack

A collection of Machine Learning algorithms written from sctrach.
75 stars 52 forks source link

Adding k-means from scratch #18

Closed sourojit closed 6 years ago

sourojit commented 6 years ago

I will be working on k-means

aribis369 commented 6 years ago

@sourojit KNN algo already implemented in the repo. You can create the jupyter notebook for it.

sourojit commented 6 years ago

@aribis369 I will be working on k-means algo and not KNN. I will also create the jupyter notebooks for KNN.

aribis369 commented 6 years ago

@sourojit Oops! Sorry I think I named my program wrong. My program is the k-means( clustering algorithm ). Please change the name of the folder to k-means in place of knn. You can work on KNN if you are comfortable.