Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kmohamedalie/clustering-algorithms

unsupervised machine learning with clustering algorithms
https://github.com/kmohamedalie/clustering-algorithms

dbscan hierarchical-clustering kmeans-clustering unsupervised-machine-learning

Last synced: about 1 month ago
JSON representation

unsupervised machine learning with clustering algorithms

Awesome Lists containing this project

README

        

# Clustering-Algorithms
Unsupervised Machine Learning with Clustering algorithms: in the repository I explored three clustering algorithms K Means, Hierarchical, and DBSCAN.

### **Practical use case of Hierarchical, BDSCAN, K- Means Clustering:**

### Mall_Customers Dataset

Credit and for more: [Youtube tutorial](https://www.youtube.com/watch?v=lQt92mh0N8I)

Link to the : [Kaggle dataset](https://www.kaggle.com/datasets/shwetabh123/mall-customers?resource=download)

Theoretical lessons about the algorithms:

[K Means Clustering](https://www.youtube.com/watch?v=YIGtalP1mv0)

[Hierarchical Clustering](https://www.youtube.com/watch?v=ijUMKMC4f9I)

[DBSCAN](https://www.youtube.com/watch?v=RDZUdRSDOok)

### Plot of Dendrogram and Elbow from the notebooks:

![image](https://github.com/Kmohamedalie/Clustering-Algorithms/assets/63104472/67a7d5ca-365b-429c-be79-27daa09761eb)

![image](https://github.com/Kmohamedalie/Clustering-Algorithms/assets/63104472/2e640f0e-1e88-4838-80ab-8fe1b6692a10)