Jen Looper
1634092fe5
|
4 years ago | |
---|---|---|
.. | ||
1-Visualize | 4 years ago | |
2-K-Means | 4 years ago | |
3-Centroid | 4 years ago | |
4-API | 4 years ago | |
data | 4 years ago | |
images | 4 years ago | |
translations | 4 years ago | |
README.md | 4 years ago |
README.md
Clustering Models for Machine Learning
Regional topic: Clustering models for a Nigerian audience's musical taste
Nigeria's diverse audience has diverse musical tastes. Using data scraped from Spotify (inspired by this article, let's look at some music popular in Nigeria. This dataset includes data about various songs' 'danceability' score, 'acousticness', loudness, 'speechiness', popularity and energy. It will be interesting to discover patterns in this data!
Photo by Marcela Laskoski on Unsplash
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.
Lessons
- 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 Nigerian Songs dataset was sourced from Kaggle as scraped from Spotify.
The Flask API project was suggested by this GitHub repo