- 1、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Chapter 12Expert Systems Design Examples.ppt
Expert Systems: Principles and Programming, Fourth Edition Chapter 12:Expert Systems Design Examples Expert Systems: Principles and Programming, Fourth Edition Summary Learn about incorporating uncertainty into CLIPS The use of decision trees to provide a useful paradigm Learn how to emulate backward chaining in a CLIPS program Constructing a framework of simpler expert systems into one large program Uncertainty Factors Although CLIPS has no built-in capabilities for handling uncertainty, it is possible to incorporate uncertainty into CLIPS by placing information dealing with uncertainty directly into the facts and rules. We begin by exploring how uncertainty was incorporated into the expert system MYCIN. MYCIN and Uncertainty MYCIN represents factual information as object-attribute-value (OAV) triplets. MYCIN also associates with each fact a certainty factor (CF) which represents a degree of belief in the fact. -1 means the fact is false 0 means no information is known about the fact 1 means the fact is known to be true MYCIN and Uncertainty Because CLIPS does not handle uncertainty factors automatically, a slot in each fact will be used to represent the uncertainty factor. MYCIN allows the same OAV triple to be derived by separate rules. The OAV triples are then combined producing a single OAV triple that combines the certainty factors. MYCIN and Uncertainty In order to allow identical OAV triples to be asserted with the same certainty factors, the set-fact-duplication command can be used to disable the CLIPS behavior preventing duplicated facts from being asserted. MYCIN combines two identical OAV triples into a single OAV triple with a combined uncertainty, computed as: New Uncertainty = (CF1 + CF2) – (CF1 * CF2) MYCIN and Uncertainty Since CLIPS does not automatically handle certainty factors for facts, it does not automatically combine two OAV triplets derived from different rules. The combination is handled by a rule that searches the fact list for iden
您可能关注的文档
- 3I与各科的整合.ppt
- 4.2 直接三角分解法.ppt
- 4.6 他励直流电动机的瞬态分析与控制.ppt
- 5 成本理论.ppt
- 5.1 基本迭代方法.ppt
- 5.2 “是否”问题及语言.ppt
- 5.詹天佑第一课时.ppt
- 5月22日营运部巡店报告.ppt
- 6.2 一元方程的不动点迭代法.ppt
- 6th Norges Bank Monetary Policy Conference 11-12 June 2009.ppt
- CHAPTER 12Extensions Of Mendelian Genetic Analysis.ppt
- Chapter 12Gaming Entertainment.ppt
- Chapter 12Leaders and Leadership.ppt
- Chapter 12Preparing To Write Business Reports.ppt
- CHAPTER 12Promotional Mix.ppt
- Chapter 12Shaping America in the Antebellum Age.ppt
- Chapter 12Simple Linear Regression.ppt
- Chapter 12Spas, Pools, and Indoor Waterparks.ppt
- CHAPTER 12Strategic Leadership.ppt
- Chapter 12Telecommunication Systems.ppt
最近下载
- 第四届全国工业设计职业技能大赛(无损检测员赛项)选拔赛考试题库(含答案).docx VIP
- 结缔组织病相关的间质性肺疾病诊断和治疗.pptx VIP
- 部编语文六年级上册第八单元整体教学设计教案.docx VIP
- 2024届高考作文素材- 敦煌.docx VIP
- 学年山东省济南市天桥区数学五年级上册第一学期期末考试真题(人教版,含答案).docx VIP
- 05G511 梯形钢屋架图集标准.docx
- ARM Cortex-M 系列:ARM Cortex-M7 系列_(4).Cortex-M7的指令集.docx
- 全驱动灵巧手的电气系统设计及控制方法研究.pdf
- 眼肿瘤 ppt课件(必威体育精装版文档).ppt VIP
- 天然气企业LNG储配站交接班记录式样.pdf VIP
文档评论(0)