Viterbi algorithm: Difference between revisions

Content deleted Content added
Cadillac (talk | contribs)
mNo edit summary
Ruud Koot (talk | contribs)
Extensions: see also
Line 73:
 
An alternate algorithm, called the Lazy Viterbi algorithm, has been recently proposed. This works by not expanding any nodes until it really needs to, and usually manages to get away with doing a lot less work (in software) than the ordinary Viterbi algorithm for the same result - however, it is not so easy to parallelize in hardware.
 
==See also==
* [[Baum Welch algorithm]]
* [[Hidden Markov model]]
* [[Linear error-correcting code]]
 
==References==