CPTS Flashcards
(26 cards)
What does CPT stand for in the context of probabilistic graphical models?
Conditional Probability Table
True or False: A Noisy-Or model allows for the representation of independent causes leading to an effect.
True
In a Tabular CPT, how are probabilities typically represented?
As a table that lists all possible combinations of parent variables and their corresponding probabilities.
Fill in the blank: The Noisy-Or model generalizes the __________ model.
Or
What is the primary purpose of a Sigmoid function in CPTs?
To transform a linear combination of inputs into a probability between 0 and 1.
Multiple Choice: Which of the following is NOT a characteristic of a Logical/Deterministic CPT?
It outputs probabilities instead of binary outcomes.
What is the output range of a Sigmoid function?
0 to 1
True or False: In a Noisy-Or model, each cause can independently contribute to the effect.
True
Short Answer: What does a Tabular CPT require when there are multiple parent nodes?
It requires a row for each combination of parent node states.
Fill in the blank: The Noisy-Or model is useful in situations where the causes are __________.
not mutually exclusive
Multiple Choice: Which equation represents the output of a Sigmoid function?
1 / (1 + e^(-x))
True or False: A deterministic relationship in a CPT means that the output is uncertain.
False
What does the term ‘noisy’ refer to in a Noisy-Or model?
The presence of uncertainty or randomness in the effect caused by the causes.
Short Answer: In a Logical CPT, what is the output when all parent nodes are true?
True
Fill in the blank: In a Tabular CPT, the probabilities must sum to __________ for each configuration of parent variables.
1
Multiple Choice: Which of the following is an advantage of using a Noisy-Or model?
It simplifies the representation of multiple independent causes.
True or False: A Sigmoid function can be used to model binary outcomes.
True
What is the key feature of a Logical/Deterministic CPT?
It produces a definitive output based on the input states.
Short Answer: What is the typical use case for a Tabular CPT?
To represent relationships in small networks with discrete variables.
Fill in the blank: The Noisy-Or model assumes that each cause has an associated __________.
probability of failure
Multiple Choice: In a Noisy-Or model, if a cause is present, what is the effect’s probability?
It depends on the probabilities of all present causes.
True or False: A Sigmoid function is linear in its output.
False
What type of data structure is often used to represent a Tabular CPT?
A matrix or table format.
Fill in the blank: In Bayesian networks, CPTs are used to define the __________ of each node.
conditional probabilities