https://github.com/andreazoccatelli/kmeans_fromscratch
kmeans implementation in numpy
https://github.com/andreazoccatelli/kmeans_fromscratch
clustering kmeans-clustering machine-learning numpy
Last synced: about 2 months ago
JSON representation
kmeans implementation in numpy
- Host: GitHub
- URL: https://github.com/andreazoccatelli/kmeans_fromscratch
- Owner: AndreaZoccatelli
- Created: 2024-07-19T23:12:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-21T23:08:36.000Z (almost 2 years ago)
- Last Synced: 2025-10-31T08:48:34.380Z (8 months ago)
- Topics: clustering, kmeans-clustering, machine-learning, numpy
- Language: Jupyter Notebook
- Homepage:
- Size: 337 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# K-Means clustering algorithm from scratch, using NumPy
This small project is part of the Machine Learning collection in [The Paper Vault](https://www.notion.so/andrea-zoccatelli/Machine-Learning-1bd7e4c6f2204d38ba1c0c6eb9c6f76a).