REASONING WITH UNCERTANITY

Slides:



Advertisements
Similar presentations
Bayesian Network and Influence Diagram A Guide to Construction And Analysis.
Advertisements

CHAPTER 13 Inference Techniques. Reasoning in Artificial Intelligence n Knowledge must be processed (reasoned with) n Computer program accesses knowledge.
The Logic of Intelligence Pei Wang Department of Computer and Information Sciences Temple University.
Chapter 4: Reasoning Under Uncertainty
Modeling Human Reasoning About Meta-Information Presented By: Scott Langevin Jingsong Wang.
Approximate Reasoning 1 Expert Systems Dr. Samy Abu Nasser.
© C. Kemke Approximate Reasoning 1 COMP 4200: Expert Systems Dr. Christel Kemke Department of Computer Science University of Manitoba.
© 2002 Franz J. Kurfess Reasoning under Uncertainty 1 CPE/CSC 481: Knowledge-Based Systems Dr. Franz J. Kurfess Computer Science Department Cal Poly.
FT228/4 Knowledge Based Decision Support Systems Rule-Based Systems Ref: Artificial Intelligence A Guide to Intelligent Systems Michael Negnevitsky – Aungier.
01 -1 Lecture 01 Artificial Intelligence Topics –Introduction –Knowledge representation –Knowledge reasoning –Machine learning –Applications.
1 CPE/CSC 481: Knowledge-Based Systems Dr. Franz J. Kurfess Computer Science Department Cal Poly.
© Franz J. Kurfess Approximate Reasoning 1 CPE/CSC 481: Knowledge-Based Systems Dr. Franz J. Kurfess Computer Science Department Cal Poly.
© 2002 Franz J. Kurfess Introduction 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.
© Franz J. Kurfess Reasoning under Uncertainty 1 CPE/CSC 481: Knowledge-Based Systems Dr. Franz J. Kurfess Computer Science Department Cal Poly.
© 2002 Franz J. Kurfess Approximate Reasoning 1 CPE/CSC 481: Knowledge-Based Systems Dr. Franz J. Kurfess Computer Science Department Cal Poly.
Semantics For the Semantic Web: The Implicit, the Formal and The Powerful Amit Sheth, Cartic Ramakrishnan, Christopher Thomas CS751 Spring 2005 Presenter:
Lecture 05 Rule-based Uncertain Reasoning
Daniel Fasko, Jr., Ph.D..  Definition of Critical Thinking  Critical Thinking Skills  Critical Thinking Dispositions  Instructional Strategies  Assessment.
Chapter 4: Reasoning Under Uncertainty
Knowledge-Based Systems Knowledge-Based Systems Dr. Marco Antonio Ramos Corchado Computer Science Department.
Chapter 2: The Scientific Method and Environmental Sciences.
Expert Systems Part 2 IE 469 Manufacturing Systems 469 صنع نظم التصنيع.
Fundamentals of Information Systems, Third Edition2 Principles and Learning Objectives Artificial intelligence systems form a broad and diverse set of.
© C. Kemke Reasoning under Uncertainty 1 COMP 4200: Expert Systems Dr. Christel Kemke Department of Computer Science University of Manitoba.
+ “Statisticians use a confidence interval to describe the amount of uncertainty associated with a sample estimate of a population parameter.”confidence.
Uncertainty Management in Rule-based Expert Systems
Introduction to Science.  Science: a system of knowledge based on facts or principles  Science is observing, studying, and experimenting to find the.
Reasoning Under Uncertainty. 2 Objectives Learn the meaning of uncertainty and explore some theories designed to deal with it Find out what types of errors.
Reasoning with Uncertainty دكترمحسن كاهاني
International Conference on Fuzzy Systems and Knowledge Discovery, p.p ,July 2011.
DEALING WITH UNCERTAINTY (1) WEEK 5 CHAPTER 3. Introduction The world is not a well-defined place. There is uncertainty in the facts we know: – What’s.
Issues in Temporal and Causal Inference Pei Wang Temple University, USA Patrick Hammer Graz University of Technology, Austria.
Anifuddin Azis UNCERTAINTY. 2 Introduction The world is not a well-defined place. There is uncertainty in the facts we know: What’s the temperature? Imprecise.
REASONING UNDER UNCERTAINTY: CERTAINTY THEORY
Chapter 8: Estimating with Confidence
CHAPTER 5 Handling Uncertainty BIC 3337 EXPERT SYSTEM.
Chapter 7. Propositional and Predicate Logic
Chapter 8: Estimating with Confidence
Lecture #1 Introduction
Uncertainty Analysis in Emission Inventories
CPE/CSC 481: Knowledge-Based Systems
Architecture Components
Reasoning Under Uncertainty in Expert System
Chapter 1 Definition Theory Causality
THE NATURE OF SCIENCE AND SCIENTIFIC METHODS
THE NATURE OF SCIENCE AND SCIENTIFIC METHODS
Chapter 8: Estimating with Confidence
POSC 202A: Lecture 1 Introductions Syllabus R
Chapter 7. Propositional and Predicate Logic
Chapter 8: Estimating with Confidence
Chapter 8: Estimating with Confidence
Chapter 8: Estimating with Confidence
Principles of Science and Systems
Chapter 8: Estimating with Confidence
Chapter 8: Estimating with Confidence
Chapter 8: Estimating with Confidence
Chapter 8: Estimating with Confidence
Thinking, Language, and Intelligence
Chapter 8: Estimating with Confidence
Chapter 8: Estimating with Confidence
Chapter 8: Estimating with Confidence
Chapter 8: Estimating with Confidence
Introduction to Inference
Important Concepts Above and Beyond Biology I
Thinking Like a Scientist?
Introduction to Research
Generalized Diagnostics with the Non-Axiomatic Reasoning System (NARS)
basic probability and bayes' rule
Presentation transcript:

REASONING WITH UNCERTANITY © 2002-2010 Franz J. Kurfess Reasoning under Uncertainty

Introduction Uncertainty is a fundamental and unavoidable feature of daily life; in order to deal with uncertainty intelligently, we need to be able to represent it and reason about it. Uncertainty is a mental period between the reality and imagination © 2002-2010 Franz J. Kurfess Reasoning under Uncertainty

Introduction In reasoning uncertainty and inexact knowledge came normally for real-world problems heuristics ways to mimic heuristic knowledge processing methods used by experts empirical associations experiential reasoning based on limited observations reproducibility will observations deliver the same results when repeated

Dealing with Uncertainty expressiveness can concepts used by humans be represented? can the confidence of experts in their decisions be expressed? comprehensibility representation of uncertainty utilization in reasoning methods computational complexity feasibility of calculations for practical purposes © 2002-2010 Franz J. Kurfess Reasoning under Uncertainty

Sources of Uncertainty data data missing, unreliable, ambiguous, representation imprecise, inconsistent, subjective, derived from defaults, … expert knowledge inconsistency between different experts plausibility “best guess” of experts quality causal knowledge deep understanding statistical associations observations scope only current domain, or more general © 2002-2010 Franz J. Kurfess Reasoning under Uncertainty

Sources of Uncertainty (cont.) knowledge representation restricted model of the real system limited expressiveness of the representation mechanism inference process deductive the derived result is formally correct, but inappropriate derivation of the result may take very long inductive new conclusions are not well-founded not enough samples samples are not representative © 2002-2010 Franz J. Kurfess Reasoning under Uncertainty

Uncertainty in Individual Rules errors domain errors representation errors likelihood of evidence for each evidence for the conclusion combination of evidence from multiple premises © 2002-2010 Franz J. Kurfess Reasoning under Uncertainty

Thanks