AI Module 4 Lecture 2
AI Module 4 Lecture 2
MODULE IV
Expert System and Learning
B.Tech.(CSE), VII
Artificial Intelligence (CSE 401)
2
Knowledge Acquisition
3
Knowledge Acquisition
4
Knowledge Base
5
Reasoning Engine
6
Explanation
7
User interface
8
Rule based system architecture
• The most common form of architecture used in expert and other types of
knowledge based system is the production system, also called the rule-based
system.
• This type of system uses knowledge encoded in the form of production rules,
that
is, if ….then rules.
• Each rule represents a small chunk of knowledge relating to the given domain
of expertise.
• When the known facts support the conditions in the rule’s left side, the
conclusion or action part of the rule is then accepted as known.
9
Rule based system architecture
• Inference in the production systems is accomplished by a process of
chaining through the rules recursively, either in a forward or backward
direction, until a conclusion is reached or until failure occurs.
10
Rule based system architecture
11
Expert System Components And
Human Interfaces
• Expert systems have a number of major system components
and interface with individuals who interact with the system in
various roles.
12
Components and Interfaces
13
Component of Expert System
14
Roles of Individuals who interact with the
system Domain
15
Knowledge Acquisition
16
Issues in Knowledge Acquisition
17
Techniques for Knowledge Acquisition
18
Protocol-generation techniques
19
Protocol analysis techniques
20
Hierarchy-generation techniques
21
Matrix-based techniques
22