Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kizman-23/unsupervised_models


https://github.com/kizman-23/unsupervised_models

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

Unsupervised_Models is a repository for models trained using unsupervised techniques.

unsupervised model is a machine learning technique in which the data are not pre-labelled but the algorithm identifies patterns,
relationships underlining the data and they are grouped according to those similarities

[Clusters](https://github.com/KizMan-23/unsupervised_models/blob/main/clusters.ipynb) is a project that showcases the underlining algorithm of different cluster techniques such as KMeans Clustering, Agglomerative Clustering, Hierrachical Clustering

[KMean Clustering](kmeans.ipynb) this is re-purposing of the Kmeans algorithm from scratch using artists' track performance dataset. This project gives an internal understanding of kmeans algorithm and how it functions to find pattern
within datasets and group items into clusters of similar relationships

![kmeans](https://github.com/user-attachments/assets/c8e558bb-5812-4aa3-9164-62c3276d6648)

Visualising the movements of centroids until it converges

![kmean viz](https://github.com/user-attachments/assets/3619270a-06d4-4828-855f-c495cfd45bfe)