Concept
Factor Graph
Graphical representation that unifies directed and undirected models, more precisely, an undirected bipartite graph with two kinds of nodes; variable nodes and factor nodes.
Factorization : g(a,b,c) = f1(a,c) * f2(a,b) * f3(b,c)

0
2
Updated 2021-07-29
Tags
Bayesian Networks or Belief Network
Data Science