Giter Site home page Giter Site logo

speech's Introduction

tensorflow-speech-recognition-challenge

#48 Solution to TensorFlow Speech Recognition Challenge on small foot-print keyword spotting with neural networks.

Instructions:

To sort of reproduce my result:

  1. clone the repo
  2. download competition data and unzip to input directory .
  3. run run.sh .

I used a 1070 workstation and a couple of compute instances with K80 on Google Cloud Platform. For some model I used different machine to train different folds, collect them and run inference.py to get oof and test predictions.

Note: reproducibility is not 100% guaranteed, but you should be able to get models with 88% accuracy on public leaderboard and 89% accuracy on private leaderboard.

Inputs:

I have three different input features, MFCC, logspectrogram and logmelspectrogram.

Models:

For first layer models, I used the model archituctures described in Arms' paper Hello Edge: Keyword Spotting on Microcontrollers with a bit tweak of mine own. Also tried out 1d cnn and resnet.

List of first layer neural network archituctures:

  1. Fully connected network / MLP .
  2. 1D/2D VGG style Convolutional neural network .
  3. Recurrent neural network . (I wasn't using Cudnn RNN at the time, so limited experiments were done)
  4. Convolutional recurrent neural network .
  5. Depth seperatable convolutional neural network
  6. Joint model which concatenate intermediate layers from CNN and RNN .
  7. ResNet-18 and ResNet-34 .(My implementation is wrong)

My second layer stacker is a simple Ridge Classifier, and the stacking only improved very slightly over the best model.

Closing:

Overall, it is sort of my first time tackling a deep learning competition, and I learned a lot during which.

speech

speech

speech's People

Watchers

 avatar  avatar

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.