/music_classfication_bylstm

music classfication by lstm

Primary LanguagePython

musicclassfication

The basic model references https://github.com/despoisj/DeepAudioClassification.

To improve the acc(0.71) ,I replace the cnn model to cnn&lstm.

Usage:

use songToData.py to convert mp3 to png.

use main.py to train&test.

use tsne_ou.py to get the picture of the spatial clustering.

image