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

K_Means_Clustering #51

Closed kwanit1142 closed 3 years ago

kwanit1142 commented 3 years ago

References to other Issues or PRs or Relevant literature

https://towardsdatascience.com/k-means-clustering-from-scratch-6a9d19cafc25 #### Brief description of what is fixed or changed Implemented K-Means-Clustering Model, with its custom Dataset. #### Other comments
TarunTomar122 commented 3 years ago

@kwanit1142 look good to me! let's see if @rohansingh9001 has anything to comment otherwise we'll merge it!

rohansingh9001 commented 3 years ago

@TarunTomar122 merge this if it works. The empty print statements can be replaced by \n strings to reduce clutter. Rest LGTM.

kwanit1142 commented 3 years ago

@rohansingh9001 @TarunTomar122 , I UPDATED the clutter issue, by using \n strings, so please verify on it.

TarunTomar122 commented 3 years ago

@kwanit1142 LGTM. Cheers