GMM-HMM (multiple Gaussian) for isolated words recognition

版本 1.3.0.0 (19.5 KB) 作者: Hoang-Hiep Le
GMM-HMM (multiple Gaussian) for isolated digits recognition applying EM algorithm
1.5K 次下载
更新时间 2017/9/27

查看许可证

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.

引用格式

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. 检索来源 .

MATLAB 版本兼容性
创建方式 R2015b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Speech Recognition 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
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