Code Monkey home page Code Monkey logo

gender-recognition-by-voice's Introduction

Gender Recognition by Voice and Speech Analysis

Dataset Source: Kaggle Datasets: Gender Recognition by Voice

This dataset is released by Kory Becker on Kaggle under CC BY-NC-SA 4.0 License.

This database was created to identify a voice as male or female, based upon acoustic properties of the voice and speech. The dataset consists of 3,168 recorded voice samples, collected from male and female speakers. The voice samples are pre-processed by acoustic analysis in R using the seewave and tuneR packages, with an analyzed frequency range of 0hz-280hz (human vocal range).

The Dataset

The following acoustic properties of each voice are measured and included within the CSV:

  • meanfreq : mean frequency (in kHz)
  • sd : standard deviation of frequency
  • median : median frequency (in kHz)
  • Q25 : first quantile (in kHz)
  • Q75 : third quantile (in kHz)
  • IQR : interquantile range (in kHz)
  • skew : skewness (see note in specprop description)
  • kurt : kurtosis (see note in specprop description)
  • sp.ent : spectral entropy
  • sfm : spectral flatness
  • mode : mode frequency
  • centroid : frequency centroid (see specprop)
  • peakf : peak frequency (frequency with highest energy)
  • meanfun : average of fundamental frequency measured across acoustic signal
  • minfun : minimum fundamental frequency measured across acoustic signal
  • maxfun : maximum fundamental frequency measured across acoustic signal
  • meandom : average of dominant frequency measured across acoustic signal
  • mindom : minimum of dominant frequency measured across acoustic signal
  • maxdom : maximum of dominant frequency measured across acoustic signal
  • dfrange : range of dominant frequency measured across acoustic signal
  • modindx : modulation index. Calculated as the accumulated absolute difference between adjacent measurements of fundamental frequencies divided by the frequency range
  • label : male or female

gender-recognition-by-voice's People

Contributors

prathamsolanki 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.