Code Monkey home page Code Monkey logo

audiosceneclassifation_tut's Introduction

Audio Scene Classifier

The main goal of this project is present a performance comparison when using different features. We will use the same model based on a convolutional neural network and we will train it using different features as input. The impact on the performance depending on the features used will be surveyed.

Feature extraction

We will train different networks using the following features, and we will present a comparison.

  1. Mel spectogram: Mel-scaled power spectogram
  2. MFCC: Mel-Frequency Cepstral Coefficients
  3. Chroma STFT: Chromagram from a waveform or power spectrogram
  4. Chroma CQT: Constant-Q chromagram
  5. Spectral Contrast: Spectral contrast

All the proposed are spectral features based, to extract them we will use the python library librosa.

[Todo] Detail each transformation.

Convolutional Neural Network

Our CNN model is based in this reference, and it is as follows

alt text

For each stereo audio signal, we will pre-process independently left and right channels extracting the features. Both features will be the input for two independent CNN, as described in the previous figure, and after that we will concatenate to estimate the category through a softmax regression.

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.