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
47 stars 68 forks source link

Graph of K means cluster #186

Closed devyani-code closed 2 years ago

devyani-code commented 2 years ago

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