Content deleted Content added
Tekhnofiend (talk | contribs) added time complexity for forward-backward |
|||
Line 1:
The '''forward-backward algorithm''' is a [[dynamic programming]] [[algorithm]] for computing the [[probability]] of a particular output sequence, given the parameters of the model, in the context of [[hidden Markov model]]s.
A brute force procedure for the solution of this problem is the generation of all possible sequences of observed events and hidden states with their probabilities using the two transition matrices. The joint probability of two sequences, given the model, is calculated by multiplying the corresponding probabilities.
==See also==
|