/K-Means-from-Scratch

In this short project i demonstrate the main idea and fucntion of the K-means clustering algorithm from scratch, using basic python code. The algorithm is applied on a set of 2D vectors that is provided with the notebook.

Primary LanguageJupyter Notebook

In this short project i demonstrate the main idea and fucntion of the K-means clustering algorithm from scratch, using basic python code. The algorithm is applied on a set of 2D vectors that is provided with the notebook.