"매 graph 로 joint distribution 의 factorization 표현". 매 random variable = node, dependency = edge. Bayesian Network (DAG) 와 Markov Random Field (undirected) 의 두 family. 2026 의 매 deep learning 시대에도 medical diagnosis, fault detection, causal inference 에서 핵심.
매 핵심
매 Two Families
Bayesian Network (Directed): P(X) = ∏ᵢ P(Xᵢ | Pa(Xᵢ)). 매 causal direction 명시.
Markov Random Field (Undirected): P(X) = (1/Z) ∏ φc(Xc). 매 symmetric correlation.
Factor Graph: 매 두 family 통합 representation — bipartite (variable + factor nodes).
매 핵심 Operation
Marginal inference: P(Xᵢ) 매 sum out 다른 variable.
MAP inference: argmax P(X) — most likely assignment.
Conditional: P(Xᵢ | E=e) — evidence 주어진 belief update.
Learning: 매 parameter (MLE, EM) + structure (score-based, constraint-based).