/k-means_python

Simple implementation of the k-means clustering algorithm in Python using for loops. Vectorization work is needed..

Primary LanguagePythonMIT LicenseMIT

Vanilla k-means clustering algorithm in Python

Simple implementation of the k-means clustering algorithm in Python using for loops. Vectorization work is needed to deal with increased number of data points.

alt text