Knowledge Object(知识物件).PPT

  1. 1、本文档共55页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Knowledge Object(知识物件)

Expert Systems sstseng 5.1 The meaning of Knowledge(知識) Classifications of knowledge(知識) Analogy to Wirth’s classic expression Algorithms + data structures = programs Knowledge + Inference = expert systems Levels The sequence of 12 numbers:137178007124 Without knowledge. This entire sequence may appear to be noise. Rule 1:IF Rain THEN Bring Raincoat Rule 2:IF Rain THEN Bring Umbrella Meta Rule 1:Try Rule 2 First Meta Rule 2:IF Ride a motorcycle THEN       Try Rule 1 First Meta knowledge is knowledge about knowledge and expertise. -would specify which knowledge base was applicable. Representation(表示法) 5.2 Backus - Naur form ( BNF ) 5.3 Ontology(本體論) Ontology一詞在90年代就開始被使用在人工智慧領域,描述知識的知識構成要素之間的關係。 Ontology的研究大致上可略為分為兩個方向: 針對特定的問題領域建立大量的Ontology 例如:建立某些領域詞彙的Ontology 研究Ontology的建構方法與表示方法 例如:利用XML(可延伸標記語言)或是RDF(資源描述格式) Ontology的發展主要是用來使知識分享和再用更為容易。 不同的研究對於Ontology的表示與描述有不同的方法,目前還未看到較一般化、通用的表示法 。 範例:使用RDF來描述適性化教材的Ontology 5.4 Semantic Network(語意網路) (Quillian 67 68) General Net A Semantic Net(語意網路) 「is a」 and 「a kind of」 5.5 PROLOG and Semantic Nets(語意網路) Essentials(本質、要素) of PROLOG Each of the statements above is a PROLOG predicate(述部) expression, or simply a predicate.  Color(red).        ; red is a color  father_of(Tom,John).     ; Tom is the father of John  mother_of(Susan,John).   ; Susan is the mother of John  parents(Tom,Susan,John).   ; Tom and Susan are                parents of John Predicates can also be expressed with relations such as the IS-A and HAS-A.  is_a (red,color).  has_a (John,father).  has_a (John,mother).  has_a (John,parents). Some additional predicates  is_a (Tom,father).  is_a (Susan,mother).  is_a (Tom,parent).  is_a (Susan,parent). Programs in PROLOG consist of facts and rules in the general form of goals.    p:-p1,p2…pn. In which p is the rule’s head and the pi are the subgoals. The symbol,:-, is interpreted as an IF. parent (x,y) : - father (x,y). parent (x,y) : - mother(x,y). grandparent(x,y) :- parent (x,z) ,parent(z,y). and

文档评论(0)

youbika + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档