9 - Hidden Markov Models Flashcards

1
Q

Filtering

A

Computing the BELIEF STATE (posterior) over the most recent state given the evidences up to the present

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Alternative Name for Filtering

A

State Estimation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Smoothing

A

Computing distribution over PAST states given the evidences up to the present

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Prediction

A

Computing the POSTERIOR over the FUTURE STATE given the evidences up to the present

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Most-Likelihood Estimation

A

Recursive Viterbi Algorithm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How are tasks in HMM computed?

A

Recursively

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Hidden Markov models have a ________.

A

Hidden Markov models have a SINGLE DISCRETE STATE VARIABLE.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

HMMs are e.g. used in ________.

A

SPEECH RECOGNITION - STOCK MARKET ANALYSIS - DROWSINESS DETECTION

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Why is it not necessary to normalize the intermediate results of the Most Likely Sequence?

A

We are only interested in the best sequence and not in the absolute probabilities.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

When is it not possible to precisely predict the state?

A

No accurate predictions for a LONG time horizon

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Difference between Filtering and Prediction

A

Prediction: posterior over the future state Filtering: posterior over the most recent state

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

A Markov process is a ________ process that has the ________.

A

A Markov process is a STOCHASTIC process that has the MARKOV PROPERTY.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly