aascode / dcase_paper

Ensemble of convolutional neural networks for general-purpose audio tagging

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ensemble of convolutional neural networks for general-purpose audio tagging

This is the implementation of the paper and 12th place solution of Freesound General-Purpose Audio Tagging Challenge. Dataset can be downloaded at https://www.kaggle.com/c/freesound-audio-tagging/data and it should be extracted in the data folder. Model training is specified in pipeline.py and one can experiment with different inputs and available CNNs there. Stacking and model evaluation are given in ensembling.py and evaluation.py respectively. The paper itself is available at DCASEpaper.pdf.

About

Ensemble of convolutional neural networks for general-purpose audio tagging


Languages

Language:Python 100.0%