Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.01 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.01 KB

HiMaMo

Discrete Hidden Markov Models for Elixir.

Installation

Add himamo to your list of dependencies in mix.exs:

def deps do
  [{:himamo, "~> 0.1.0"}]
end

Usage

See docs.

Credits

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.

Licence

MIT, see LICENSE.