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.
Accuracy (implementation using pure Python; without scikit-learn): 97.16088 %
Accuracy (implementation using scikit-learn): 97.47634 %