Navigation
  • Home
  • Recent
  • Most Active
  • Popular
  • Blog
  • Credits
  • RSS
  •   Interaction
  • Register
  • Statistics
  •   Help
  • Suggestions
  • Contact Us
  • How to Edit
  • Help



  • [Edit]


    A Markov network, or Markov random field, is a model of the (full) joint probability distribution of a set mathcal of random variables. A Markov network is similar to a Bayesian network in its representation of dependencies, but a Markov network can represent dependencies that a Bayesian network cannot, such as cyclic dependencies.
    Formally, a Markov network consists of:

      an undirected graph G = (V,E), where each vertex vV represents a random variable in mathcal and each edge ∈ E represents a dependency between the random variables u and v,

    The joint distribution represented by a Markov network is given by:

    P(X=x) = rac prod_ phi_k (x_)

    where x_ is the state of the random variables in the kth clique, and the normalizing constant Z (also called a partition function), where

    Z = sum_ prod_ phi_k(x_).

    The Markov blanket of a node v_i in a Markov network is defined to be every node with an edge to v_i , i.e. all v_j such that lbrace v_i, v_j
    brace in E. Every node v in a Markov network is conditionally independent of every other node given the Markov blanket of v.

    As in a Bayesian network, one may calculate the conditional distribution of a set of nodes V' = given values to another set of nodes W' = in the Markov network by summing over all possible assignments to u
    otin V',W'; 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 o. In this model, each function phi_k is a mapping from all assignments to both the clique k and the observations o 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.


        Markov network
            See also

    top

    See also


     
    Search more:
     

       
    Source Privacy License Download Contact Us Atlas
    Scientus.org Dictionary (Yet Another Wiki) RC : 1.39
    This article is licensed under the GNU Free Documentation License [copyleft]. It uses material from the Wikipedia article "Markov network". link