Skip to content

OkamotoDaiki/MFCC_linearSVM_TEST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MFCC linearSVM TEST

A program that extracts features with MFCC and finds the accuracy with linear SVM.

DEMO

The accuracy was 83.6% using cross-validation when the dataset of audio sample was as follows and output to one linear SVM of the machine learning algorithm using the MFCC output by this program.

The above result can be executed in linearSVM.py. Download the audio sample from the link above.

Features

This program is a test program to prove my next program. Link: https://github.com/OkamotoDaiki/MFCC

Requirement

  • Python 3.8.10
  • numpy 1.21.4
  • Scikit-learn 1.0.1

Installation

Place the audio file written in DEMO in the folloing file path and execute linearSVM.py

"recordings/*.wav"

Author

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages