Skip to content

reshalfahsi/music-genre-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Music Genre Classification

Classify input audio into a particular genre of music. First, the audio is preprocessed via MFCC. Next, using MLP, we obtain the probability distribution of 10 classes of music genres. Before applying MLP to the MFCC, the cepstral coefficients with the length of the number of sequence of time has to be averaged and subjected to CMVN. The project is available in this notebook. It covers:

  • Step-by-step MFCC from the Scratch with Visualization

    MFCC

  • MFCC + ANN

    Classification

Credit