What is an Expert System?

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

Expert Systems An expert system is a computer program that is designed to hold the accumulated knowledge of one or more domain experts.
CS 484 – Artificial Intelligence1 Announcements Choose Research Topic by today Project 1 is due Thursday, October 11 Midterm is Thursday, October 18 Book.
ICT IGCSE Expert Systems.
 You will be able to: › Explain what is meant by an expert system and describe its components and applications.
ICT in Healthcare Topic 6C.
1 5.0 Expert Systems Outline 5.1 Introduction 5.2 Rules for Knowledge Representation 5.3 Types of rules 5.4 Rule-based systems 5.5 Reasoning approaches.
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.
EXPERT SYSTEMS Part I.
Simplification Tactics Dr. Saeed Shiry Amirkabir University of Technology Computer Engineering & Information Technology Department.
Building Knowledge-Driven DSS and Mining Data
ES: Expert Systems n Knowledge Base (facts, rules) n Inference Engine (software) n User Interface.
1 Before we start……. Please turn off your mobile phone.
An expert system is a package that holds a body of knowledge and a set of rules on a subject that has been gained from human experts. An expert system.
ICT in Healthcare Expert Systems.
Sepandar Sepehr McMaster University November 2008
Expert Systems.
Expert Systems Expert Systems Chris LaJoie, Chris Panton, and Kurt DeVaney.
Online Medical Advice Ryan & Raahem. Mobile Phones Mobile phones are common in rural area where internet is not Mobiles can be used to raise awareness.
For more notes and topics visit:
A centre of expertise in digital information managementwww.ukoln.ac.uk Beyond The Role Of Skype And VoIP Technologies Brian Kelly UKOLN University.
Copyright © 2002 by The McGraw-Hill Companies, Inc. Information Technology & Management 2 nd Edition, Thompson Cats-Baril Chapter 8 I/S and Organizational.
 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.
Advantages and Disadvantages
School of Computer Science and Technology, Tianjin University
KNOWLEDGE BASED TECHNIQUES INTRODUCTION many geographical problems are ill-structured an ill-structured problem "lacks a solution algorithm.
Chapter 3 Software. Learning Objectives Upon successful completion of this chapter, you will be able to: Define the term software Describe the two primary.
UNIT 1 BROWSERS AND CLIENTS Cambridge Technicals.
Information knowledge based systems (IKBS) and expert systems.
CSC 554: Knowledge-Based Systems Part-1 By Dr. Syed Noman Hasany Assistant Professor, CoC Qassim University.
Chapter 13 Artificial Intelligence and Expert Systems.
Impact of ICT on Society – Part the first ICT 1_6.
Course Instructor: K ashif I hsan 1. Chapter # 3 Kashif Ihsan, Lecturer CS, MIHE2.
Expert Systems. L EARNING O BJECTIVES : By the end of this topic you should be able to: explain what is meant by an expert system describe the components.
Expert Systems. Purpose An expert system is designed to help the user solve problems in a specific area such as medicine, banking, oil exploration, etc,
Expert Systems F451 AS Computing.
ARTIFICIALINTELLIGENCE ARTIFICIAL INTELLIGENCE EXPERT SYSTEMS.
IT04:Expert Systems Chapter42 Also in Doyle ch11.
Expert Systems. Expert systems Also known as ‘Knowledge-based systems’:  Computer programs that attempt to replicate the performance of a human expert.
Expert Systems. Learning Objectives: By the end of this topic you should be able to: explain what is meant by an expert system describe the components.
Of An Expert System.  Introduction  What is AI?  Intelligent in Human & Machine? What is Expert System? How are Expert System used? Elements of ES.
Expert Systems Processor of a computer is known as the ‘brains’ of a computer. However, a processor cannot think or act for itself. Computers do have some.
Artificial Intelligence
Ch  ICT is used in many ways in the provision and management of healthcare services:  Hospital administration  Medical training  Maintenance.
Artificial Intelligence, simulation and modelling.
1 Ch 17: Alternative Decision-Support Systems. 2 What is an expert system? ‘The modeling, within a computer, of expert knowledge in a given domain, such.
1 Chapter 13 Artificial Intelligence and Expert Systems.
Page: 1 Enw / Name. Page: 2 Businesses use ICT to communicate with their employees in many different ways in particular to employees which work in remote.
Expert System / Knowledge-based System Dr. Ahmed Elfaig 1.ES can be defined as computer application program that makes decision or solves problem in a.
Expert Systems. Knowledge base Inference engine ReasoningControl User interface user Components of an rule based Expert System.
By Muhammad Safdar MCS [E-Section].  There are times in life when you are faced with challenging decisions to make. You have rules to follow and general.
Expert Systems. What is an expert system?  An expert system is a computer system that is able to emulate the decision making ability of a human expert.
KEY STAGE 3 ICT Databases – Lesson 2. Recap of keywords – Task 2A In your workbooks from last lesson What is a database? A DATABASE is a collection of.
Algorithms and Flowcharts
Design of Expert Systems
Objectives Overview Explain why computer literacy is vital to success in today’s world Define the term, computer, and describe the relationship between.
Artificial Intelligence, P.I
DSS & Warehousing Systems
Architecture Components
Operating Systems & online storage
MANAGING KNOWLEDGE FOR THE DIGITAL FIRM
Intro to Expert Systems Paula Matuszek CSC 8750, Fall, 2004
Online Goods and Services
Lesson Objectives Aims
Expert Systems.
TOPIC: Course Name Informational Technology Management Course Code
Expert Knowledge Based Systems
Expert Knowledge Based Systems
Chapter 3 Software.
Presentation transcript:

