Connecting Local Models
Graphical models
Conditional independence
The variable \(\rvx_1\) is said to be conditionally independent of \(\rvx_3\) given \(\rvx_2\) if \(\rvx_1\) and \(\rvx_3\) are independent given \(\rvx_2\):
Then, the joint distribution can be factorized as:
Directed graphical models
Directed graphical model represents probability distribution that factorizes as a product of conditional probabilities distributions:
where pa[n] denotes the parents of node n.
A variable is conditionally independent of all other variables given its Markov blanket: its parents, its children, and parents of its children.
Undirected graphical models
Undirected graphical model represents probability distribution that factorizes as a product of potential functions \(\phi_c\):
where \(Z\) is the normalization constant, \(C\) is the set of cliques in the graph. It is better to write undirected model with clique \(\mathcal{S}_c \subset \{x_n\}_{n=1}^N\):
One set of nodes is conditionally independe of another given a third if the third set separates the first two (i.e., blocks all paths between them).