码迷,mamicode.com
首页 > 其他好文 > 详细

MLN 讨论 —— inference

时间:2015-11-12 10:02:51      阅读:193      评论:0      收藏:0      [点我收藏+]

标签:

We consider two types of inference: 

  • finding the most likely state of the world consistent with some evidence 
  • computing arbitrary conditional probabilities.

We then discuss two approaches to making inference more tractable on large , relational problems: 

  • lazy inference , in which only the groundings that deviate from a "default" value need to be instantiated;
  • lifted inference , in which we group indistinguishable atoms together and treat them as a single unit during inference;

 

3.1 inference the most probable explanation

A basic inference task is finding the most probable state of the world y given some evidence x, where x is a set of literals;

For Markov logic , this is formally defined as follows:  $$ \begin{align} arg \; \max_y P(y|x) & = arg \; \max_y \frac{1}{Z_x} exp \left( \sum_i w_in_i(x, \; y) \right) \tag \\  & = arg \; \max_y \sum_i w_in_i(x, \; y) \tag{3.1} \end{align}  $$

MLN 讨论 —— inference

标签:

原文地址:http://www.cnblogs.com/linxd/p/4958010.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!