wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Flipped Classroom activity

Total questions: 14

Worksheet time: 7mins

Name
Class
Date
1.

What is a Hidden Markov Model (HMM) primarily used for?

a)

Predicting stock market trends

b)

Identifying hidden states in sequential data

c)

Analyzing image pixels

d)

Calculating genetic mutations

2.

In an HMM, what do the emission probabilities represent?

a)

The probability of transitioning from one state to another

b)

The likelihood of observing a certain output given a state

c)

The initial probabilities of each state

d)

The total probability of all states

3.

What algorithm is used in HMMs to find the most likely sequence of hidden states given a sequence of observations?

a)

Baum-Welch Algorithm

b)

Viterbi Algorithm

c)

Forward Algorithm

d)

Backward Algorithm

4.

Which of the following is NOT a component of an HMM?

a)

Transition matrix

b)

Emission matrix

c)

Initial state distribution

d)

Observation probability matrix

5.

In a first-order HMM, the probability of being in a particular state depends only on the previous state.

4 lines
6.

In the context of HMMs, the term “state space” refers to the set of all possible observations.

4 lines
7.

In which type of HMM are observations modeled as continuous variables, typically using a Gaussian distribution?

a)

Discrete HMM

b)

Continuous HMM

c)

Gaussian HMM

d)

Hidden Markov Model with Multinomial Emissions

8.

In a Left-to-Right HMM, how are state transitions constrained?

a)

Transitions can occur only from the current state to previous states.

b)

Transitions can occur only from the current state to future states.

c)

Transitions can occur only from the current state to any other state.

d)

Transitions are not allowed between states.

9.

Which of the following statements regarding Markov Models is/are True?

a)

Transition probabilities specify how the state evolves over time.

b)

Transition probabilities are the same at all times

c)

Markov models have a choice over actions to take.

d)

In Markov models, the future and past states are dependent.

10.

Which of the following statements is/are True?

a)

Markov chains are not practically relevant for most agents since full observations are needed to update beliefs.

b)

Hidden Markov Models have an underlying Markov chain over observations

c)

You can observe outputs at each time step in Hidden Markov Models

d)

Hidden Markov Models have an underlying Markov chain over states.

11.

An HMM is defined by:

a)

Initial distribution, emissions

b)

Initial distribution, transitions

c)

Initial distribution, transitions, emissions

d)

Initial distribution, transitions, emissions, actions

12.

Which of the following statements regarding HMMs is/are True?

a)

Future state is dependent on the past state given the present state.

b)

Evidence variables are guaranteed to be independent

c)

Current observation is independent of all else given the current state.

d)

Current observation is dependent on past states.

13.

Which of the following statements is/are True?

a)

Filtering, or monitoring, is the task of tracking the distribution over time.

b)

As we get observations and beliefs get reweighted, uncertainty in the hidden state "increases"

c)

The initial belief state is usually set to be uniform

d)

Filtering takes all past observations into account to update belief of hidden state.

14.

Which of the following statements is/are True regarding online belief updates?

a)

Every time step, we start with current P(X|evidence)

b)

We update for time and evidence with normalization

c)

The forward algorithm updates for time and evidence with normalization

d)

The forward algorithm does both time and evidence at once