Inexact Reasoning 1 Session 9

Slides:



Advertisements
Similar presentations
Expert System Seyed Hashem Davarpanah
Advertisements

© Negnevitsky, Pearson Education, Introduction, or what is uncertainty? Introduction, or what is uncertainty? Basic probability theory Basic probability.
FT228/4 Knowledge Based Decision Support Systems
Lahore University of Management Sciences, Lahore, Pakistan Dr. M.M. Awais- Computer Science Department 1 Lecture 12 Dealing With Uncertainty Probabilistic.
CHAPTER 13 Inference Techniques. Reasoning in Artificial Intelligence n Knowledge must be processed (reasoned with) n Computer program accesses knowledge.
1 Inferences with Uncertainty Decision Support Systems and Intelligent Systems, Efraim Turban and Jay E. Aronson Copyright 1998, Prentice Hall, Upper Saddle.
 Negnevitsky, Pearson Education, Lecture 3 Uncertainty management in rule- based expert systems n Introduction, or what is uncertainty? n Basic.
Resolving Rule Conflicts Assign explicit priorities to rules Specificity of a rule’s antecedents R1: IF car will not start THEN battery is dead R2: IF.
Uncertainty in Expert Systems (Certainty Factors).
Rulebase Expert System and Uncertainty. Rule-based ES Rules as a knowledge representation technique Type of rules :- relation, recommendation, directive,
DETC06: Uncertainty Workshop; Evidence & Possibility Theories Evidence and Possibility Theories in Engineering Design Zissimos P. Mourelatos Mechanical.
Chapter 4: Reasoning Under Uncertainty
Certainty and Evidence
AI – CS364 Uncertainty Management Introduction to Uncertainty Management 21 st September 2006 Dr Bogdan L. Vrusias
AI – CS364 Uncertainty Management 26 th September 2006 Dr Bogdan L. Vrusias
Chapter 12: Expert Systems Design Examples
© 2002 Franz J. Kurfess Reasoning under Uncertainty 1 CPE/CSC 481: Knowledge-Based Systems Dr. Franz J. Kurfess Computer Science Department Cal Poly.
1 CPE/CSC 481: Knowledge-Based Systems Dr. Franz J. Kurfess Computer Science Department Cal Poly.
© Franz J. Kurfess Reasoning under Uncertainty CPE/CSC 481: Knowledge-Based Systems Dr. Franz J. Kurfess Computer Science Department Cal Poly.
Objectives Explore the sources of uncertainty in rules Analyze some methods for dealing with uncertainty Learn about the Dempster-Shafer theory Learn.
© Franz J. Kurfess Reasoning under Uncertainty 1 CPE/CSC 481: Knowledge-Based Systems Dr. Franz J. Kurfess Computer Science Department Cal Poly.
Dempster-Shafer Theory SIU CS 537 4/12/11 and 4/14/11 Chet Langin.
Chapter 5: Inexact Reasoning
Information Fusion Yu Cai. Research Paper Johan Schubert, “Clustering belief functions based on attracting and conflicting meta level evidence”, July.
Lecture 05 Rule-based Uncertain Reasoning
Chapter 4: Reasoning Under Uncertainty
An Introduction to Decision Theory (web only)
Inexact Reasoning. 2 Objectives Explore the sources of uncertainty in rules Analyze some methods for dealing with uncertainty Learn about the Dempster-Shafer.
© C. Kemke Reasoning under Uncertainty 1 COMP 4200: Expert Systems Dr. Christel Kemke Department of Computer Science University of Manitoba.
1 CHAPTER 13 Decision Support Systems and Intelligent Systems, Efraim Turban and Jay E. Aronson 6th ed, Copyright 2001, Prentice Hall, Upper Saddle River,
From Rough Set Theory to Evidence Theory Roman Słowiński Laboratory of Intelligent Decision Support Systems Institute of Computing Science Poznań University.
Uncertainty Management in Rule-based Expert Systems
Uncertainty in Expert Systems
Reasoning with Uncertainty دكترمحسن كاهاني
International Conference on Fuzzy Systems and Knowledge Discovery, p.p ,July 2011.
Textbook Basics of an Expert System: – “Expert systems: Design and Development,” by: John Durkin, 1994, Chapters 1-4. Uncertainty (Probability, Certainty.
Business Statistics, A First Course (4e) © 2006 Prentice-Hall, Inc. Chap 5-1 Chapter 5 Some Important Discrete Probability Distributions Business Statistics,
Chapter 8 An Introduction to Probability Guillermo Gutierrez-Alcaraz.
Introduction to CLIPS 2 Session 13 Course: T0273 – EXPERT SYSTEMS Year: 2014.
Chapter 12 Certainty Theory (Evidential Reasoning) 1.
REASONING UNDER UNCERTAINTY: CERTAINTY THEORY
Methods of Inference 1 Session 5 Course: T0273 – EXPERT SYSTEMS Year: 2014.
Inexact Reasoning 2 Session 10
CHAPTER 5 Handling Uncertainty BIC 3337 EXPERT SYSTEM.
Methods of Inference 2 Session 6
The Representation of Knowledge 1 Session 3
Inexact Reasoning 2 Session 10
REASONING WITH UNCERTANITY
Probability and Counting Rules
Copyright © 1998, Triola, Elementary Statistics Addison Wesley Longman
Basic Probabilistic Reasoning
Dealing with Uncertainty
Chapter 5 Some Important Discrete Probability Distributions
Reasoning with Uncertainty
Ethics Theory and Business Practice
Chapter 3 Probability Sampling Theory Hypothesis Testing.
CHAPTER 1 Exploring Data
CHAPTER 1 Exploring Data
CHAPTER 1 Exploring Data
The Scientific Method.
Reasoning with Uncertainty Piyush Porwal ( ) Rohit Jhunjhunwala ( ) Srivatsa R. ( ) Under the guidance of Prof. Pushpak Bhattacharyya.
CHAPTER 1 Exploring Data
Mechanical Engineering Department
28th September 2005 Dr Bogdan L. Vrusias
Introduction: Some Representative Problems
CHAPTER 1 Exploring Data
CHAPTER 1 Exploring Data
Subderivations.
Certainty Factor Model
Presentation transcript:

Inexact Reasoning 1 Session 9 Course : T0273 – EXPERT SYSTEMS Year : 2014 Inexact Reasoning 1 Session 9

Learning Outcomes LO 3 : Solve problems by using Expert Systems After taking this course, students should be expected to understand and explain about inexact reasoning. T0273 - Expert Systems

Lecture Outline Introduction Uncertainty and Rules Certainty Factors Dempster-Shafer Theory Summary Exercise T0273 - Expert Systems

Introduction Probability theory has been called by mathematicians a theory of reproducible uncertainty. The term reproducible means in a statistical sense when there is a large population and the results are averaged over many trials. Inexact reasoning is when the antecedent, the conclusion, and even the meaning of the rule itself are uncertain to some extent. T0273 - Expert Systems

Antecedent and consequent T0273 - Expert Systems

Uncertainty and Rules High level view of uncertainty may come from the individual rules, conflict resolution, and incompatibilities among the consequents of rules. Minimizing the uncertainties of individual rules is part of the verification of the rule. T0273 - Expert Systems

Uncertainty and Rules The figure below is the top-level view of uncertainties in individual rules T0273 - Expert Systems

Uncertainty and Rules Conflict resolution is part of a major source of uncertainty caused by the interactions between rules. The interaction of rules depends on conflict resolution, and the compatibility of rules. The compatibility of rules has uncertainty from five major causes as illustrated in the following figure: T0273 - Expert Systems

Uncertainty and Rules There is uncertainty in conflict resolution regarding priority for firing. This uncertainty depends on a number of factors as illustrated in the following figure: T0273 - Expert Systems

Certainty Factor In MYCIN, the degree of confirmation was originally defined as the certainty factor, which is the difference between belief and disbelief: CF (H, E) = MB (H, E) – MD (H, E) CF is the certainty factor in the hypothesis H due to evidence E MB is the measure of increased belief in H due to E MD is the measure of increased disbelief in H due to E The certainty factor is a way of combining belief and disbelief into a single number. T0273 - Expert Systems

Certainty Factor The measures of belief and disbelief were defined in terms of probabilities by: The original definition of CF is: CF = MB – MD T0273 - Expert Systems

Dempster-Shafer Theory The theory of belief functions, also referred to as evidence theory or Dempster–Shafer theory (DST), is a general framework for reasoning with uncertainty, with understood connections to other frameworks such as probability, possibility and imprecise probability theories. T0273 - Expert Systems

Dempster-Shafer Theory T0273 - Expert Systems

Dempster-Shafer Theory Difficulty with the Dempster-Shafer theory: occurs with normalization and may lead to results that are contrary to our expectations. The problem with normalization is that it ignores the belief that the object being considered does not exist. T0273 - Expert Systems

Summary Inexact reasoning is when the antecedent, the conclusion, and even the meaning of the rule itself are uncertain to some extent. High level view of uncertainty may come from the individual rules, conflict resolution, and incompatibilities among the consequents of rules. The certainty factor is a way of combining belief and disbelief into a single number. The Dempster-Shafer theory assumes that there is a fixed set of mutually exclusive and exhaustive elements called the environment. T0273 - Expert Systems

Diskusi Create an Expert System Program using CF http://www.jogjalab.com/program/sistem_pakar_certainty_factor T0273 - Expert Systems

References Joseph Giarratano, Gary Riley. 2005. Expert Systems: Principles and Programming Chapter 5. Thomson Course Technology. Australia. ISBN:0-534-38447-1. Peter Jackson. 1998. Introduction to Expert Systems. Addison-Wesley. Harlow, England. ISBN:0201876868 T0273 - Expert Systems