Questions tagged [deep-boltzmann-machine]

For questions related to deep Boltzmann machine (DBM) which is a type of binary pairwise Markov random field (undirected probabilistic graphical model) with multiple layers of hidden random variables.

A deep Boltzmann machine (DBM) is a type of binary pairwise Markov random field (undirected probabilistic graphical model) with multiple layers of hidden random variables. It is a network of symmetrically coupled stochastic binary units. It comprises a set of visible units and layers of hidden units.

Like DBNs, DBMs can learn complex and abstract internal representations of the input in tasks such as object or speech recognition, using limited, labeled data to fine-tune the representations built using a large set of unlabeled sensory input data.

2 questions
3
votes
1 answer

What are the main differences between a deep Boltzmann machine and a deep belief network?

What are the main differences between a deep Boltzmann machine (DBM) (a recurrent neural network) and a deep belief network (which is based on RBMs)?
1
vote
0 answers

What are the differences between a deep belief network, a restricted Boltzmann machine and a deep Boltzmann machine?

Can anyone list the differences between deep Belief network (DBN), restricted Boltzmann machine (RBM), deep Boltzmann machine (DBM) using simple examples? Links to other resources are also appreciated.