Knowledge and Expert Systems

Slides:



Advertisements
Similar presentations
Modelling with expert systems. Expert systems Modelling with expert systems Coaching modelling with expert systems Advantages and limitations of modelling.
Advertisements

BEE4333 Intelligent Control
STRONG METHOD PROBLEM SOLVING
Rulebase Expert System and Uncertainty. Rule-based ES Rules as a knowledge representation technique Type of rules :- relation, recommendation, directive,
Supporting Business Decisions Expert Systems. Expert system definition Possible working definition of an expert system: –“A computer system with a knowledge.
Rule Based Systems Michael J. Watts
AI – CS364 Uncertainty Management 26 th September 2006 Dr Bogdan L. Vrusias
Rule Based Systems Alford Academy Business Education and Computing
Intelligent Systems and Soft Computing
FT228/4 Knowledge Based Decision Support Systems Rule-Based Systems Ref: Artificial Intelligence A Guide to Intelligent Systems Michael Negnevitsky – Aungier.
Rule-based expert systems
 Negnevitsky, Pearson Education, Lecture 2 Rule-based expert systems n Introduction, or what is knowledge? n Rules as a knowledge representation.
Lecture 04 Rule Representation
Designing A KBS Rulebase Expert System Uncertainty Management
1 Chapter 9 Rules and Expert Systems. 2 Chapter 9 Contents (1) l Rules for Knowledge Representation l Rule Based Production Systems l Forward Chaining.
Rules and Expert Systems
AI – CS364 Hybrid Intelligent Systems Overview of Hybrid Intelligent Systems 07 th November 2005 Dr Bogdan L. Vrusias
Knowledge Acquisition. Knowledge Aquisition Definition – The process of acquiring, organising, & studying knowledge. Identified by many researchers and.
Marakas: Decision Support Systems, 2nd Edition © 2003, Prentice-Hall Chapter Chapter 7: Expert Systems and Artificial Intelligence Decision Support.
Intelligent Systems AME 498G/598I. Expert Systems Expert systems uses expert knowledge. Expert knowledge is not limited to books. It can also be privileged.
EXPERT SYSTEMS Part I.
Chapter 12: Intelligent Systems in Business
Building Knowledge-Driven DSS and Mining Data
ES: Expert Systems n Knowledge Base (facts, rules) n Inference Engine (software) n User Interface.
Sepandar Sepehr McMaster University November 2008
© Negnevitsky, Pearson Education, Lecture 2 Introduction, or what is knowledge? Introduction, or what is knowledge? Rules as a knowledge representation.
Expert Systems.
Expert Systems Infsy 540 Dr. Ocker. Expert Systems n computer systems which try to mimic human expertise n produce a decision that does not require judgment.
1. Human – the end-user of a program – the others in the organization Computer – the machine the program runs on – often split between clients & servers.
Expert System Note: Some slides and/or pictures are adapted from Lecture slides / Books of Dr Zafar Alvi. Text Book - Aritificial Intelligence Illuminated.
ARTIFICIAL INTELLIGENCE [INTELLIGENT AGENTS PARADIGM] Professor Janis Grundspenkis Riga Technical University Faculty of Computer Science and Information.
Artificial Intelligence Lecture No. 15 Dr. Asad Ali Safi ​ Assistant Professor, Department of Computer Science, COMSATS Institute of Information Technology.
Rule-Based Expert Systems
Chapter 14: Artificial Intelligence Invitation to Computer Science, C++ Version, Third Edition.
Rule-based Knowledge (Expert) Systems
Knowledge representation
 Knowledge Acquisition  Machine Learning. The transfer and transformation of potential problem solving expertise from some knowledge source to a program.
Course Instructor: K ashif I hsan 1. Chapter # 2 Kashif Ihsan, Lecturer CS, MIHE2.
School of Computer Science and Technology, Tianjin University
1 Knowledge & Knowledge Management “Knowledge is power” to “Sharing K is power” Yaseen Hayajneh, PhD.
 Architecture and Description Of Module Architecture and Description Of Module  KNOWLEDGE BASE KNOWLEDGE BASE  PRODUCTION RULES PRODUCTION RULES 
