Giter Club home page Giter Club logo

hmms's Introduction

Intro

HMMs is the Hidden Markov Models library for Python. It is easy to use, general purpose library, implementing all the important submethods, needed for the training, examining and experimenting with the data models.

The effectivness of the computationally expensive parts is powered by Cython.

You can build two models:

Discrete-time Hidden Markov Model
Usually just reffered as the Hidden Markov Model.
Continuous-time Hidden Markov Model
The variant of the Hidden Markov Model, where the state transition can occure in the continuous time, and that allows random distribution of the observation times.

Before starting to work, it is recommended to go trough tutorial with examples, the ipython notebook, covering most of the main usecases.

For deeper understanding of the topic you can see the corresponding diploma thesis. Or read the main referenced articles: Dt-HMM, Ct-HMM .

Requirements

  • python 3.5
  • libraries: Cython, ipython, matplotlib, notebook, numpy, pandas, scipy,
  • libraries for testing environment: pytest

Download & Install

After installing Numpy and Cython, you can install the package directly from test pypi.

(env)$ python -m pip install numpy cython
(env)$ python -m pip install hmms

hmms's People

Contributors

lopatovsky avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.