GMM-HMM (multiple Gaussian) for isolated words recognition

GMM-HMM (multiple Gaussian) for isolated digits recognition applying EM algorithm
1.5K Downloads
Updated 27 Sep 2017

View License

In this project we would like to deal with training GMM-HMM for isolated words data applying EM algorithm. The testing phase is also considered using Viterbi algorithm. The results showed the performances which obtained by Matlab programming are similar to HTK's ones.
Before running these programs, please first prepare the training and testing data. Excerpts of TIDIGITS database can be obtained from this link:
http://www.ece.ucsb.edu/Faculty/Rabiner/ece259/speech%20recognition%20course.html
with the title of "isolated TI digits training files, 8 kHz sampled, endpointed: (isolated_digits_ti_train_endpt.zip)."
or you may directly download the .zip file of the training database from this link:
- training data:
http://www.ece.ucsb.edu/Faculty/Rabiner/ece259/speech%20recognition%20course/databases/isolated_digits_ti_train_endpt.zip
- testing data:
http://www.ece.ucsb.edu/Faculty/Rabiner/ece259/speech%20recognition%20course/databases/isolated_digits_ti_test_endpt.zip
Please decompress all the data sets, then locate training and testing data into directories 'wav\isolated_digits_ti_train_endpt' and 'wav\isolated_digits_ti_test_endpt', respectively.
The feature file format used in this version is compactable with the HTK format.
* Update for 2017-09-07
We have just added some feature extracting functions that would help you to convert '.wav' files to '.mfc' (or '.mfcc') files (feature files)
* Update for 2017-09-20
We have just added some functions as 'slope.m', 'wav2logpow.m', 'wav2mfcc.m'
Now you may run this project with only one click!
Please run the main function "EM_HMM_multiGaussian_isolated_digit_main.m" to start the work.

Cite As

Hoang-Hiep Le (2024). GMM-HMM (multiple Gaussian) for isolated words recognition (https://www.mathworks.com/matlabcentral/fileexchange/64297-gmm-hmm-multiple-gaussian-for-isolated-words-recognition), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2015b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.3.0.0

modify a minor error in "initial_sum_mean_var_aij.m" function

1.2.0.0

- Adding some functions: slope.m, wav2logpow.m, wav2mfcc.m
- Edit description

1.1.0.0

update the title
We have just added some feature extracting functions that would help you to convert '.wav' files to '.mfc' (or '.mfcc') files (feature files), then you may run this project with only one click!
update the description file

1.0.0.0

update the title