Conditional Independence d-Separation Belief Propogation
Graphical Models
Steven J Zeil
Old Dominion Univ.
Fall 2010
1 Conditional Independence d-Separation Belief Propogation
Graphical Models
1
Conditional Independence
2
d-Separation
3
Belief Propogation
2 Conditional Independence d-Separation Belief Propogation
Graphical Models
a.k.a. Bayesian networks, probabilistic networks Nodes are hypotheses (random vars)
Values are the probabilities of the observed value of that variable
Arcs are direct influences between hypotheses Forms a directed acyclic graph (DAG) The parameters are the conditional probabilities in the arcs
3 Conditional Independence d-Separation Belief Propogation
Example
Knowing that the grass is wet, what is the probability that rain is the cause? P(R|W ) = P(W |R)P(R) P(W ) = P(W |R)P(R) P(W |R)P(R) + P(W |¬R)(P(¬R) = 0.9 × 0.4 0.9 × 0.4 + 0.2 × 0.6) = 0.75
4