Graphical models (or probabilistic graphical models, PGMs) are sub-area of machine learning and statistics. PGMs are a framework for representing independence assumptions of random variables in probability distributions. Broadly, the study of PGMs includes the study of algorithms for learning and inference for these complex probability distributions. PGMs have applications in machine learning, statistics, natural language processing, speech recognition, computer vision, robotics, and other areas. Topics include Bayesian Networks, Hidden Markov Models (HMMs), Conditional Random Fields (CRFs), Markov Random Fields (MRFs), Variational Inference and Bayesian nonparametrics.
See also recent advances in HMMs and CRFs.