Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 614 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 614 Bytes

music-genre-classification

Machine learning project dealing with classification of music files into music genres. Several different machine learning algorithms are currently implemented, namely k-Nearest-Neighbors, Decision Trees, and Neural Networks. The latter can be applied to melspectrograms of the music files as well as in a transfer learning setting.

The configuration train_nn_vgg.json and features extracted by Google's VGGish yielded an accuracy of 64.7% at this kaggle challenge.