Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 454 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 454 Bytes

InteractiveKMeans

Interactive K-Means algorithm with GUI overlay to observe how the algorithm converges.
The user can add observations (points) to the grid and alter the amount of centroids or the speed of the simulation.
Points can be added during convergence to explore how the centroids change when new information appears.

Written in python. No libs required.

Screenshot