https://github.com/kizman-23/unsupervised_models
underlining patterns and relationship between data
https://github.com/kizman-23/unsupervised_models
kmeans-clustering-algorithm unsupervised-clustering unsupervised-machine-learning
Last synced: 8 months ago
JSON representation
underlining patterns and relationship between data
- Host: GitHub
- URL: https://github.com/kizman-23/unsupervised_models
- Owner: KizMan-23
- Created: 2024-08-18T17:10:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-11T20:49:55.000Z (10 months ago)
- Last Synced: 2024-12-28T06:15:23.225Z (10 months ago)
- Topics: kmeans-clustering-algorithm, unsupervised-clustering, unsupervised-machine-learning
- Language: Jupyter Notebook
- Homepage:
- Size: 1.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
Visualising the movements of centroids until it converges
