Probabilistic Models: Flashcards
Bayesian Networks, HMMs (50 cards)
What is a Bayesian Network?
A Bayesian Network is a graphical model that represents a set of variables and their conditional dependencies using directed acyclic graphs.
True or False: In a Bayesian Network, nodes represent random variables.
True
What does HMM stand for?
Hidden Markov Model
Fill in the blank: In a Bayesian Network, the connections between nodes represent __________.
conditional dependencies
What is the primary purpose of a Hidden Markov Model?
To model systems that are assumed to be Markov processes with unobserved (hidden) states.
Multiple Choice: Which of the following is a characteristic of a Bayesian Network? A) Directed cycles B) Directed acyclic graph C) Unconditional independence D) None of the above
B) Directed acyclic graph
True or False: HMMs can only be used for discrete state spaces.
False
What is the role of the prior probability in a Bayesian Network?
The prior probability represents the initial beliefs about a variable before observing any evidence.
Fill in the blank: The process of updating beliefs in a Bayesian Network upon receiving new evidence is called __________.
Bayesian inference
What are the two main components of a Hidden Markov Model?
The states and the observations.
Multiple Choice: In HMMs, the transition probabilities describe: A) The likelihood of moving from one state to another B) The likelihood of an observation given a state C) The initial state distribution D) All of the above
A) The likelihood of moving from one state to another
True or False: In a Bayesian Network, the absence of an edge between two nodes implies independence.
True
What is a joint probability distribution?
A joint probability distribution describes the probability of two or more random variables occurring simultaneously.
Fill in the blank: The __________ algorithm is commonly used for training HMMs.
Baum-Welch
What is the main advantage of using Bayesian Networks?
They allow for the representation of complex relationships among variables and enable probabilistic inference.
Multiple Choice: Which of the following is NOT a component of a Bayesian Network? A) Nodes B) Edges C) States D) Conditional probability tables
C) States
What does the term ‘Markov property’ refer to?
The Markov property refers to the principle that the future state of a process depends only on the current state and not on the sequence of events that preceded it.
True or False: Bayesian Networks can only represent static relationships.
False
What is the role of the emission probabilities in HMMs?
Emission probabilities define the likelihood of observing a particular output given a specific state.
Fill in the blank: In a Bayesian Network, the __________ table provides the probabilities of a node given its parents.
conditional probability
What is the difference between a prior and a posterior probability?
Prior probability is the initial belief before observing evidence, while posterior probability is the updated belief after taking evidence into account.
Multiple Choice: Which algorithm is used for inference in Bayesian Networks? A) Viterbi algorithm B) Forward algorithm C) Variable elimination D) Expectation-Maximization
C) Variable elimination
What is a causal relationship in the context of Bayesian Networks?
A causal relationship indicates that one variable directly affects another, represented by a directed edge in the network.
True or False: HMMs can be used for speech recognition tasks.
True