首页 > 其他 > 详细

DTU_AI 复习知识点:logic

时间:2020-05-20 09:14:53      阅读:52      评论:0      收藏:0      [点我收藏+]

week 11: belief revision

week 12: first-order logic


CNF: conjunction of clauses. 

技术分享图片

 

 p -> q <=>  not p V q;

Special kinds of clauses:

技术分享图片

 

definite clause: exactly one is positive. 

horn clause: at most one is positive. 

goal clause: no positive literals. 

技术分享图片

 

 Levi identity B∗φ:= (B÷¬φ) +φ.

Belief revision can be defined as first removing any inconsistency with the incoming information and then adding the information itself.


First-order Logic

Propositional Logic: Reasoning about situations using combinations of simple facts(with “and”, “or”, “not” etc). The structure of these facts was not analyzed further.

first-order Logic: First-order Logic looks at the internal structure of basic facts, especially, the objects that occur, the properties of these objects, and their relations to each other.

 技术分享图片

 

DTU_AI 复习知识点:logic

原文:https://www.cnblogs.com/dulun/p/12920561.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!