Giter Site home page Giter Site logo

audiotagger's Introduction

audiotagger's People

Contributors

qcoleman97 avatar zpdeng avatar

Watchers

 avatar

Forkers

jinmingche

audiotagger's Issues

Create Model

2D CNN's promising via Kaggle.
1 on leaderboard: http://dcase.community/documents/challenge2018/technical_reports/DCASE2018_Jeong_102.pdf
2 on leaderboard: https://cpjku.github.io/dcase_task2/
3 on leaderboard: http://dcase.community/documents/challenge2018/technical_reports/DCASE2018_Iqbal_89.pdf

Ensemble of top methods?
https://www.kaggle.com/daisukelab/freesound-dataset-kaggle-2018-solution

ch 7: (advanced prac)
model ensembling (of 2D CNN & Combined 1D CNN & RNN combo, etc??)
Replace Conv2D w/ DepthwiseConv2D (or maybe SeperableConv2D?)
Batch normailization
Inception
Residual connections
DenseNet?

ch 6: (Sequential methods)
Staley - 1D CNN is preprocessing step before RNN
. Bidirectional RNNs, recurrent dropout, & stacking RNNS

ch 5: (Convolution)
Tune HP (# neurons, layers, epochs, batch_size)
. Dropout, regularization
. Data augmentation - No
. Use a pretrained CNN? (VGG16)
. Fine-tuning (VGG16)

K-Fold Validation

Pre-process data

Things to possibly do in order:
Cut out silent parts
Normalize wave form
Do STFT - transforms them from waveforms to spectrograms (STFT) to log mel spectrograms (1)
sample shape (timeframes, frequencies, 1)
Possibly normalize again

ExampleSTFT.py is resource, and can comment out the pyaudio (just for playing WAV files)

(1) Converting spectrograms to log mel spectrograms, or MFCC, could be even better
From wikipedia - "MFCCs are also increasingly finding uses in music information retrieval applications such as genre classification, audio similarity measures, etc.[7]"

Not high priority: copy spectrogram samples converted into shape (timeframes, frequencies) to be fed into 1D Convnets

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.