| Markov Network |
Article Index for Markov |
Website Links For Markov |
Information AboutMarkov Network |
| CATEGORIES ABOUT MARKOV NETWORK | |
| artificial intelligence | |
| theoretical computer science | |
| probability theory | |
| networks | |
|
Formally, a Markov network consists of:
The joint distribution represented by a Markov network is given by: where is the state of the random variables in the ''k''th clique, and the Normalizing Constant (also called a Partition Function ), where . In practice, a Markov network is often conveniently expressed as a Log-linear Model , given by with normalizing constant . The Markov Blanket of a node in a Markov network is defined to be every node with an edge to , i.e. all such that . Every node in a Markov network is Conditionally Independent of every other node given the Markov blanket of . As in a Bayesian network, one may calculate the Conditional Distribution of a set of nodes given values to another set of nodes in the Markov network by summing over all possible assignments to ; this is called Exact Inference . However, exact inference is in general a #P-complete problem, and thus computationally intractable. Approximation techniques such as Markov Chain Monte Carlo and loopy Belief Propagation are more feasible in practice. (Though note that some particular subclasses of MRF have polynomial algorithms; discovering such subclasses is an active research topic.) One notable variant of a Markov network is a Conditional Random Field , in which each random variable may also be conditioned upon a set of global observations . In this model, each function is a mapping from all assignments to both the clique ''k'' and the observations to the nonnegative real numbers. This form of the Markov network may be more appropriate for producing Discriminative Classifiers , which do not model the distribution over the observations. SEE ALSO EXTERNAL LINKS
|
|
|