Content deleted Content added
m the forward-backward algorithm was described as a dynamic programming algorithm. this is not the case. i also fixed a typo in the equation for the smoothed probability. |
|||
Line 1:
In [[computer science]], the '''forward-backward algorithm''' is
==Overview ==
Line 39:
Note that we use the non-transposed matrix of <math>\mathbf{T}</math> and that the order of the terms has changed. Also note that as a final product we have not a usual matrix multiplication, but a point product. This operation multiplies each value in one matrix with the corresponding value of the other. Finally note that the description in [[#RusselNorvig03|Russel & Norvig 2003 pp. 550]] excludes the point product, though the procedure is required earlier.
The third and final step involves the computation of smoothed probabilities <math>\mathbf{
<math>\mathbf{
The example in the following section will show numerically the calculation of these matrices.
|