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

https://github.com/prakharchoudhary/cluster-mania

Exploring the domain of Unsupervised learning via Clustering.
https://github.com/prakharchoudhary/cluster-mania

machine-learning matplotlib-figures python scikitlearn-machine-learning unsupervised-clustering

Last synced: 10 days ago
JSON representation

Exploring the domain of Unsupervised learning via Clustering.

Awesome Lists containing this project

README

        

# cluster-mania
Exploring the domain of Unsupervised learning via Clustering.

# To-do
1. Finding centers of similarity using the popular k-means algorithm.
2. Using a bottom-up approach to build hierarchical cluster trees.
3. Identifying arbitrary shapes of objects using a density-based clustering approach.