Learn Before
Concept
Working Process of Centered Deep Boltzmann machine
Considering Boltzmann machine as a set of units with a weight matrix and biases , the energy function is given by: we can implement structures of Boltzmann machines with different numbers of layers, by partitioning into visible and hidden units and zeroing out elements of for units that do not interact. E^{'}(x;U,b) = -(x-mu)^{T}U(x-mu)-(x-mu)^{T}b Typically is a hyperparameter fixed at the beginning of training. It is usually chosen to make sure that when the model is initialized.
0
1
Updated 2021-07-29
Tags
Data Science