Viterbi algorithm: Difference between revisions

Content deleted Content added
MarkSweep (talk | contribs)
m Reverted edits by 84.93.31.44 to last version by R.Koot
Line 7:
The terms "Viterbi path" and "Viterbi algorithm" are also applied to related dynamic programming algorithms that discover the single most likely explanation for an observation. For example, in stochastic [[parser|parsing]] a dynamic programming algorithm can be used to discover the single most likely context-free derivation (parse) of a string, which is sometimes called the "Viterbi parse".
 
===A concrete example===
 
{{HMM example}}