Sign in

username:

password:



Not a member?

Search speech-recognition



Search tips

Subscribe to speech-recognition



Ads

Discussion Groups

Technical discussions about the implementation and research of speech recognition algorithms.

  

Post a new Thread

HMM Training - namrata_reddy84 - Feb 23 16:02:37 2007



Hey everyone,
    I'm working on training of HMMs for speech recognition using TIMIT 
database. Can someone tell me if there is a matlab code available for 
it?
What should the topology of the HMM(HMm structure) be? Should it be a 
left to right(Baki's model) and a fully connected model( transitional 
probabilities between all the states?

I appreciate any advice or help. Thank you

Namrata

NEW!  You can now post a message or access and search the archives of this group on
DSPRelated.com:
http://www.dsprelated.com/groups/speech-recognition/1.php

_____________________________________
Note: If you do a simple "reply" with your email client, only the author of this
message will receive your answer.  You need to do a "reply all" if you want your
answer to be distributed to the entire group.

_____________________________________
About this discussion group:

Archives:  http://www.dsprelated.com/groups/speech-recognition/1.php

To Post:  Send an email to s...@yahoogroups.com

Other DSP Related Groups: http://www.dsprelated.com/groups.php 
Yahoo! Groups - Join or create groups, clubs, forums & communities. Links
 


(You need to be a member of speech-recognition -- send a blank email to speech-recognition-subscribe@yahoogroups.com )

Re: HMM Training - abdelaziz abdelmoniem - Feb 26 8:18:05 2007

Peace on you all,
   
  you can use HTK toolkit for training and testing HMM. You can easily run it from matlab.
   
  about the topology you asked about, you can use the traditional topology which is left to
right with a number of states proportional to the length of the word being trained.
   
  Best Regards
  Abd-Elaziz
  
namrata_reddy84 <n...@yahoo.com> wrote:
          Hey everyone,
I'm working on training of HMMs for speech recognition using TIMIT 
database. Can someone tell me if there is a matlab code available for 
it?
What should the topology of the HMM(HMm structure) be? Should it be a 
left to right(Baki's model) and a fully connected model( transitional 
probabilities between all the states?

I appreciate any advice or help. Thank you

Namrata



(You need to be a member of speech-recognition -- send a blank email to speech-recognition-subscribe@yahoogroups.com )

Re: HMM Training - sinith m s - Feb 27 9:08:20 2007

Matlab statistical toolbox has functions like
hmmtrain()   %for training  a given HMM model
hmmestimate()  %for estimating the probability of state transitions.

with regards,
Sinith.

On 2/24/07, abdelaziz abdelmoniem <a...@yahoo.com> wrote:
>
>   Peace on you all,
>
> you can use HTK toolkit for training and testing HMM. You can easily run
> it from matlab.
>
> about the topology you asked about, you can use the traditional topology
> which is left to right with a number of states proportional to the length of
> the word being trained.
>
> Best Regards
> Abd-Elaziz
>
> namrata_reddy84 <n...@yahoo.com <namrata_reddy84%40yahoo.com>>
> wrote:
> Hey everyone,
> I'm working on training of HMMs for speech recognition using TIMIT
> database. Can someone tell me if there is a matlab code available for
> it?
> What should the topology of the HMM(HMm structure) be? Should it be a
> left to right(Baki's model) and a fully connected model( transitional
> probabilities between all the states?
>
> I appreciate any advice or help. Thank you
>
> Namrata
>

-- 
sathyam vada dharmam chara



(You need to be a member of speech-recognition -- send a blank email to speech-recognition-subscribe@yahoogroups.com )