close
Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

viterbi

Viterbi is an implementation of the viterbi path finding algorithm (written in go) used within the context of a trigram hidden markov model (HMM). The transition probability is passed as a function into the viterbi algorithm along with initial states and their associated initial probabilities.

View the docs.

Installation

$ go get github.com/nyxtom/viterbi

Licence

MIT

About

viterbi is an implementation of the viterbi path finding algorithm (written in go) used within the context of a trigram hidden markov model (HMM)

Resources

Stars

16 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages