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.
- Host: GitHub
- URL: https://github.com/tberchanov/clustering-k-means
- Owner: tberchanov
- Created: 2018-10-20T07:06:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-15T07:33:58.000Z (over 4 years ago)
- Last Synced: 2025-01-05T09:30:33.502Z (11 months ago)
- Topics: clustering-algorithm, kmeans-clustering, matplotlib, numpy, python
- Language: Python
- Homepage:
- Size: 2.25 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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