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
Jen Looper 70cba360ea
clustering tasks
4 years ago
..
1-Visualize clustering tasks 4 years ago
2-K-Means clustering tasks 4 years ago
3-Centroid clustering tasks 4 years ago
4-API clustering tasks 4 years ago
data clustering tasks 4 years ago
images edits for clustering 4 years ago
translations rearranging all lessons 5 years ago
README.md clustering tasks 4 years ago

README.md

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

  1. Introduction to Clustering with Data Visualizations
  2. K-Means Clustering
  3. Centroid Clustering
  4. 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