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
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
3
Q
HMM - Markov Property
A
probability of being in state i at time t+1 depend only on current state
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