learning-hmm

Yet another library for hidden Markov models

https://github.com/mnacamura/learning-hmm

Latest on Hackage:0.3.2.2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed by Mitsuhiro Nakamura
Maintained by Mitsuhiro Nakamura

This library provides functions for the maximum likelihood estimation of discrete hidden Markov models. At present, only Baum-Welch and Viterbi algorithms are implemented for the plain HMM and the input-output HMM.