Artificial Intelligence - PowerPoint PPT Presentation

1 / 6
About This Presentation
Title:

Artificial Intelligence

Description:

Facts: 'An apple falls down from a tree' 'An apple is a fruit' ... Conclusion: 'The apple is spoiled' 3. Backward Chaining Approach ... – PowerPoint PPT presentation

Number of Views:24
Avg rating:3.0/5.0
Slides: 7
Provided by: Mari630
Category:

less

Transcript and Presenter's Notes

Title: Artificial Intelligence


1
Artificial Intelligence
  • Examples

2
Forward Chaining Approach
  • Facts An apple falls down from a tree
  • An apple is a fruit
  • Rule If a fruit falls down from a tree, then
    the fruit is spoiled
  • Conclusion The apple is spoiled

3
Backward Chaining Approach
  • FactsAn apple falls down from a tree
  • A plum falls down from a tree
  • An apricot falls down from a tree
  • Rule If a law of gravitation exists, then a
    fruit falls down from a tree
  • Assuming that the rule is true, and the fact
    takes place, make a conclusion, that the premise
  • The law of gravitation exists is also a true
    fact.

4
Production rules
  • Facts1) Mike is Sams father
  • 2) Sam is Johns father
  • 3) Sam is Nicks father
  • Rules1) If X is Ys father and X is Zs
    father, then Y and Z are siblings
  • 2) If A is Bs father and B is Cs
    father , then A is Cs grandfather

5
Production rules (cont)
  • What are the relationships between Mike, John,
    and Nick?
  • Implement substitutions
  • XMike, YSam, and so on
  • Find appropriate pairs
  • ((2,3),1) and ((1,2),2), and ((1,3),2)

6
Conclusions
  • John and Nick are siblings
  • Mike is Johns grandfather
  • Mike is Nicks grandfather
Write a Comment
User Comments (0)
About PowerShow.com