© 2002 franz j. kurfess expert system examples 1 cpe/csc 481: knowledge-based systems dr. franz j....

24
© 2002 Franz J. Kurfess Expert System Examples 1 CPE/CSC 481: Knowledge-Based Systems Dr. Franz J. Kurfess Computer Science Department Cal Poly

Upload: yvette-drewes

Post on 14-Dec-2015

220 views

Category:

Documents


1 download

TRANSCRIPT

© 2002 Franz J. Kurfess Expert System Examples 1

CPE/CSC 481: Knowledge-Based Systems

CPE/CSC 481: Knowledge-Based Systems

Dr. Franz J. Kurfess

Computer Science Department

Cal Poly

© 2002 Franz J. Kurfess Expert System Examples 2

Course OverviewCourse Overview Introduction Knowledge Representation

Semantic Nets, Frames, Logic

Reasoning and Inference Predicate Logic, Inference

Methods, Resolution

Reasoning with Uncertainty Probability, Bayesian Decision

Making

Expert System Design ES Life Cycle

CLIPS Overview Concepts, Notation, Usage

Pattern Matching Variables, Functions,

Expressions, Constraints

Expert System Implementation Salience, Rete Algorithm

Expert System Examples Conclusions and Outlook

© 2002 Franz J. Kurfess Expert System Examples 3

Overview ES ExamplesOverview ES Examples

Motivation Objectives Chapter Introduction

Review of relevant concepts Overview new topics Terminology

R1/XCON System Configuration Knowledge Representation Reasoning

Important Concepts and Terms

Chapter Summary

© 2002 Franz J. Kurfess Expert System Examples 4

LogisticsLogistics Introductions Course Materials

textbooks (see below) lecture notes

PowerPoint Slides will be available on my Web page handouts Web page

http://www.csc.calpoly.edu/~fkurfess

Term Project Lab and Homework Assignments Exams Grading

© 2002 Franz J. Kurfess Expert System Examples 5

Bridge-InBridge-In

© 2002 Franz J. Kurfess Expert System Examples 6

Pre-TestPre-Test

© 2002 Franz J. Kurfess Expert System Examples 7

MotivationMotivation

reasons to study the concepts and methods in the chapter main advantages potential benefits

understanding of the concepts and methodsrelationships to other topics in the same or related

courses

© 2002 Franz J. Kurfess Expert System Examples 8

ObjectivesObjectives regurgitate

basic facts and concepts understand

elementary methods more advanced methods scenarios and applications for those methods important characteristics

differences between methods, advantages, disadvantages, performance, typical scenarios

evaluate application of methods to scenarios or tasks

apply methods to simple problems

© 2002 Franz J. Kurfess Expert System Examples 10

R1/XCONR1/XCON one of the first commercially successful expert systems application domain

configuration of minicomputer systems selection of components arrangement of components into modules and cases

approach data-driven, forward chaining consists of about 10,000 rules written in OPS5

results quality of solutions similar to or better than human experts roughly ten times faster (2 vs. 25 minutes) estimated savings $25 million/year

© 2002 Franz J. Kurfess Expert System Examples 11

System ConfigurationSystem Configuration complexity

tens or hundreds of components that can be arranged in a multitude of ways

in theory, an exponential problem in practice many solutions ``don't make sense'', but there is still a

substantial number of possibilities components

important properties of individual components stored in a data base

constraints functional constraints derived from the functions a component

performs e.g. CPU, memory, I/O controller, disks, tapes

non-functional constraints such as spatial arrangement, power consumption,

© 2002 Franz J. Kurfess Expert System Examples 12

Knowledge RepresentationKnowledge Representation configuration space

constructed incrementally by adding more and more components

the correctness of a solution often can only be assessed after it is fully configured

subtasks are identified make the overall configuration space more manageable

component knowledge retrieved from the external data base as needed

control knowledge rules that govern the sequence of subtasks

constraint knowledge rules that describe properties of partial configurations

© 2002 Franz J. Kurfess Expert System Examples 13

