Artificial Intelligence Multiple Choice Questions on “Hidden Markov Model”.
1. Which algorithm is used for solving temporal probabilistic reasoning?
a) Hill-climbing search
b) Hidden markov model
c) Depth-first search
d) Breadth-first search
Answer: b
Clarification: Hidden Markov model is used for solving temporal probabilistic reasoning that was independent of transition and sensor model.
2. How does the state of the process is described in HMM?
a) Literal
b) Single random variable
c) Single discrete random variable
d) None of the mentioned
Answer: c
Clarification: An HMM is a temporal probabilistic model in which the state of the process is described by a single discrete random variable.
3. What are the possible values of the variable?
a) Variables
b) Literals
c) Discrete variable
d) Possible states of the world
Answer: d
Clarification: The possible values of the variables are the possible states of the world.
4. Where does the additional variables are added in HMM?
a) Temporal model
b) Reality model
c) Probability model
d) All of the mentioned
Answer: a
Clarification: Additional state variables can be added to a temporal model while staying within the HMM framework.
5. Which allows for a simple and matrix implementation of all the basic algorithm?
a) HMM
b) Restricted structure of HMM
c) Temporary model
d) Reality model
Answer: b
Clarification: Restricted structure of HMM allows for a very simple and elegant matrix implementation of all the basic algorithm.
6. Where does the Hidden Markov Model is used?
a) Speech recognition
b) Understanding of real world
c) Both Speech recognition & Understanding of real world
d) None of the mentioned
Answer: a
Clarification: None.
7. Which variable can give the concrete form to the representation of the transition model?
a) Single variable
b) Discrete state variable
c) Random variable
d) Both Single & Discrete state variable
Answer: d
Clarification: With a single, discrete state variable, we can give concrete form to the representation of the transition model.
8. Which algorithm works by first running the standard forward pass to compute?
a) Smoothing
b) Modified smoothing
c) HMM
d) Depth-first search algorithm
Answer: b
Clarification: The modified smoothing algorithm works by first running the standard forward pass to compute and then running the backward pass.
9. Which reveals an improvement in online smoothing?
a) Matrix formulation
b) Revelation
c) HMM
d) None of the mentioned
Answer: a
Clarification: Matrix formulation reveals an improvement in online smoothing with a fixed lag.
10. Which suggests the existence of an efficient recursive algorithm for online smoothing?
a) Matrix
b) Constant space
c) Constant time
d) None of the mentioned
Answer: b
Clarification: None.
