Graphical model
Encyclopedia : G : GR : GRA : Graphical model
In probability theory and statistics, a graphical model (GM) represents dependencies among random variables by a graph in which each random variable is a node, and the edges between the nodes represent conditional dependencies.
In the simplest case, the network structure of the model is a directed acyclic graph (DAG). Then the GM represents a factorization of the joint probability of all random variables. More precisely, if the events are
- X1, ..., Xn,
- P(X1, ..., Xn),
- P(Xi | parents of Xi) for i = 1,...,n.
This type of graphical model is known as a directed graphical model, Bayesian network, or belief network. Classic machine learning methods like hidden Markov models or neural networks can be considered as special cases of Bayesian networks.
Graphical models with undirected edges are generally called Markov random fields or Markov networks.
Applications of graphical models include modelling of gene regulatory networks, speech recognition, gene finding, computer vision and diagnosis of diseases.
A good reference for learning the basics of graphical models is written by Neapolitan, Learning Bayesian networks (2004). A more advanced and statistically oriented book is by Cowell, Dawid, Lauritzen and Spiegelhalter, Probabilistic networks and expert systems (1999). See also belief propagation.
From Wikipedia, the Free Encyclopedia. Original article here. Support Wikipedia by contributing or donating.
All text is available under the terms of the GNU Free Documentation License See Wikipedia Copyrights for details.
