https://github.com/lucko515/clustering-python
Different clustering approaches applied on different problemsets
https://github.com/lucko515/clustering-python
cluster-analysis clustering clustering-algorithm custom-algorithm kmeans machine-learning
Last synced: 2 months ago
JSON representation
Different clustering approaches applied on different problemsets
- Host: GitHub
- URL: https://github.com/lucko515/clustering-python
- Owner: lucko515
- Created: 2017-07-22T21:55:52.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-13T06:55:39.000Z (about 5 years ago)
- Last Synced: 2025-03-28T09:02:17.502Z (3 months ago)
- Topics: cluster-analysis, clustering, clustering-algorithm, custom-algorithm, kmeans, machine-learning
- Language: Jupyter Notebook
- Homepage:
- Size: 268 KB
- Stars: 39
- Watchers: 2
- Forks: 57
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clustering using Python
In this repository you can find mini-projects that explains clustering Machine Learning tecnihuqes. All projects are done in Python programming languange.
## More information
Each mini project has its own README file where you can find more information about project itself.
### Custom algorithms
Please find folder called **algorithms_custom** where you can inspect KMeans, Means Shift.. algorithms wrote from scratch using only numpy. This can help you to understand intuition behind blackbox version of algorithm in Scikit-learn library.
## Lincese
Each project has MIT Lincese.