Discrete Hidden Markov Models for Elixir.
Add himamo
to your list of dependencies in mix.exs
:
def deps do
[{:himamo, "~> 0.1.0"}]
end
See docs.
The fundamentals of hidden markov models would not be understandable to me if it wasn't for Rabiner's excellent A tutorial on hidden Markov models and selected applications in speech recognition (also see errata). Reading the source of guyz/HMM was crucial to understand how to port these equations to code. The article Numerically Stable Hidden Markov Model Implementation was essential for fighting underflow issues.
MIT, see LICENSE.