Bipin's Bubble

Probability 3: Structured Probabilistic Models

The chapter 2 of Deep Learning Book is focussed on Probability and Information Theory. This post is TLDR part 3 of the corresponding chapter of the book.

Background

\[p(a,b,c) = p(z) p(b \ \vert a) p(c \ \vert b)\]

Directed Graph models

Directed

In the above directed graph, the joint probability of random variables: $a,b,c,d,e$ can be written as:

\[p(a,b,c,d,e) = p(a) p(b \vert a) p(c \vert a, b) p(d \vert b) p(e \vert c)\]

Undirected Graph models

\[p(\mathbf{x}) = \frac{1}{Z} \underset{i}{\prod} \phi^{(i)}(C^{(i)})\]

Undirected

In the above undirected graph, the joint probability of random variables: $a,b,c,d,e$ can be written as:

\[p(a,b,c,d,e) = \frac{1}{Z} \phi^{(1)}(a,b,c) \phi^{(2)}(b,d) \phi^{(3)}(c, e)\]

Notes


comments powered by Disqus