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/Clustering
Jen Looper 544a36b525
edit for TODO
3 years ago
..
1-Visualize edit for TODO 3 years ago
2-K-Means adding a note on constrained data 3 years ago
data renumbering all segments 3 years ago
images clustering 3 years ago
translations renumbering all segments 3 years ago
README.md adding a note on constrained data 3 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!

A turntable

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

  1. Introduction to Clustering
  2. K-Means Clustering

Credits

These lessons were written with ♥️ by Jen Looper with helpful reviews by Muhammad Sakib Khan Inan.

The Nigerian Songs dataset was sourced from Kaggle as scraped from Spotify.