HMM Flashcards

1
Q

HMM

A
  • Hidden Markov Model
  • model for data arranged over regular time intervals
  • temporal dependence of observable outcome, handled by temporal evolution of ‘hidden’ quantity
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Transition Matrix

A
  • probabilities p_ij for all combinations of i and j
  • each row - current state
  • each col - future states
  • infer how likely transitions between states are - based on prior information
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

HMM - Markov Property

A

probability of being in state i at time t+1 depend only on current state

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

Forward Algorithm

A
  • analytical solution to integrating out the latent state sequence
  • compute marginal likelihoods efficiently
  • recursively calculating the probability of reaching each state at each time point, taking into account the sequence up until that point
How well did you know this?
1
Not at all
2
3
4
5
Perfectly