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

Graph of K means cluster #186

Closed devyani-code closed 3 years ago

devyani-code commented 3 years ago

Plotted a graph which shows different cluster formed and their cluster centres. "Fixes#66"