Questions: Hidden Markov Models

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

In an HMM, the Viterbi algorithm is used to find which of the following?

AThe probability of the observed sequence given the model
BThe most likely state at each individual time step, independently
CThe single most likely complete sequence of hidden states
DUpdated transition and emission probabilities from unlabeled data
Question 2 Multiple Choice

A speech recognizer observes a sequence of acoustic feature vectors. It uses an HMM where hidden states represent phonemes. What are the 'emissions' in this model?

AThe phonemes — they are inferred from the audio signal
BThe acoustic feature vectors — the directly observed output at each time step
CThe words — they are the final decoded output
DThe transition probabilities between phonemes
Question 3 True / False

The forward algorithm computes the probability of an observation sequence by dynamic programming, avoiding the need to enumerate all possible hidden state sequences.

TTrue
FFalse
Question 4 True / False

Baum-Welch is very likely to find the globally optimal HMM parameters if run to convergence.

TTrue
FFalse
Question 5 Short Answer

Explain why finding 'the most likely state sequence' (Viterbi) is a different problem from finding 'the most likely state at each time step,' and describe a case where the two answers could differ.

Think about your answer, then reveal below.