PGMs
Probabilistic graphical models (PGMs) are a family of statistical models that use graph-based representations to encode the conditional dependencies among random variables. The graph structure conveys independence relationships, allowing compact specification of joint distributions and facilitating probabilistic reasoning under uncertainty.
PGMs are typically divided into directed graphical models, such as Bayesian networks, and undirected graphical models,
Factor graphs provide a unified representation as bipartite graphs connecting variables to factors. Dynamic Bayesian networks
Inference and learning: common tasks include computing marginal or conditional probabilities; exact inference methods include variable
Learning involves estimating parameters from data (maximum likelihood or Bayesian estimation) and learning structure (the graph
Applications span natural language processing, computer vision, robotics, bioinformatics, and finance. PGMs offer principled handling of