Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 403 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 403 Bytes

Gender Recognition by voice

The k-Nearest Neighbors (kNN) algorithm was used on 20 pre-extracted features of ~3200 audio samples that were stored in a .csv file. Find dataset here.

Results

Accuracy (implementation using pure Python; without scikit-learn): 97.16088 %

Accuracy (implementation using scikit-learn): 97.47634 %