bdura / hmm

A simple and non-optimal semi-continuous Hidden Markov Model framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hidden Markov Models Framework

This is a simple library that I developed during an internship in which I worked with a Hidden Markov Models (HMM) framework. Since there were no available library that met my needs, I had to develop one myself.

In this implementation, I use the classic Baum-Welch algorithm, itself derived from the Expectation-Maximization (EM) algorithm.

A simple HMM framework

About

A simple and non-optimal semi-continuous Hidden Markov Model framework.


Languages

Language:Python 100.0%