Example ComponentExample Component partial description of RK611* disk controller facts are retrieved from the data base and then stored in

templates

RK611* Class: UniBus module Type: disk drive Supported: yes Priority Level: buffered NPR Transfer Rate: 212 . . .

© 2002 Franz J. Kurfess Expert System Examples 14

Example RuleExample Rule rules incorporate expertise from configuration experts, assembly

technicians, hardware designers, customer service, etc.

Distribute-MB-Devices-3 If the most current active context is distributing Massbus devices

& there is a single port disk drive that has not been assigned to a Massbus& there are no unassigned dual port disk drives& the number of devices that each Massbus should support is known& there is a Massbus that has been assigned at least one disk drive and that should support additional disk drives& the type of cable needed to connect the disk drive to the previous device is known

Then assign the disk drive to the Massbus

© 2002 Franz J. Kurfess Expert System Examples 15

Configuration TaskConfiguration Task check order; identify and correct omissions, errors configure CPU; arrange components in the CPU cabinet configure UniBus modules; put modules into boxes, and

boxes into expansion cabinets configure panels; assign panels to cabinets and associate

panels with modules generate floor plan; group components and devices determine cabling; select cable types and calculate distances

between components this set of subtasks and its ordering is based on expert experience with manual configurations

© 2002 Franz J. Kurfess Expert System Examples 16

ReasoningReasoning data-driven (forward chaining)

components are specified by the customer/sales person identify a configuration that combines the selected

components into a functioning system

pattern matching activates appropriate rules for particular situations

execution control a substantial portion of the rules are used to determine

what to do next groups of rules are arranged into subtasks

© 2002 Franz J. Kurfess Expert System Examples 17

Performance EvaluationPerformance Evaluationnotoriously difficult for expert systemsevaluation criteria

usually very difficult to define sometimes comparison with human experts is used

empirical evaluation Does the system perform the task satisfactorily? Are the users/customers reasonably happy with it?

benefits faster, fewer errors, better availability, preservation of

knowledge, distribution of knowledge, etc. often based on estimates

© 2002 Franz J. Kurfess Expert System Examples 18

Development of R1/XCONDevelopment of R1/XCON R1 prototype

the initial prototype was developed by Carnegie Mellon University for DEC

XCON commercial system used for the configuration of various minicomputer system

families first VAX 11/780, then VAX 11/750, then other systems reimplementation

more systematic approach to the description of control knowledge clean-up of the knowledge base performance improvements

© 2002 Franz J. Kurfess Expert System Examples 19

Extension of R1/XCONExtension of R1/XCONaddition of new knowledge

wider class of data additional computer system families

new components refined subtasks more detailed descriptions of subtasks revised descriptions for performance or systematicity reasons

extended task definition configuration of ``clusters''

tightly interconnected multiple CPUs

related system XSEL tool for sales support

© 2002 Franz J. Kurfess Expert System Examples 20

Summary R1/XCONSummary R1/XCONcommercial success

after initial reservations within the company, the system was fully accepted and integrated into the company's operation

widely cited as one of the first commercial expert systemsdomain-specific control knowledge

the availability of enough knowledge about what to do next was critical for the performance and eventual success of the system

suitability of rule-based systems appropriate vehicle for the encoding of expert knowledge subject to a good selection of application domain and task

© 2002 Franz J. Kurfess Expert System Examples 21

Figure ExampleFigure Example

© 2002 Franz J. Kurfess Expert System Examples 22

Post-TestPost-Test

© 2002 Franz J. Kurfess Expert System Examples 24

Important Concepts and TermsImportant Concepts and Terms agenda backward chaining common-sense knowledge conflict resolution expert system (ES) expert system shell explanation forward chaining inference inference mechanism If-Then rules knowledge knowledge acquisition

knowledge base knowledge-based system knowledge representation Markov algorithm matching Post production system problem domain production rules reasoning RETE algorithm rule working memory

© 2002 Franz J. Kurfess Expert System Examples 25

Summary Chapter-TopicSummary Chapter-Topic

© 2002 Franz J. Kurfess Expert System Examples 26