File: index.rst

package info (click to toggle)
python-hmmlearn 0.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 588 kB
  • sloc: python: 4,797; cpp: 321; makefile: 13
file content (22 lines) | stat: -rw-r--r-- 651 bytes parent folder | download
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