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/translations/en/5-Clustering
leestott fad44a68c4
🌐 Update translations via Co-op Translator
3 weeks ago
..
1-Visualize 🌐 Update translations via Co-op Translator 3 weeks ago
2-K-Means 🌐 Update translations via Co-op Translator 3 weeks ago
README.md 🌐 Update translations via Co-op Translator 3 weeks ago

README.md

Clustering models for machine learning

Clustering is a machine learning task that aims to identify objects that are similar to each other and group them into clusters. What sets clustering apart from other machine learning approaches is that it happens automatically. In fact, its fair to say its the opposite of supervised learning.

Regional topic: clustering models for a Nigerian audience's musical taste 🎧

Nigerias diverse population has equally diverse musical preferences. Using data scraped from Spotify (inspired by this article), lets explore some music thats popular in Nigeria. This dataset includes information about various songs, such as their 'danceability' score, 'acousticness', loudness, 'speechiness', popularity, and energy. It will be fascinating to uncover patterns in this data!

A turntable

Photo by Marcela Laskoski on Unsplash

In this series of lessons, youll learn new ways to analyze data using clustering techniques. Clustering is especially useful when your dataset doesnt have labels. If your dataset does have labels, classification techniques like the ones you learned in earlier lessons might be more appropriate. However, when you want to group unlabeled data, clustering is an excellent way to uncover patterns.

There are helpful low-code tools available to assist you in working with clustering models. Consider using Azure ML for this task.

Lessons

  1. Introduction to clustering
  2. K-Means clustering

Credits

These lessons were created with 🎶 by Jen Looper, with valuable reviews by Rishit Dagli and Muhammad Sakib Khan Inan.

The Nigerian Songs dataset was sourced from Kaggle, based on data scraped from Spotify.

Useful K-Means examples that contributed to the development of this lesson include this iris exploration, this introductory notebook, and this hypothetical NGO example.


Disclaimer:
This document has been translated using the AI translation service Co-op Translator. While we strive for accuracy, please note that automated translations may contain errors or inaccuracies. The original document in its native language should be regarded as the authoritative source. For critical information, professional human translation is recommended. We are not responsible for any misunderstandings or misinterpretations resulting from the use of this translation.