Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Language Processing and recognition (MFCC as Feature Extraction & HMM classfication)

Status
Not open for further replies.

firedemon

Newbie level 4
Joined
Sep 3, 2010
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,309
Language Processing and recognition (MFCC as Feature Extraction & HMM classfication)

hai there,

currently i doing my thesis(follows as the title) i have done the MFCC as the FE. now i doing the training part and testing phase.
for training i using the Baum-Welch algorithm and viterbi for recognition.

1)my question is my log-likelihood from my training set is in positive value. i am not sure whether it acceptable o not? i doing on the nepali language.

2) i have got some viterbi path. not sure how to make use of it? help me in that too

My matlab code:

%%%%%%%%Training of HMM (Baum-Welch algorithm)%%%%%%
[LL, prior1, transmat1, mu1, Sigma1, mixmat1] = ...
mhmm_em(data1, pi, transmat, mu, Sigma, mixmat, 'max_iter', 5);
mixmat1 = max(mixmat1, 1.0e-5);

%%%% Calculate the Log Likelihood %%%%%%
[loglik, errors] = mhmm_logprob(data1, prior1, transmat1, mu1, Sigma1, mixmat1);
loglik


i really hope anyone can help in this.. i would really appreciate it and once done i will share my code for your reference and future students as well..thanks ...this is my email if wana contact me. premen87@gmail.com

*** Bless u all
 

Re: Language Processing and recognition (MFCC as Feature Extraction & HMM classficati

how come no one reply for it?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top