Skip to content
/ viterbi Public

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

License

Notifications You must be signed in to change notification settings

nyxtom/viterbi

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages