Definition
Probabilistic generative models composed of multiple layers of stochastic latent variables
Detailed Explanation
DBNs are composed of stacked Restricted Boltzmann Machines (RBMs) that learn to represent data through unsupervised learning. They use layer-wise pre-training followed by fine-tuning to learn hierarchical representations of data.
Use Cases
Feature extraction, dimensionality reduction, pattern recognition, classification