17. Markov Models 1 Flashcards

(20 cards)

1
Q

What is a stochastic process?

A

A family of random variables indexed by time, either discrete or continuous.

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

What is a discrete-time stochastic process?

A

A process where time index T belongs to the set of non-negative integers (ℕ₀).

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

What is a continuous-time stochastic process?

A

A process where time index T belongs to the positive real numbers (ℝ₊).

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

What is a Markov process?

A

A stochastic process where the future depends only on the present state, not the past.

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

What is a Markov Chain?

A

A discrete-time Markov process represented with a Bayes network.

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

What is the Markov assumption?

A

The future is independent of the past given the present.

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

What are the main types of systems in Markov models?

A

Fully observable, partially observable, autonomous, and controlled systems.

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

Define a recurrent state in a Markov model.

A

A state the chain eventually returns to.

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

What is an absorbing state?

A

A state that, once entered, cannot be left.

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

What does it mean for a Markov chain to be ergodic?

A

All states are positive recurrent and aperiodic.

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

What is the joint probability in a Markov model?

A

P(X₁, …, X_T) = P(X₁) * P(X₂|X₁) * P(X₃|X₂) * … * P(X_T|X_T₋₁).

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

What is a first-order Markov model?

A

Future states depend only on the current state.

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

What is an m-order Markov model?

A

Future states depend on the last m states.

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

What are four ways to represent transition probabilities?

A

Transition table, state diagram, trellis diagram, matrix representation.

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

What is a stationary distribution?

A

A distribution P∞ where probabilities do not change over time.

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

What is a Hidden Markov Model (HMM)?

A

A model with hidden states generating observable evidence with conditional emission probabilities.

17
Q

In HMMs, what relates evidence variables?

A

The hidden states they depend on.

18
Q

What is an application of Hidden Markov Models?

A

Speech recognition, robot localization, classification problems.

19
Q

What is the Law of Total Probability?

A

P(A) = Σ P(A|Bₙ)P(Bₙ).

20
Q

What is Bayes Rule?

A

P(C|E) = P(E|C) * P(C) / P(E).