Skip to content

Gender Classification with different Machine Learning models, using the LibriSpeech ASR dataset.

Notifications You must be signed in to change notification settings

EmanuelAlogna/Gender-Classification-using-ML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Gender-Classification-using-ML

Automatic Speech Classification of Genders with different Machine Learning models, using the LibriSpeech ASR dataset.

Python PyPI

In Details

  • The dataset used in this work is LibriSpeech (dev-clean version).

  • I compared the performances in accuracy using different models of ML (Logistic Regression, KNN, Naive bayes, Support Vector Machine, Perceptron, Multi-layer Perceptron) and also a deep neural network (Convolutional Neural Network).