Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 991 Bytes

File metadata and controls

19 lines (10 loc) · 991 Bytes

music-noise-segmentation-on-a-spectrogram

  • Goal : An effective way to classify and analyze audio signal with deep neural networks.

  • The whole project is based on the Keras(Theano)

  • Python dependencies : matplotlib, scipy, numpy, pylab, librosa, pickle, scikits, keras, skimage

  • Must downloads : The learned weight of neural networks; Save this file into "pickel_folder"

https://www.dropbox.com/s/ivp28e2x6gp8hfx/NNM_cla_ss_0__music_noise__j26_0000000000002_SR11kHz_goodmare.pickle?dl=0

  • This technique is investigated for the purpose of making a preprocessing system for music information retrieval (MIR) techniques.

Note : As you can see in the above picture, the proposed convolutional neural networks successfully segments a spectrogram as their identity. For detailed information, refer to my paper that is presented in LBD session in ISMIR 2015. http://ismir2015.uma.es/LBD/LBD27.pdf

Ask any question : inctrljinee at gmail.com