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.
1.4 KiB
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, 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
- Introduction to Clustering with Data Visualizations
- K-Means Clustering
- Centroid Clustering
- Build an API for Recommendations
Credits
"Introduction to Clustering" was written with ♥️ by Jen Looper
The Maya Architecture dataset was sourced from Kaggle.
The Flask API project was suggested by this GitHub repo