/viterbi-algorithm

Implementation of Viterbi algorithm

Primary LanguagePython

Viterbi algorithm

Implementation of the Viterbi algorithm to compute the most likely weather sequence and probability for any given observation sequence. Example observation sequences: 331, 122313, 331123312, etc.