Restricted Boltzmann Machines
A Restricted Boltzmann Machine (RBM), originally called a Harmonium, is a neural model proposed by Smolensky (in Smolensky P., Information processing in dynamical systems: Foundations of harmony theory, Parallel Distributed Processing, Vol 1, The MIT Press, 1986) that is made up of a layer of input (observable) neurons and a layer of hidden (latent) neurons. A generic structure is shown in the following diagram:
Structure of an RBM
As the undirected graph is bipartite (there are no connections between neurons belonging to the same layer), the underlying probabilistic structure is an MRF. In the original model (even if this is not a restriction), all the neurons are assumed to be Bernoulli-distributed (xi,hj = {0,1}), with a bias bi (for the observed units) and cj (for the latent neurons). The resulting energy function is:
An RBM is a probabilistic generative model that can learn a data-generating process, pdata, which is...