Restricted Boltzmann Machine

Intermediate

Simplified Boltzmann Machine with bipartite structure.

AdvertisementAd space — term-top

Why It Matters

Restricted Boltzmann Machines are significant in the field of deep learning as they are used for feature learning and dimensionality reduction. Their ability to model complex data distributions has made them a key component in various applications, including image recognition and collaborative filtering.

A Restricted Boltzmann Machine (RBM) is a specific type of Boltzmann Machine characterized by its bipartite structure, consisting of two layers: visible and hidden units, with no intra-layer connections. This restriction simplifies the learning process and allows for efficient training using contrastive divergence. The energy function for an RBM is defined as E(v, h; θ) = -∑(i,j) v_i h_j W_ij - ∑(i) b_i v_i - ∑(j) c_j h_j, where W_ij represents the weights between visible and hidden units, and b_i and c_j are biases. RBMs serve as building blocks for deep learning architectures, particularly in deep belief networks, and are foundational in the study of unsupervised learning and feature extraction.

Keywords

RBM

Domains

Related Terms

Welcome to AI Glossary

The free, self-building AI dictionary. Help us keep it free—click an ad once in a while!

Search

Type any question or keyword into the search bar at the top.

Browse

Tap a letter in the A–Z bar to browse terms alphabetically, or filter by domain, industry, or difficulty level.

3D WordGraph

Fly around the interactive 3D graph to explore how AI concepts connect. Click any word to read its full definition.