Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 778 Bytes

README.rst

File metadata and controls

22 lines (13 loc) · 778 Bytes

Hidden Markov Model

This package is an implementation of Viterbi Algorithm, Forward algorithm and the Baum Welch Algorithm. The computations are done via matrices to improve the algorithm runtime. Package hidden_markov is tested with Python version 2.7 and Python version 3.5.

Documentation

Check this link for a detailed documentation of the project.

If you are new to hidden markov models check out this tutorial .

Requirements

License

Copyright (c) 2016 Rahul Ramesh. See the LICENSE file for license rights and limitations (MIT).