Sir Fredrick
October 31st, 2001, 05:46 PM
Does anyone have (or know of) a c++ class or toolkit which performs HMM processing similarly to MATLAB?
Thanks.
Thanks.
|
Click to See Complete Forum and Search --> : Hidden Markov Model Sir Fredrick October 31st, 2001, 05:46 PM Does anyone have (or know of) a c++ class or toolkit which performs HMM processing similarly to MATLAB? Thanks. Stitch November 1st, 2001, 08:56 AM Apoligies for stating the obvious, but have you considered looking at the .m file that implements this functionality in matlab - presuming you have access to it - as the matlab syntax is quite close to C. Alternatively (likely to be simpler since I think I just found out what you're talking about) try google with 'hidden markov model c++' and take your pick think this one looked good: ftp://svr-ftp.eng.cam.ac.uk/comp.speech going to pass this on to my girlfriend, she's into speech and things like that Stitch ==================== Sir Fredrick November 1st, 2001, 03:33 PM The HMM stuff is pretty complex...I was hoping that someone else had already ported it so I wouldn't have to reinvent the wheel, so to speek. I've been searching, but haven't found anything that's quite what I'm looking for though. The link you gave isn't working right now either. :( Stitch November 2nd, 2001, 03:43 AM I see what you mean about the link, it won't go straight in to that depth, try this instead ftp://svr-ftp.eng.cam.ac.uk/ and try either the comp.speech folder or comp.speech.research I came accross the link from a result from the search I suggested you did, but not straight from the search, it was contained in this link http://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/areas/speech/systems/hmm/readme.txt in fact having just knocked the readme.txt off of the end - i think the source is actually there in a compressed form, I haven't tried because I supposed to be at work..oops ! Its a common(ish) method and if its covered at graduate level (my girlfriend had covered it in her course) I would imagine that someone must have 'released'/provided source code for HMM, keep the faith.. Stitch ==================== codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |