Skip to content
/ HMM Public
forked from nanguoshun/HMM

A C++ implementation of Hidden Markov Model

Notifications You must be signed in to change notification settings

JuPrgn/HMM

 
 

Repository files navigation

This is an implementation of Hidden Markov Model (HMM) deveoped by C++. Both supervised and unsupvised training methods are developed.

Theroy Basic

HMM is a generative model $p_x$

Supervised HMM

The supervised HMM is very intituive and we simply count the transition and emission.

Unsupervised HMM

Both the hard EM and soft EM method are implemented.

About

A C++ implementation of Hidden Markov Model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.2%
  • Other 0.8%