HMM using Kevin Murphy matlab toolbox

[EDIT: 20110626 10:27 CDT - reformat - WDR]
Hi,
I am facing issues while building a HMM based recognizer for the recognition of 10 different words.
Details:
toolbox -- http://www.cs.ubc.ca/~murphyk/Software/HMM/hmm.html HMM- mixtures of gaussian.
what should be the values of these parameters in the ?? Feature vector (for one word) size 100X39. 100-frames. 39 feature dimension.
O = 8; %Number of coefficients in a vector
T = 420; %Number of vectors in a sequence
nex = 1; %Number of sequences
M = 1; %Number of mixtures
Q = 6; %Number of states
for reference please check the code mhmm_em_demo.m in this toolbox.
10 different words from different speakers. Does this imply we need to have 10 HMM models for each word.
Lets say my feature vector is of 100X39 --What should be the output symbols and can we keep hidden states as any number say 5. Also, how to store this data since this toolbox requires data in three dimensional.
As I have just started on HMM so may be my question look pretty ordinary. Looking forward for a reply. Thanks for the help.
Regards
Prats

댓글 수: 2

Fred Lawton
Fred Lawton 2013년 9월 12일
Did you ever get help? I'm trying to use Kevin Murphy's toolbox, and I'm having some problems.
RITESH
RITESH 2014년 2월 23일
Prats, Are you done with your HMM based Speech Recognizer? of so, can you share the file with me, i mean the source code for reference. I have no idea where to start and how to develop it from scratch.Also may i know how much time it may involve?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

태그

질문:

2011년 6월 26일

댓글:

2014년 2월 23일

Community Treasure Hunt

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

Start Hunting!

Translated by