Skip to content

An implementation of Viterbi algorithm for finding the most likely explanation, of a given sequence, in an HMM.

Notifications You must be signed in to change notification settings

LykourgosS/hmm-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

hmm-solver

An implementation of Viterbi algorithm for finding the most likely explanation, of a given sequence, in an HMM (Hidden Markov model).

Description

  • Prompts the user to select either using one of the predefined HMMs (11.4, 11.6), or instead creating a new one.

(Note: Installation of Python libraries math and deque (from Collections) is required.)

Predefined HMMs

  • 11.4

  • 11.6

About

An implementation of Viterbi algorithm for finding the most likely explanation, of a given sequence, in an HMM.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages