基于规则的知识(专家)系统(PPT课件讲稿)Rule-based Knowledge(Expert)Systems
Rule-based Knowledge(Expert) Systems eie426-knowledge-systems-0809. ppt 2021/1/27 EIE426-AICV
2021/1/27 EIE426-AICV 1 Rule-based Knowledge (Expert) Systems eie426-knowledge-systems-0809.ppt
Contents a What is knowledge? Rules as a knowledge representation technique The main players in the development team Structure of a rule- based expert system a Characteristics of an expert system Forward chaining and backward chaining Conflict resolution What is uncertainty? Certainty factors theory and evidential reasoning 2021/1/27 EIE426-AICV
2021/1/27 EIE426-AICV 2 Contents ◼ What is knowledge? ◼ Rules as a knowledge representation technique ◼ The main players in the development team ◼ Structure of a rule-based expert system ◼ Characteristics of an expert system ◼ Forward chaining and backward chaining ◼ Conflict resolution ◼ What is uncertainty? ◼ Certainty factors theory and evidential reasoning
What is knowledge? a Knowledge is a theoretical or practical understanding of a subject or a domain Knowledge is also the sum of what is currently known, and apparently knowledge is power. Those who possess knowledge are called experts Anyone can be considered a domain expert if he or she has deep knowledge(of both facts and rules) and strong practical experience in a particular domain. The area of the domain may be limited. In general, an expert is a skilful person who can do things other people cannot 2021/1/27 EIE426-AICV
2021/1/27 EIE426-AICV 3 What is knowledge? ◼ Knowledge is a theoretical or practical understanding of a subject or a domain. Knowledge is also the sum of what is currently known, and apparently knowledge is power. Those who possess knowledge are called experts. ◼ Anyone can be considered a domain expert if he or she has deep knowledge (of both facts and rules) and strong practical experience in a particular domain. The area of the domain may be limited. In general, an expert is a skilful person who can do things other people cannot
The human mental process is internal, and it is too complex to be represented as an algorithm However, most experts are capable of expressing their knowledge in the form of rules for problem solving F the traffic light is green then the action is go F the traffic light is red then the action is stop 2021/1/27 EIE426-AICV
2021/1/27 EIE426-AICV 4 ◼ The human mental process is internal, and it is too complex to be represented as an algorithm. However, most experts are capable of expressing their knowledge in the form of rules for problem solving. IF the ‘traffic light’ is green THEN the action is go IF the ‘traffic light’ is red THEN the action is stop
Rules as a knowledge representation technique a The term rule in Al, which is the most commonly used type of knowledge representation, can be defined as an IF-then structure that relates given information or facts in the IF part to some action in the THEn part. a rule provides some description of how to solve a problem. Rules are relatively easy to create and understand Any rule consists of two parts: the IF part, called the antecedent (premise or condition) and the ThEn part called the consequent (conclusion or action) 2021/1/27 EIE426-AICV
2021/1/27 EIE426-AICV 5 Rules as a knowledge representation technique ◼ The term rule in AI, which is the most commonly used type of knowledge representation, can be defined as an IF-THEN structure that relates given information or facts in the IF part to some action in the THEN part. A rule provides some description of how to solve a problem. Rules are relatively easy to create and understand. ◼ Any rule consists of two parts: the IF part, called the antecedent (premise or condition) and the THEN part called the consequent (conclusion or action)
F THEN A rule can have multiple antecedents joined by the keywords AND (conjunction), OR (disjunction) or a combination of both F and oR And oR THEN THEN 2021/1/27 EIE426-AICV
2021/1/27 EIE426-AICV 6 IF THEN A rule can have multiple antecedents joined by the keywords AND (conjunction), OR (disjunction) or a combination of both. IF IF AND OR . . . . . . AND OR THEN THEN
The antecedent of a rule incorporates two parts: an object (linguistic object) and its value. The object and its value are linked by an operator The operator identifies the object and assigns the value Operators such as"is",are, is not,are not are used to assign a symbolic value to a linguistic object Expert systems can also use mathematical operators to define an object as numerical and assign it to the numerical value age of the customer1000 THEn ' signature of parentis required 2021/1/27 EIE426-AICV
2021/1/27 EIE426-AICV 7 ◼ The antecedent of a rule incorporates two parts: an object (linguistic object) and its value. The object and its value are linked by an operator. ◼ The operator identifies the object and assigns the value. Operators such as “is”, “are”, “is not”, “are not” are used to assign a symbolic value to a linguistic object. ◼ Expert systems can also use mathematical operators to define an object as numerical and assign it to the numerical value. IF ‘age of the customer’ 1000 THEN ‘signature of parent’ is required
Rules can represent relations, recommendations directives, strategies and heuristics Relation the fuel tank'is empty THEN the car is dead Recommendation F the season is autumn AND the sky is cloudy AND the forecast is drizzle THEN the advice is take an um brella Directive F the car is dead AND the fuel tank'is em pty THEN the action is 'refuel the car 2021/1/27 EIE426-AICV
2021/1/27 EIE426-AICV 8 Rules can represent relations, recommendations, directives, strategies and heuristics: ◼ Relation IF the ‘fuel tank’ is empty THEN the car is dead ◼ Recommendation IF the season is autumn AND the sky is cloudy AND the forecast is drizzle THEN the advice is ‘take an umbrella’ ◼ Directive IF the car is dead AND the ‘fuel tank’ is empty THEN the action is ‘refuel the car’
Strategy F the car is dead THEN the action is ' check the fuel tank step 1 is complete step 1 is complete AND the fuel tankis full THEN the action is 'check the battel step2 is complete Heuristic F the spill is liquid AND the 'spill PH<6 AND the ' spill smell is vinegar THEN the spill material is 'acetic acid 2021/1/27 EIE426-AICV
2021/1/27 EIE426-AICV 9 ◼ Strategy IF the car is dead THEN the action is ‘check the fuel tank’; step1 is complete IF step1 is complete AND the ‘fuel tank’ is full THEN the action is ‘check the battery’; step2 is complete ◼ Heuristic IF the spill is liquid AND the ‘spill PH’ <6 AND the ‘spill smell’ is vinegar THEN the ‘spill material’ is ‘acetic acid’
Example 1: ZOOKEEPER-A Deduction System To identify seven animals, a cheetah, a tiger, a giraffe, a zebra, an ostrich, a penguin, and an albatross A deduction system The then patterns specify new assertions (xx is or are yy) cheetah tt er zebra giraffe albatross, i 2021/1/27 EIE426-AICV
2021/1/27 EIE426-AICV 10 Example 1: ZOOKEEPER – A Deduction System To identify seven animals, a cheetah, a tiger, a giraffe, a zebra, an ostrich, a penguin, and an albatross. cheetah ostrich penguin zebra albatross giraffe tiger A deduction system: The then patterns specify new assertions (xx is or are yy)
按次数下载不扣除下载券;
注册用户24小时内重复下载只扣除一次;
顺序:VIP每日次数-->可用次数-->下载券;
- THOMSON图片馆:医学数据库检索与利用培训系列讲座之二.ppt
- 中国矿业大学化工学院:2017级研究生新同学(PPT).pptx
- 大连工业大学:习近平关于人才工作论述及北大讲话精神的学习.ppt
- 某高校图书馆《中图法》知识讲座(PPT讲稿).ppt
- 《文献检索》课程教学资源(PPT课件讲稿)第二章 文献检索基本知识.ppt
- 北京航空航天大学:学术信息获取的自由——信息素养及能力.ppt
- 四川农业大学:大学生创新创业活动解析(PPT讲稿).pptx
- 上海杉达学院:人文学院新生入学介绍(2013).ppt
- 合肥工业大学:借助专业认证之力推动专业建设和发展(胡学钢).ppt
- 中原大学:专业英文写作(PPT课件讲稿)On Professional Writings Using English.ppt
- Looking forward and outside:the value of Academic Libraries.pptx
- 香港大學教育學院:中學會考地理科專科語體分析.ppt
- 课程与教学概论(PPT讲稿).ppt
- 我国高校图书馆事实数据的统计与分析.ppt
- 高校图书馆文献资源建设实践与理论分析.ppt
- 香港城市大学图书馆:建立大学的学术机构典藏.ppt
- 北京邮电大学图书馆:网络信息资源的交流、利用和开发.ppt
- 合肥学院:树立质量理念建设质量保障体系(王昆仑).ppt
- 汕头大学:国际视野中的教学改革(顾佩华).ppt
- 南京师范大学:新时代的劳动者(PPT讲稿).pptx
- 晋中职业技术学院:在主动适应新常态中进一步提升高校教师的科研能力.ppt
- 大作业成果(PPT讲稿)睡眠时间的影响因素.ppt
- 北京林业大学:建设研究型大学的探索目标与措施(PPT讲稿).ppt
- 普通话水平测试培训(PPT讲稿).ppt
- 广州铁路职业技术学院:2017年度毕业生就业质量年度报告.pdf
- 华南农业大学图书馆:SCI论文检索与ESI学科基础知识.ppt
- 健康促进与健康教育(PPT讲稿).ppt
- 香港科技大学:基于文档的知识管理(PPT课件讲稿)Knowledge Management with Documents.ppt
- 吉林大学:当好大学老师(PPT讲稿).pptx
- 北京理工大学:教育技术一级培训(PPT讲稿)理论部分.ppt
- 教育部职业教育与成人教育司:就业导向下的职业教育教学改革(PPT讲稿).ppt
- 成都大学:归档文件整理规则(PPT讲稿).pptx
- 华南师范大学:大学生心理卫生常识和心理咨询基础知识(PPT讲稿).ppt
- 江西师范大学:利用事实型数据与分析支撑机构的科研绩效分析和评估(基于Web of Science/InCites/DDA).pptx
- Doing researching and experimentation.pptx
- 北京师范大学:《教育研究方法》课程教学资源(PPT讲稿)Lecture 6 Approach to Comparative-Historical Method(3)Constructionism in Historical Perspective.ppt
- 沈阳药科大学:获取原文文献的方法与技巧(PPT讲稿).ppt
- 东华大学:本科硕士博士专业介绍.pdf
- 全方位驾驭世界顶级工程索引数据库平台 Enigineering Village.ppt
- 全面深化改革加强战略谋划在新的历史起点上推进高校科技工作持续前进.ppt