prakashpandey9 / IsolatedSpeechRecognition

A python implementation of isolated word recognition using Hidden Markov Model
41 stars 21 forks source link

only get 25% accuracy on test data #2

Open fancyerii opened 6 years ago

fancyerii commented 6 years ago

I run Isolated_SR.ipynb and there is nothing wrong. But the accuracy is only 25%

prakashpandey9 commented 6 years ago

Hi. This implementation of speech recognition is speaker dependent. Training and testing data must be of the same speaker. You might be testing on your voice.

blessyyyu commented 3 years ago

Hi. This implementation of speech recognition is speaker dependent. Training and testing data must be of the same speaker. You might be testing on your voice.

hello, I want to ask that how to tell if a speech recognition system is dependent on a particular speaker?