An open API service indexing awesome lists of open source software.

https://github.com/alextanhongpin/hidden-markov-model

Implementing hidden markov model in different languages
https://github.com/alextanhongpin/hidden-markov-model

hidden-markov-model hmm trellis viterbi

Last synced: about 1 year ago
JSON representation

Implementing hidden markov model in different languages

Awesome Lists containing this project

README

          

# Hidden Markov Model

![hmm](assets/hmm.png)

One of the applications of HMM is to predict the sequence of state changes, based on the sequence of observations.

## Viterbi

The Viterbi Algorithm is a dynamic programming algorithm for finding the most likely sequence of hidden states - called the *Viterbi path* - that results in a sequence of observed events, especially in the context of Markov information sources and hidden Markov models.

## Trellis Diagram

![trellis](assets/trellis.png)