-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HMM Decoding example #2
Comments
The publisher and I have a scheduled update of the code next week with improved and more consistent scaladocs. I will add a simple example of Viterbi algorithm.We are also planning on an alternative implementation of the training and Viterbi using tail recursion: Not sure about ETA. Regards,
I bought the book Scala for Machine Learning. I tried to use HMM in one of my projects. There're unit tests (examples) to train and evaluate the a HMM, but there's no example of decoding. I tried to write some code to decode from a trained HMM (CF-3), but I keep getting index out of bound. I'm not sure if my setup for decoding is wrong or there's some issue with the Viterbi implementation. Could you provide an example of CF-3? Thanks.— |
Patrick, Thank you for the update. I’m looking forward to the updated code. Thanks. D
|
I really appreciate the prompt updated code and the example of running CF-3 in the unit tests as requested. |
I bought the book Scala for Machine Learning. I tried to use HMM in one of my projects. There're unit tests (examples) to train and evaluate the a HMM, but there's no example of decoding. I tried to write some code to decode from a trained HMM (CF-3), but I keep getting index out of bound. I'm not sure if my setup for decoding is wrong or there's some issue with the Viterbi implementation. Could you provide an example of CF-3? Thanks.
The text was updated successfully, but these errors were encountered: