graph-theory statistics machine-learning

Definition

Bayesian Network

A Bayesian network is a probabilistic graphical model that represents a set of random variables and their conditional dependencies via a Directed Acyclic Graph (DAG). Formally, for a set of variables , the joint probability distribution is factorised according to the graph structure:

Properties

Independence: The graph encodes local Markov properties; a node is conditionally independent of its non-descendants given its parents. This allows for a significantly more succinct representation of the joint distribution compared to full probability tables.

Inference Efficiency: Factorisation reduces the computational complexity of marginalisation and posterior updates by allowing the summation/integration to be performed over local subsets of variables.