Learn Before
Formula
Probability Distribution of a Deep Belief Network
The probability distribution represented by a Deep Belief Network (DBN) is given by: P(h^{(l)}, h^{(l-1)}) propto exp(b^{{(l)}^top}h^{(l)} + b^{(l-1)top}h^{(l-1)} + h^{(l-1)top}W^{(l)}h^{(l)}) P(h_{i}^{(k)}=1 | h^{(k+1)}) = sigma (b_{i}^{(k)}+W_{:,i}^{(k+1)top}h^{(k+1)}) forall i, forall k in 1, ..., l-2 P(v_i=1 | h^{(1)}) = sigma (b_i^{(0)}+W_{:,i}^{(1)top}h^{(1)}) forall i In the case of real-valued visible units, we substitute with diagonal for tractability.
0
1
Updated 2026-06-15
Tags
Data Science