Artificial Intelligence Lecture No. 13 Dr. Asad Ali Safi ​ Assistant Professor, Department of Computer Science, COMSATS Institute of Information Technology.
ES component and structure Dr. Ahmed Elfaig The production system or rule-based system has three main component and subcomponents shown in Figure 1. 1.Knowledge.
Chapter 4 Decision Support System & Artificial Intelligence.
Expert Systems. Expert systems Also known as ‘Knowledge-based systems’:  Computer programs that attempt to replicate the performance of a human expert.
Chapter 7 What Can Computers Do For Me?. How important is the material in this chapter to understanding how a computer works? 4.
1 Intelligent Systems and Control Rule-based expert systems n Introduction, or what is knowledge? n Rules as a knowledge representation technique n The.
 Negnevitsky, Pearson Education, Introduction, or what is knowledge? Knowledge is a theoretical or practical understanding of a subject or a domain.
Of An Expert System.  Introduction  What is AI?  Intelligent in Human & Machine? What is Expert System? How are Expert System used? Elements of ES.
Lecture 2 Introduction, or what is knowledge? Introduction, or what is knowledge? Rules as a knowledge representation technique Rules as a knowledge representation.
Abdul Rahim Ahmad MITM 613 Intelligent System Chapter 10: Tools.
Artificial Intelligence
Knowledge Engineering. Review- Expert System 3 Knowledge Engineering The process of building an expert system: 1.The knowledge engineer establishes a.
Artificial Intelligence Lecture No. 14 Dr. Asad Ali Safi ​ Assistant Professor, Department of Computer Science, COMSATS Institute of Information Technology.
EXPERT SYSTEMS BY MEHWISH MANZER (63) MEER SADAF NAEEM (58) DUR-E-MALIKA (55)
Expert Systems. Knowledge base Inference engine ReasoningControl User interface user Components of an rule based Expert System.
Lecture 20. Recap The main components of an ES are –Knowledge Base (LTM) –Working Memory (STM) –Inference Engine (Reasoning)
Knowledge and Expert Systems
Advanced AI Session 2 Rule Based Expert System
Intelligent Systems and Soft Computing
Lecture #1 Introduction
CHAPTER 1 Introduction BIC 3337 EXPERT SYSTEM.
Rule-based Expert Systems
Rule-based expert systems
Introduction to Expert Systems Bai Xiao
Architecture Components
Intro to Expert Systems Paula Matuszek CSC 8750, Fall, 2004
전문가 시스템(Expert Systems)
08th September 2005 Dr Bogdan L. Vrusias
Presentation transcript:

Knowledge and Expert Systems 07th September 2006 Dr Bogdan L. Vrusias b.vrusias@surrey.ac.uk

Contents What is Knowledge? What is Knowledge Acquisition? The Expert Systems Development Team. Rules and Knowledge Representation Rule-based Expert Systems. Characteristics of Expert Systems. 5th September 2006 Bogdan L. Vrusias © 2006

What is Knowledge? Knowledge is a theoretical or practical understanding of a subject or a domain. Knowledge is also the sum of what is currently known, and apparently knowledge is power. Those who possess knowledge are called experts. Anyone can be considered a domain expert if he or she has deep knowledge (of both facts and rules) and strong practical experience in a particular domain. The area of the domain may be limited. In general, an expert is a skilful person who can do things other people cannot. 5th September 2006 Bogdan L. Vrusias © 2006

Acquiring Knowledge Knowledge acquisition can be regarded as a method by which a knowledge engineer gathers information mainly from experts, but also from text books, technical manuals, research papers and other authoritative sources for ultimate translation into a knowledge base, understandable by both machines and humans. The person undertaking the knowledge acquisition, the knowledge engineer, must convert the acquired knowledge into an appropriate structured format that a computer program can utilise. 5th September 2006 Bogdan L. Vrusias © 2006

Acquiring Knowledge An important characteristic of knowledge is that is constantly changing. The lack of documentation and the fact that experts carry a lot of information in their heads, makes it difficult to gain access to their knowledge for developing information systems in general and expert systems in particular. Therefore, knowledge engineers have devised specialised techniques to extract and store this information in an efficient and expedient manner. 5th September 2006 Bogdan L. Vrusias © 2006

