[mlpack-git] [mlpack/mlpack] Issues of HMM training (#638)

yuanjinq notifications at github.com
Thu May 12 23:05:53 EDT 2016


Hi, I'm new to HMM and I'm trying to use Mlpack to train a model of Gaussian HMM with a few observation sequences. So I used the mlpack_hmm_train with following command:
mlpack_hmm_train -i 11.txt -n 4 -t gaussian -o 11out.xml

Then I went to the model file and try to find the emissions and transform matrix. I found that the transform matrix are uniform and every emission are the same with a strange value. Then I changed different observation sequences, the result were similar.

Did I do the training right? I read through the document and didn't find the solution. Thank you.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/638
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160512/fbeebf29/attachment.html>


More information about the mlpack-git mailing list