zaxliu / hmmlearn

Hidden Markov Models in Python, with scikit-learn like API

Home Page:http://hmmlearn.readthedocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hmmlearn travis appveyor ========

hmmlearn is a set of algorithms for unsupervised learning and inference of Hidden Markov Models. For supervised learning learning of HMMs and similar models see seqlearn.

Important links

Dependencies

The required dependencies to use hmmlearn are

  • Python >= 2.6
  • NumPy (tested to work with >=1.9.3)
  • SciPy (tested to work with >=0.16.0)
  • scikit-learn >= 0.16

You also need Matplotlib >= 1.1.1 to run the examples and pytest >= 2.6.0 to run the tests.

Installation

First make sure you have installed all the dependencies listed above. Then run the following command:

pip install -U --user hmmlearn

About

Hidden Markov Models in Python, with scikit-learn like API

http://hmmlearn.readthedocs.org

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 88.5%Language:PowerShell 5.9%Language:Batchfile 2.8%Language:Shell 2.3%Language:Makefile 0.6%