1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
hmmlearn
========
Unsupervised learning and inference of Hidden Markov Models:
* Simple algorithms and models to learn HMMs (`Hidden Markov Models <https://en.wikipedia.org/wiki/Hidden_Markov_model>`_) in Python,
* Follows `scikit-learn <http://scikit-learn.org/stable/>`_ API as close as possible, but adapted to sequence data,
* Built on scikit-learn, NumPy, SciPy, and Matplotlib,
* Open source, commercially usable --- `BSD license <http://opensource.org/licenses/BSD-3-Clause>`_.
.. _user_guide:
User guide: table of contents
-----------------------------
.. toctree::
:maxdepth: 2
tutorial
auto_examples/index
api
changelog
|