首页 > 其他 > 详细

MLN 讨论 —— inference

时间:2015-11-12 10:01:48      阅读:260      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!