You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ML-For-Beginners/4-Clustering/README.md

19 lines
1.4 KiB

# Clustering Models for Machine Learning
## Regional topic: Clustering models for Nigerian audience's musical taste
In Nigeria, a diverse audience has diverse musical tastes. Using data scraped from Spotify (inspired by [this article](https://towardsdatascience.com/country-wise-visual-analysis-of-music-taste-using-spotify-api-seaborn-in-python-77f5b749b421), let's look at some music popular in Nigeria.
In this series of lessons, you will discover new ways to analyze data using Clustering techniques. Clustering is particularly useful when your dataset lacks labels. If it does have labels, then Classification techniques such as those you learned in previous lessons are more useful. But in cases where you are looking to group unlabelled data, clustering is a great way to discover patterns.
## Topics
1. [Introduction to Clustering with Data Visualizations](1-Visualize/README.md)
2. [K-Means Clustering](2-K-Means/README.md)
3. [Centroid Clustering](3-Centroid/README.md)
4. [Build an API for Recommendations](4-API/README.md)
## Credits
"Introduction to Clustering" was written with ♥️ by [Jen Looper](https://www.twitter.com/jenlooper)
The [Maya Architecture](https://www.kaggle.com/ujwalkandi/archaeological-sites-with-maya-inscriptions) dataset was sourced from Kaggle.
The Flask API project was suggested by [this GitHub repo](https://github.com/amirziai/sklearnflask)