Explain What is Meant by an Expert System and Describe its Components and Applications

What is an Expert System? An Expert System is also known as a Knowledge Based System (KBS). It is a computer programme made up of knowledge and rules that can be used to diagnose a problem. It is called an Expert System because the knowledge and rules are defined by experts in their field. The system will try and replicate the role of a human expert.

NHS Example A popular expert system is that used by NHS Direct on their website. Experts (doctors) have collated all their knowledge about illness and the symptoms of those illnesses and identified the rules that state which symptoms suggest which illness.

Expert System A true expert system will: Be able to make decisions based on uncertain data. (e.g. ‘don’t know’ answers from users). Be limited to a particular subject or area of expertise. Give advice based on the answers given by the user. Explain the reasoning behind its decision.

Components of an Expert System There are three main components in an expert system: A knowledge base An inference engine User interface

Knowledge Base Knowledge base consists of the factual knowledge and the rules gathered by knowledge engineers using methods such as interviewing experts. Examples of knowledge are: The VAT rate is 17.5% A mobile phone needs a battery or power to work A human has two hands

Rules Example of rules include: If the product is food then VAT should not be applied. If the battery is not inserted the phone will not turn on. If the phone is plugged in the phone should turn on. If a patient has a cut on their hand and the bleeding can be controlled by putting a finger on the cut.

Inference Engine The inference engine is the software that makes the decisions based on the answers given by the user and the knowledge and rules stored in the knowledge base. It bases the next question on the answer given. If the answer is uncertain then it will ask more questions.

Inference Engine

User Interface The user interface is the part of the expert system that asks the user the questions and then gives an answer with a diagnosis. An example of this is the NHS Direct Self-Help where questions are being asked about what type of ailment the person has.

Microsoft Office User Interface

Applications of Expert Systems Here are some examples of how expert systems might be used: Fault diagnosis for a car engine – car mechanic can plug in a laptop computer into the engine management system and it will run various tests, Based on the results of the tests, it will identify what the fault is with the engine.

Applications of Expert Systems Broadband Internet Service Provider (ISP) fault diagnosis. When you call your ISP to report a fault the operator is likely to be using an expert system. The operator will ask you questions that the expert system tells them to ask. The expert system will then suggest possible solutions that could be tried out.

Applications of Expert Systems Social Services can use expert systems to determine what benefits are due to a claimant. All the answers that the claimant puts on the forms are input into a computer and the expert system will then determine the benefits. It will also give a reason why those benefits apply.

Jobseekers Allowance

The advantages and disadvantages for a given application Think about the example and be able to look at the advantages (Remote access, frees up human time, logic and modelling of what if scenarios) Vs. the disadvantages (GIGO, Human knowledge could be incorrect, irrelevant, not timely, IT systems could crash, the interface may confuse people etc etc)

Questions

Answers Page 161

Answers Page 161