Forward Algorithm

Finding probability
Definition
Example
Summary

Section 1 - Page 10
1 2 3 4 5 6 7 8 9 10 11 12

Notice that we have an expression to calculate a at time t+1 using only the partial probabilities at time t.

We can now calculate the probability of an observation sequence given a HMM recursively - i.e. we use a's at t=1 to calculate a's at t=2; a's at t=2 to calculate a's at t=3; and so on until t = T. The probability of the sequence given the HMM is then the sum of the partial probabilities at time t = T

2d. Reduction of computational complexity
We can compare the computational complexity of calculating the probability of an observation sequence by exhaustive evaluation and by the recursive forward algorithm.

We have a sequence of T observations, O. We also have a Hidden Markov Model, l=(P,A,B), with n hidden states.