GithubHelp home page GithubHelp logo

chirps's Introduction

chirps - Bird Audio Detection Challenge

http://machine-listening.eecs.qmul.ac.uk/bird-audio-detection-challenge/

Features

We used 2 sets of features: 1) MFCCs and 2) Spectrum in melscale (melspectrum), both computed using the package librosa http://librosa.github.io/.

For MFCCs, we used 20 coefficients sampled at ~20Hz. This gave us 20x200 features for a 10s clip after clipping the first 5 samples and keeping 200 for 10s clip.

For spectrum, we use power in high frequency range from approximately 1500-10000Hz at ~20Hz sampling rate.

Learning algorithm

We used a convolution neural network (CNN) coded in tensorflow with 3 convolution layers and 2 fully-connected layers for bothe feature sets separately. Our intuition is that we (humans) could look at the spectrogram and could identify signatures of bird songs (even without listening to them), and that means we can leverage a visual model to detect bird songs in the spectrum.

We trained separate CNNs on mfcc and melspectrum, and combined the probabilities by picking the maximum probability for detecting a bird song across these networks. Even with a single CNN based on 20 MFCCs sampled every 5 ms, our trained network got ~83.3% accuracy. By combining 2 trained CNNs per feature set (a total of 4), we got upto ~84.5%.

chirps's People

Contributors

swaroopgj avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

agangzz jylls

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.