Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 427 Bytes

readme.md

File metadata and controls

10 lines (7 loc) · 427 Bytes

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