Learn Before
Concept

Belief Propagation in Bayesian Networks

Belief Propagation is an iterative message passing algorithm used within graphs or trees. In Bayesian Networks, bayesian likelihoods are calculated at certain nodes and passed up or down the network.

  • If the message is passed downward (e.g. from parent to child), the child can update its beliefs using conditional probabilities.
  • If the message is passed upward (e.g. from child to parent), the parent can update its beliefs by multiplying them by a likelihood ratio.

0

5

Updated 2026-05-02

Tags

Data Science