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 K-Means Clustering #35

Closed samarth-1729 closed 3 years ago

samarth-1729 commented 4 years ago

Related resources one can follow: https://towardsdatascience.com/k-means-clustering-from-scratch-6a9d19cafc25

rohansingh9001 commented 4 years ago

@TarunTomar122 Is this a duplicate? Or does it need to be added?

TarunTomar122 commented 4 years ago

@rohansingh9001 i think this is a duplicate nd i have already implemented this. We can close this issue

samarth-1729 commented 4 years ago

If you think KNN and K-Means are same refer this link: https://medium.com/@dhiraj8899/difference-between-k-nearest-neighbor-k-nn-and-k-means-clustering-d9a44859182f#:~:text=clear%20and%20simple-,Difference%20between%20K%2DNearest%20Neighbor(K%2D,NN)%20and%20K%2DMeans%20Clustering&text=K%2DNN%20is%20a%20Supervised,a%20clustering%20machine%20learning%20algorithm.

TarunTomar122 commented 4 years ago

@samarth-1729 okay samarth Sir! I am sorry for misunderstanding. I apologize for any mistake and this issue is up and runnin for everyone!

samarth-1729 commented 4 years ago

Thank you!

kwanit1142 commented 3 years ago

@rohansingh9001 @TarunTomar122 @Saptashrungi @samarth-1729 , code is complete and working fine, and within 1--2 days, will push the PR for k-means-clustering