Viterbi algorithm: Difference between revisions

Content deleted Content added
New document
 
Corrected hyperlink for "parsing"
Line 5:
More technically, the Viterbi algorithm is a dynamic programming algorithm to find the hidden sequence of observations given an observed sequence of observations in a hidden Markov model. The resulting path is called the Viterbi path.
 
Recently, the terms "Viterbi path" and "Viterbi algorithm" has been applied to related dynamic programming algorithms, such as [[parser|parsing]], as well.