Skip to content

JbareenM/Gender_Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gender_Classification

image

Introduction:

In this project we took a data set and analyst it to know the gender of the speaker voice

The Dataset:

The efficiency of the all self-labeled algorithms was evaluated using the Voice gender dataset and the Deterring dataset. Voice gender dataset took from https://www.kaggle.com. This database was created to identify a voice as male or female, based upon acoustic properties of the voice and speech. It consists of 3168 recorded voice samples, collected from male and female speakers. Each record from the dataset has contains 20 features that every feature represent the voice data

image

And the label represents the gender of that data.

We convert the data from the csv file to class that contains the features and the label. After that we build our first model.

image

First attempt

For our first attempt we used logistic regression in order to classify between male and female and it showed good results after 6000 iteration.

image image

Multilayer perceptron (MLP)

We tried to add multilayer perceptron that we used two Adding Hidden Layer by adding another weight and biases and multipy the two weight and biases, for 2500 iterations.

image

image

Recurrent Neural Networks (RNN) � Long Short Term Memory (LSTM)

Reasons we chose this model: RNN can benefit sequential data like frequencies. We used RNN LSTM because of it’s important when dealing with time series data. Remembering those factors over time is crucial for to continuation of the learning and weights correctness and prevent vanishing gradient that happen with big batches of data like voice recording.

Results

After using the neural network RNN and LSTM with 50 iteration we got 98%+ accuracy

image

authors Jbareen Mohamad, Dregat Ahmad, Amer Eyad

About

Tis repository represent the gender classification using deep learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages