UNCERTAINTY - PowerPoint PPT Presentation

1 / 33
About This Presentation
Title:

UNCERTAINTY

Description:

Second and fourth cause problems. Bayes' Theorem ... Fuzzy Logic. The problem with fuzzy logic is that we can't really be sure what the precision ... – PowerPoint PPT presentation

Number of Views:31
Avg rating:3.0/5.0
Slides: 34
Provided by: teresa82
Category:

less

Transcript and Presenter's Notes

Title: UNCERTAINTY


1
UNCERTAINTY
  • Introduction to Artificial Intelligence

2
UNCERTAINTY
  • Much of the information we deal with is inexact,
    situations such as "most birds can fly", "babies
    cry a lot", etc.
  • We have information about what is likely.
  • When using non-monotonic and default reasoning,
    we record what is most likely, but then reason
    about it as if it were true.

3
UNCERTAINTY
  • Work in the area of uncertainty tries to find
    ways to measure the certainty of something, and
    use the measure of uncertainty in the reasoning
    process.

4
Sources of Uncertainty
  • With respect to facts
  • 1. Incomplete Information
  • - May not know everything.
  • Medicine, do not want to run every test
  • - May not want to wait
  • Patient could die
  • Need to use what information is available

5
Sources of Uncertainty
  • 2. Vagueness or Ambiguity in the predicate -
  • does this predicate apply to the situation?
  • Old people need glasses, what qualifies as old?
    Should this be applied to our given situation).
  • 3. Irreducible Uncertainty
  • is the person sincere?

6
Sources of Uncertainty
  • With respect to rules
  • Rules are usually heuristics that experts use in
    given situations.
  • Not necessarily perfect, or exactly correct.

7
Requirements for an Approach to Uncertainty
  • 1. Uncertainty as to the applicability of the
    conditions of rules.
  • example
  • ((P Q) (R v S)) --gt T
  • if we are completely certain about P, Q, R and
    S, it is easy to conclude T.

8
Requirements for an Approach to Uncertainty
  • What if we are certain of P, think Q is possible,
    R is probably and S high unlikely?
  • Can we conclude T?
  • Can we conclude T with some reduced level of
    confidence?

9
Requirements for an Approach to Uncertainty
  • 2. Way to propagate uncertainty attaching to
    rules
  • We may be uncertain about the rule.
  • P -gt Q
  • even if we are certain about P, we may be
    uncertain about Q because we are not completely
    certain about the rule.

10
Requirements for an Approach to Uncertainty
  • 3. Combine evidence from several rules
  • If several rules point to the same conclusion, we
    would like to be able to show greater certainty
    about the conclusion than if only one rule
    pointed to that conclusion.

11
Requirements for an Approach to Uncertainty
  • 5 questions to consider
  • How is confidence in evidence measured?
  • How is confidence in rules measured?
  • How is evidence combined?
  • Given uncertain evidence and an uncertain rule
    what confidence can be placed in the conclusion?
  • Given the same uncertain conclusion from several
    rules what overall confidence should be placed
    in that conclusion?

12
Some Approaches to Uncertainty
  • Classical Probability Theory
  • Bayes' Theorem
  • Certainty Factors
  • Fuzzy Logic
  • Qualitative

13
Classical Probability Theory
  • likelihood is expressed by a value of 0 to 1.
  • Conjunction (p and q) (p q)
  • Disjunction (p or q) (p q - 2pq)
  • negation p (1 - p)
  • Application
  • Good for first and third questions.
  • Second and fourth cause problems

14
Bayes' Theorem
  • Bayes' theorem - used for conditional probability
  • P(disease symptom) - probability of disease
    given some symptom.
  • According to Bayes' theorem
  • P (disease symptom) / P (symptom)

15
Bayes' Theorem
  • Helps with combining evidence
  • However, for the first two considerations (How is
    confidence in evidence measured? How is
    confidence in rules measured?) problems are
  • number of probabilities required
  • experts have a difficult time providing such
    probabilities.

16
Certainty Factors
  • Used in MYCIN based on the Depmster - Shafer
    theory of evidence.
  • Uses measures of belief (MB) and measure of
    disbelief (MD)
  • MB and MD are each assigned a value between 0 and
    1, but are not required to sum to 1.

17
Certainty Factors
  • As evidence accumulated, MB and MD change,
    causing changes in CF
  • MYCIN put cf in rules between 0 and 1 (lt0 means
    negative confidence, and we would not include
    such rules in the knowledge base).

18
Certainty Factors
  • Conjunction of two propositions is the minimum
    of the CF's of the two propositions.
  • Disjunction of two propositions is the maximum
    of the CF's of the two propositions.
  • Negation -1 CF

19
Certainty Factors
  • Combining CF for a set of conditions with the
    rule strength to get a CF for the conclusion
  • multiply the CF of the conditions by the rule
    strength

20
Certainty Factors
  • Combining evidence from several rules
  • sum independent evidence and subtract the product

21
Certainty Factors
  • Certainty factors provide a method to handle all
    five questions
  • However is not justifiable in the way that
    classical probability theory or Bayes' Theorem is
    justifiable.

22
Fuzzy Logic
  • Based on fuzzy set theory of Zadeh.

23
Membership Function A Positive Integer Much Less
Than 10
24
Non-fuzzy Set A Positive Integer Less Than 5
25
Non-Fuzzy Set
  • Vertical lines would be better

26
Fuzzy Sets Representing Negation
27
Fuzzy Logic
  • How to represent negation.
  • Member(complement of p)
  • 1 - member (p)

28
Fuzzy Logic
  • The problem with fuzzy logic is that we can't
    really be sure what the precision represents.
  • Truth values have infinite precision, but can we
    really express "truth" with this level of
    precision?
  • Not likely.

29
Fuzzy Logic
  • However, it is computationally tractable and some
    applications have some good results.
  • There is a fair amount of work being done in this
    area, and may prove more useful as things
    advance.

30
Qualitative
  • Some people don't like the idea of attaching
    numbers of any kind to a reasoning process.
  • They want to use possibly or probably to express
    these concepts.
  • Not computationaly tractable, so even if used in
    the user interface, they tend to be converted to
    numbers for inference purposes.

31
Summary
  • We need ways to reason about inexact things.
  • Some formal techniques exist (probability theory
    and fuzzy logic)
  • Formal techniques tend only to be useful in
    certain domains

32
Summary
  • More "ad hoc" techniques (like certainty factors)
    have been developed.
  • These techniques are not justifiable in the way
    formal techniques are they have been useful and
    can be programmed (a key feature)

33
Evaluation of Uncertainty Approaches
Write a Comment
User Comments (0)
About PowerShow.com