SLIDE 16 Bayes Net Syntax
▪ A set of nodes, one per variable Xi ▪ A directed, acyclic graph ▪ A conditional distribution for each node given its parent variables in the graph
▪ CPT: conditional probability table: each row is a distribution for child given a configuration of its parents ▪ Description of a noisy “causal” process
A Bayes net = Topology (graph) + Local Conditional Probabilities
Ghost P(Color1,1 | Ghost) g y
(1,1) 0.01 0.1 0.3 0.59 (1,2) 0.1 0.3 0.5 0.1 (1,3) 0.3 0.5 0.19 0.01 …
Ghost Color1,1 Color1,2 Color3,3
P(Ghost) (1,1) (1,2) (1,3) … 0.11 0.11 0.11 …