Accéder au contenu principal
AccueilPython

Projet

Classify Song Genres from Audio Data

Débutant
Actualisé 09/2024
Rock or rap? Apply machine learning methods in Python to classify songs into genres.
Démarrer le projet gratuitement

Inclus avecPremium or Teams

PythonData ManipulationData VisualizationMachine Learning1 heure12 Tasks1,500 XP15,114

Créez votre compte gratuit

ou

En continuant, vous acceptez nos Conditions d'utilisation, notre Politique de confidentialité et le fait que vos données sont stockées aux États-Unis.
Group

Formation de 2 personnes ou plus ?

Essayer DataCamp for Business

Apprécié par les apprenants de milliers d’entreprises

Description du projet

Classify Song Genres from Audio Data

Using a dataset comprised of songs of two music genres (Hip-Hop and Rock), you will train a classifier to distinguish between the two genres based only on track information derived from Echonest (now part of Spotify). You will first make use of pandas and seaborn packages in Python for subsetting the data, aggregating information, and creating plots when exploring the data for obvious trends or factors you should be aware of when doing machine learning. Next, you will use the scikit-learn package to predict whether you can correctly classify a song's genre based on features such as danceability, energy, acousticness, tempo, etc. You will go over implementations of common algorithms such as PCA, logistic regression, decision trees, and so forth.

Classify Song Genres from Audio Data

Rock or rap? Apply machine learning methods in Python to classify songs into genres.
Démarrer le projet gratuitement
  • 1

    Preparing our dataset

  • 2

    Pairwise relationships between continuous variables

  • 3

    Splitting our data

  • 4

    Normalizing the feature data

  • 5

    Principal Component Analysis on our scaled data

  • 6

    Further visualization of PCA

  • 7

    Projecting on to our features

  • 8

    Train a decision tree to classify genre

  • 9

    Compare our decision tree to a logistic regression

  • 10

    Balance our data for greater performance

  • 11

    Does balancing our dataset improve model bias?

  • 12

    Using cross-validation to evaluate our models

Rejoignez plus de 16 millions d’apprenants et commencer Classify Song Genres from Audio Data dès aujourd'hui !

Créez votre compte gratuit

ou

En continuant, vous acceptez nos Conditions d'utilisation, notre Politique de confidentialité et le fait que vos données sont stockées aux États-Unis.