Content deleted Content added
Celjski Grad (talk | contribs) Undid revision 1241140198 by 103.21.124.55 (talk) Unexplained addition to pseudocode |
|||
Line 27:
\end{cases}
</math>
The formula for <math>Q_{t,s}</math> is identical for <math>t>0</math>, except that <math>\max</math> is replaced with [[Arg max|<math>\arg\max</math>]], and <math>Q_{0,s} = 0</math>.
The Viterbi path can be found by selecting the maximum of <math>P</math> at the final timestep, and following <math>Q</math> in reverse.
|