Skip to content

habibiai/Audio_data_processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Audio_data_processing

Here is simple music genre classification problem.

Dataset address : http://marsyas.info/downloads/datasets.html In this example we use GTZAN Genre Collection dataset to predict genre of test track. In the fisrt step, extract MFCC features and then use these features as input to MLP, CNN, and LSTM networks.