An open API service indexing awesome lists of open source software.

https://github.com/tberchanov/clustering-k-means

Sample program where is implemented clustering by K-means algorithm, and its visualisation.
https://github.com/tberchanov/clustering-k-means

clustering-algorithm kmeans-clustering matplotlib numpy python

Last synced: 9 months ago
JSON representation

Sample program where is implemented clustering by K-means algorithm, and its visualisation.

Awesome Lists containing this project

README

          

# Clustering-K-means
Sample program where is implemented clustering by K-means algorithm, and its visualisation.

Used technologies:
- Python
- Matplotlib
- numpy
- K-means algorithm