Chapter 14 PROBABILISTIC REASONING
ARTIFICIAL INTELLIGENCE MODERN APPROACH
Visual Summaries
Core Terminology
Master key academic terminology through active recall and spaced repetition concepts.
Bayesian network
What data structure is used to represent the dependencies among variables in probabilistic reasoning to answer queries about a domain?
random variable
A Bayesian network is a directed graph where each node represents a _____.
Directed Acyclic Graph (DAG)
What type of graph must a Bayesian network be to ensure it has no directed cycles?
Conditional Probability Table (CPT)
What table is used to list probabilities for discrete variables in a Bayesian network based on parent combinations?
non-descendants
According to the topological semantics of Bayesian networks, a node is conditionally independent of its _____ given its parents.
Markov blanket
What set of nodes, comprising a node's parents, children, and children's parents, makes that node conditionally independent of all other nodes?

.png)

