AI Terms Dictionary

A comprehensive multilingual AI terminology dictionary

Definition

Expectation Propagation (EP) approximates intractable integrals by iteratively refining Gaussian approximations to the true posterior distribution. It minimizes the Kullback-Leibler divergence between the approximate and true distributions by matching moments. EP is widely used in Bayesian machine learning for tasks like classification and regression where exact inference is computationally prohibitive, offering a balance between accuracy and efficiency.

Summary

An approximate inference algorithm used to estimate posterior distributions in complex probabilistic graphical models.

Key Concepts

Use Cases