GitHub user HilmiYildirim opened a pull request:
https://github.com/apache/flink/pull/1350
Implemented a parallel version of Hidden Markov Models. It uses a parâ¦
Implemented a parallel version of Hidden Markov Models. It uses a parallel
version of the Baum-Welch algorithm to train the model and uses the Viterbi
algorithm to predict the sequence labels.
The prediction quality of my examples is low. The reason for this is
probably the small size of the model prameters
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/HilmiYildirim/flink HMM
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1350.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1350
----
commit 9617c5624db9db4a497edb80125c26ec001c0f7d
Author: Hilmi Yildirim <[email protected]>
Date: 2015-11-12T15:20:17Z
Implemented a parallel version of Hidden Markov Models. It uses a parallel
version of the Baum-Welch algorithm to train the model and uses the Viterbi
algorithm to predict the sequence labels
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---