Characteristics of Knowledge Acquisition Knowledge acquisition (KA) is a labour and time intensive process. Currently knowledge bases for knowledge based systems are crafted by hand; this is a severe limitation on the rapid deployment of such systems. Biggest ‘bottleneck’ in system development. Most expensive part (money, time & labour). Automating KA the ultimate goal. 5th September 2006 Bogdan L. Vrusias © 2006

Players in the Development Team There are five members of the expert system development team: the domain expert the knowledge engineer the programmer the project manager the end-user. The success of their expert system entirely depends on how well the members work together. 5th September 2006 Bogdan L. Vrusias © 2006

Players in the Development Team 5th September 2006 Bogdan L. Vrusias © 2006

Domain Expert The domain expert is a knowledgeable and skilled person capable of solving problems in a specific area or domain. This person has the greatest expertise in a given domain. This expertise is to be captured in the expert system. Therefore, the expert must: be able to communicate his or her knowledge be willing to participate in the expert system development commit a substantial amount of time to the project. The domain expert is the most important player in the expert system development team. 5th September 2006 Bogdan L. Vrusias © 2006

Knowledge Engineer The knowledge engineer is someone who is capable of designing, building and testing an expert system. The knowledge engineer's main tasks are: to interview the domain expert to find out how a particular problem is solved. to establish what reasoning methods the expert uses to handle facts and rules, and decide how to represent them in the expert system. to choose some development software or an expert system shell, or look at programming languages for encoding the knowledge. responsible for testing, revising and integrating the expert system into the workplace. 5th September 2006 Bogdan L. Vrusias © 2006

Programmer The programmer is the person responsible for the actual programming, describing the domain knowledge in terms that a computer can understand. The programmer needs to have skills in symbolic programming in such AI languages as LISP, Prolog and OPS5 and also some experience in the application of different types of expert system shells. In addition, the programmer should know conventional programming languages like Java, C, Matlab, Pascal, FORTRAN, etc. 5th September 2006 Bogdan L. Vrusias © 2006

Project Manager The project manager is the leader of the expert system development team, responsible for keeping the project on track. The project manager makes sure that all deliverables and milestones are met, interacts with the expert, knowledge engineer, programmer and end-user. 5th September 2006 Bogdan L. Vrusias © 2006

End-User The end-user, often called just the user, is a person who uses the expert system when it is developed. The user must not only be confident in the expert system performance but also feel comfortable using it. Therefore, the design of the user interface of the expert system is also vital for the project’s success; the end-user’s contribution here can be crucial. 5th September 2006 Bogdan L. Vrusias © 2006

Knowledge and Rules The human mental process is internal, and it is too complex to be represented as an algorithm. However, most experts are capable of expressing their knowledge in the form of rules for problem solving. IF the ‘traffic light’ is green THEN the action is go IF the ‘traffic light’ is red THEN the action is stop 5th September 2006 Bogdan L. Vrusias © 2006

Rules and Knowledge Representation The term rule in AI, which is the most commonly used type of knowledge representation, can be defined as an IF-THEN structure that relates given information or facts in the IF part to some action in the THEN part. A rule provides some description of how to solve a problem. Rules are relatively easy to create and understand. Any rule consists of two parts: the IF part, called the antecedent (premise or condition) and the THEN part called the consequent (conclusion or action). 5th September 2006 Bogdan L. Vrusias © 2006

Rules and Knowledge Representation A rule can have multiple antecedents joined by the keywords AND (conjunction), OR (disjunction) or a combination of both. IF <antecedent 1> IF <antecedent 1> AND <antecedent 2> OR <antecedent 2> . . AND <antecedent n> OR <antecedent n> THEN <consequent> THEN <consequent> 5th September 2006 Bogdan L. Vrusias © 2006

Rules and Knowledge Representation The antecedent of a rule incorporates two parts: an object (linguistic object) and its value. The object and its value are linked by an operator. The operator identifies the object and assigns the value. Operators such as is, are, is not, are not are used to assign a symbolic value to a linguistic object. Expert systems can also use mathematical operators to define an object as numerical and assign it to the numerical value. OBJECT OPERATOR VALUE IF ‘age of the customer’ < 18 AND ‘cash withdrawal’ > 1000 THEN ‘signature of the parent’ is required 5th September 2006 Bogdan L. Vrusias © 2006

