Title: Pattern Recognition and Machine Learning : Graphical Models
1Pattern Recognition and Machine Learning
Chapter 8 graphical models
2Bayesian Networks
- Directed Acyclic Graph (DAG)
3Bayesian Networks
General Factorization
4Conditional Independence
- a is independent of b given c
- Equivalently
- Notation
5Conditional Independence Example 1
6Conditional Independence Example 1
7Conditional Independence Example 2
8Conditional Independence Example 2
9Conditional Independence Example 3
- Note this is the opposite of Example 1, with c
unobserved.
10Conditional Independence Example 3
- Note this is the opposite of Example 1, with c
observed.
11Am I out of fuel?
B Battery (0flat, 1fully charged) F Fuel
Tank (0empty, 1full) G Fuel Gauge
Reading (0empty, 1full)
12Am I out of fuel?
Probability of an empty tank increased by
observing G 0.
13Am I out of fuel?
Probability of an empty tank reduced by observing
B 0. This referred to as explaining away.
14D-separation
- A, B, and C are non-intersecting subsets of nodes
in a directed graph. - A path from A to B is blocked if it contains a
node such that either - the arrows on the path meet either head-to-tail
or tail-to-tail at the node, and the node is in
the set C, or - the arrows meet head-to-head at the node, and
neither the node, nor any of its descendants, are
in the set C. - If all paths from A to B are blocked, A is said
to be d-separated from B by C. - If A is d-separated from B by C, the joint
distribution over all variables in the graph
satisfies .
15D-separation Example
16Inference in Graphical Models