Learn Before
Concept
Details of the Viterbi Algorithm
The Viterbi algorithm first sets up a probability matrix, with one column for each observation and one row for each state in the state graph. Each column thus has a cell for each state in the single combined automaton. Each cell of the matrix is given by:
For a given state at time , we compute the value as: where:
- is the previous Viterbi path probability from the previous time step
- is transition probability from previous state to current state
- is the state observation likelihood of the observation symbol given the current state
0
0
Updated 2021-11-07
Tags
Data Science