HMMs
Continuous-time Hidden Markov Model
Install / Use
/learn @lopatovsky/HMMsREADME
UPDATE 2023/Feb/27 Direct Pypi installation is now fixed.
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 computationally expensive parts are powered by Cython to ensure high speed.
The library supports the building of two models:
<dl> <dt>Discrete-time Hidden Markov Model</dt> <dd>Usually simply referred to as the Hidden Markov Model.</dd> <dt>Continuous-time Hidden Markov Model</dt> <dd>The variant of the Hidden Markov Model where the state transition as well as observations occurs in the continuous time. </dd> </dl>Before starting work, you may check out the tutorial with examples. the ipython notebook, covering most of the common use-cases.
For the deeper understanding of the topic refer to the corresponding diploma thesis. Or read some of 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
The Numpy and Cython must be installed before installing the library package from pypi.
(env)$ python -m pip install numpy cython
(env)$ python -m pip install hmms
Related Skills
node-connect
339.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.9kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
339.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.9kCommit, push, and open a PR
