9 - Hidden Markov Models Flashcards
Filtering
Computing the BELIEF STATE (posterior) over the most recent state given the evidences up to the present
Alternative Name for Filtering
State Estimation
Smoothing
Computing distribution over PAST states given the evidences up to the present
Prediction
Computing the POSTERIOR over the FUTURE STATE given the evidences up to the present
Most-Likelihood Estimation
Recursive Viterbi Algorithm
How are tasks in HMM computed?
Recursively
Hidden Markov models have a ________.
Hidden Markov models have a SINGLE DISCRETE STATE VARIABLE.
HMMs are e.g. used in ________.
SPEECH RECOGNITION - STOCK MARKET ANALYSIS - DROWSINESS DETECTION
Why is it not necessary to normalize the intermediate results of the Most Likely Sequence?
We are only interested in the best sequence and not in the absolute probabilities.
When is it not possible to precisely predict the state?
No accurate predictions for a LONG time horizon
Difference between Filtering and Prediction
Prediction: posterior over the future state Filtering: posterior over the most recent state
A Markov process is a ________ process that has the ________.
A Markov process is a STOCHASTIC process that has the MARKOV PROPERTY.