Intro to Hidden Markov Models, comparison to DTW.
dynamic time warping (DTW)
Hidden state sequence, Trellis (i.e. lattice) representation of an HMM, aligning observations to states
grid and lattice
The Viterbi algorithm can be computed on different data structures. The token passing version turns out to be very convenient for ASR. Tthese two different implementations are simply two different ways to perform dynamic programming.
Origin: Module 9 – Speech Recognition – the Hidden Markov Model Translate + Edit: YangSier (Homepage)