Rules and Knowledge Representation Rules can represent relations, recommendations, directives, strategies and heuristics: Relation IF the ‘fuel tank’ is empty THEN the car is dead Recommendation IF the season is autumn AND the sky is cloudy AND the forecast is drizzle THEN the advice is ‘take an umbrella’ Directive IF the car is dead AND the ‘fuel tank’ is empty THEN the action is ‘refuel the car’ 5th September 2006 Bogdan L. Vrusias © 2006

Rules and Knowledge Representation Strategy IF the car is dead THEN the action is ‘check the fuel tank’; step1 is complete IF step1 is complete AND the ‘fuel tank’ is full THEN the action is ‘check the battery’; step2 is complete Heuristic IF the spill is liquid AND the ‘spill pH’ < 6 AND the ‘spill smell’ is vinegar THEN the ‘spill material’ is ‘acetic acid’ 5th September 2006 Bogdan L. Vrusias © 2006

Knowledge-Based Expert Systems In the early seventies, Newell and Simon from Carnegie-Mellon University proposed a production system model, the foundation of the modern rule-based expert systems. The production model is based on the idea that humans solve problems by applying their knowledge (expressed as production rules) to a given problem represented by problem-specific information. The production rules are stored in the long-term memory and the problem-specific information or facts in the short-term memory. 5th September 2006 Bogdan L. Vrusias © 2006

Production System Model 5th September 2006 Bogdan L. Vrusias © 2006

Basic Rule-Based Expert System 5th September 2006 Bogdan L. Vrusias © 2006

Structure of a Rule-based Expert System The knowledge base contains the domain knowledge useful for problem solving. In a rule-based expert system, the knowledge is represented as a set of rules. Each rule specifies a relation, recommendation, directive, strategy or heuristic and has the IF (condition) THEN (action) structure. When the condition part of a rule is satisfied, the rule is said to fire and the action part is executed. The database includes a set of facts used to match against the IF (condition) parts of rules stored in the knowledge base. 5th September 2006 Bogdan L. Vrusias © 2006

Structure of a Rule-based Expert System The inference engine carries out the reasoning whereby the expert system reaches a solution. It links the rules given in the knowledge base with the facts provided in the database. The explanation facilities enable the user to ask the expert system how a particular conclusion is reached and why a specific fact is needed. An expert system must be able to explain its reasoning and justify its advice, analysis or conclusion. The user interface is the means of communication between a user seeking a solution to the problem and an expert system. 5th September 2006 Bogdan L. Vrusias © 2006

Common Rule-Based Expert System 5th September 2006 Bogdan L. Vrusias © 2006

Characteristics of an Expert System An expert system is built to perform at a human expert level in a narrow, specialised domain. Thus, the most important characteristic of an expert system is its high-quality performance. No matter how fast the system can solve a problem, the user will not be satisfied if the result is wrong! On the other hand, the speed of reaching a solution is very important. Even the most accurate decision or diagnosis may not be useful if it is too late to apply, for instance, in an emergency, when a patient dies or a nuclear power plant explodes. 5th September 2006 Bogdan L. Vrusias © 2006

Characteristics of an Expert System Expert systems apply heuristics to guide the reasoning and thus reduce the search area for a solution. A unique feature of an expert system is its explanation capability. It enables the expert system to review its own reasoning and explain its decisions. Expert systems employ symbolic reasoning when solving a problem. Symbols are used to represent different types of knowledge such as facts, concepts and rules. 5th September 2006 Bogdan L. Vrusias © 2006

Characteristics of an Expert System We should be aware that an expert is only a human and thus can make mistakes, and therefore, an expert system built to perform at a human expert level also should be "allowed" to make mistakes. In expert systems, knowledge is separated from its processing (knowledge base and inference engine are split up). A conventional program is a mixture of knowledge and the control structure to process this knowledge. When an expert system shell is used, a knowledge engineer or an expert simply enters rules in the knowledge base. Each new rule adds some new knowledge and makes the expert system smarter. 5th September 2006 Bogdan L. Vrusias © 2006

Expert Systems Comparison 5th September 2006 Bogdan L. Vrusias © 2006

Expert Systems Comparison 5th September 2006 Bogdan L. Vrusias © 2006

Closing Questions??? Remarks??? Comments!!! Evaluation! 5th September 2006 Bogdan L. Vrusias © 2006