Given data sampled from true distribution 𝐏, design a PGM 𝓜 that most likely represents 𝐏

PGM Model Learning - Tutorials

PGM Model Learning - Dimensions

problem domain dimensions:

  • complete/fully-observed data or incomplete/partially-observed data -
  • known PGM structure or unknown PGM structure -
    • model structure type:
      • directed structure or undirected structure -
      • tree structure or graph structure -
  • learning style:
    • frequentist (mle) or bayesian (map) -

PGM Model Learning - Generic

  • structure learning - given data learn the structure
  • parameter learning (if model is parametric) - given data learn the parameters of the structure

PGM Model Learning - Specific

Learning Summary - Extra (TODO combine with Linear Regression)

PGM Learning - Extra