Question

I'll have to train a HMM (Hidden Markov Models) system. I was told I could use HTK or the CSLU Toolkit. The first has a binding for Python, apparently, called pyhtk.

Have any of you used that binding? Would you recommend me to go for it? Are there other HMM libraries out there with better support for Python?

Thanks

Was it helpful?

Solution

I had a look at HTK for a while ago, but it did not seem that well maintained and also very targeted towards speech recognition. Another library that I would recommend you to look at is http://ghmm.org/ that contains python bindings, an EM-learner, and even a graphical editor some documentation. ;-)

OTHER TIPS

Why don't you try implementing your own HMM. It would provide you with much more flexibility, considering the fact that implementing a HMM is quite trivial.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top