The core of the Bayesian Network (BN) representation is a directed acyclic graph (DAG) G, whose nodes are the random variables in our domain and whose edges correspond, intuitively, to direct influence of one node on another. BNs are the gold standard for causal inference and reasoning. Applications:
- Risk assessment and reliability of engineering systems
- Risk factors discovery in medical diagnosis
- Anomaly detection
- Environmental modeling
#Student Example
#General Rule
Consider categorical random variables $X_1, \ldots, X_n$. A Bayesian network (BN) model is defined by
- A directed acyclic graph (DAG) $G$ where the nodes are the random variables;
- Conditional probability tables (CPTs) for each node conditional on its parents in $G$. The BN specifies that