AI Terms Dictionary

A comprehensive multilingual AI terminology dictionary

Definition

Energy-Based Models (EBMs) define a probability distribution over input data using an unnormalized density function derived from an energy function. The energy function maps data points to real numbers, where lower energies correspond to higher probabilities. EBMs are flexible and can model complex multimodal distributions but often require computationally intensive sampling methods, such as Markov Chain Monte Carlo, for inference and training compared to normalized models like softmax classifiers.

Summary

A probabilistic model that assigns low energy values to plausible configurations and high energy values to implausible ones.

Key Concepts

Use Cases