Giter VIP home page Giter VIP logo

sound20's Introduction

Sound20

This is a dataset including 20 animal and instrument sounds. This dataset is constructed using Animal Sound Data and Instrument Data. Each audio is split into multiple samples, and we make sure that samples in Train, Validation, Test sets are disjoint and separated.

Data

You can find spectrograms of samples in spectrogram_data.

Statistics

Split name Train set Validation set Test set
Number of samples 16,636 3,249 3,727

Labels

Each sample is assigned to one of the 20 labels, which include sounds of drums, guitars, frogs, and insects.

Label Description
0 Drum_FloorTom
1 Drum_HiHat
2 Drum_Kick
3 Drum_MidTom
4 Drum_Ride
5 Drum_Rim
6 Drum_SmallTom
7 Drum_Snare
8 Guitar_3rd_Fret
9 Guitar_9th_Fret
10 Guitar_Chord1
11 Guitar_Chord2
12 Guitar_7th_Fret
13 Bufo_Alvarius (a type of toads)
14 Bufo_Canorus (a type of toads)
15 Pseudacris_Crucifer (a type of frogs)
16 Allonemobius_Allardi (a type of crickets)
17 Anaxipha_Exigua (a type of crickets)
18 Amblycorypha_Carinata (a type of katydid)
19 Belocephalus_Sabalis (a type of katydid)

Usage

Loading data

You can load this dataset using Python with Numpy.

import numpy as np 
x_train = np.load('spectrogram_data/train_X.npy')
y_train = np.load('spectrogram_data/train_Y.npy')

Evaluate using CNNs

We conduct two experiments on this dataset using LeNet and VGG_F network structures. To run the experiments, please using the following commands.

For LeNet, use

sh scripts/run_LeNet.sh 

For VGG_F, use

sh scripts/run_VFF_F.sh 

Note that each script will run training and testing procedures and store the Train, Val, Test accuracy.

Experimental results

The experimental results using LeNet and VGG_F network structure.

Network structure Testing Accuracy
LeNet 78.07%
VGG_F 79.15%

References

Recognizing Sounds (A Deep Learning Case Study)

Animal Sound Data

sound20's People

Contributors

andytu28 avatar yimingchan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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.