Expert Knowledge Based Systems

Slides:



Advertisements
Similar presentations
ICT in Healthcare Topic 6.
Advertisements

The Basics of Information Systems
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 and medicine IT & C Department AP - Secretariat.
ICT in Healthcare Topic 6C.
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.
Marakas: Decision Support Systems, 2nd Edition © 2003, Prentice-Hall Chapter Chapter 7: Expert Systems and Artificial Intelligence Decision Support.
EXPERT SYSTEMS Part I.
Simplification Tactics Dr. Saeed Shiry Amirkabir University of Technology Computer Engineering & Information Technology Department.
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.
Chapter 11 Management Decision Making
Teachers Name : Suman Sarker Telecommunication Technology Subject Name : Computer Controller System & Robotics Subject Code : 6872 Semester :7th Department.
E XPERT S YSTEMS /S IMULATIONS By: Kevin Driscoll and Toby Laforest.
What is an Expert System?
Expert Systems Expert Systems Chris LaJoie, Chris Panton, and Kurt DeVaney.
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.
E XPERT S YSTEMS /S IMULATIONS By: Kevin Driscoll and Toby Laforest.
Personalized Medicine Research at the University of Rochester Henry Kautz Department of Computer Science.
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.
Ch  ICT is used in many ways in the provision and management of healthcare services:  Hospital administration  Medical training  Maintenance.
APPLICATION SOFTWARE.
 Dr. Syed Noman Hasany.  Review of known methodologies  Analysis of software requirements  Real-time software  Software cost, quality, testing and.
Chapter 9: Rules and Expert Systems Lora Streeter.
ICT and medicine. Objectives The uses of ICT in medicine The uses of ICT in medicine in patient records, medical equipments, internet devices…etcin patient.
KNOWLEDGE BASED TECHNIQUES INTRODUCTION many geographical problems are ill-structured an ill-structured problem "lacks a solution algorithm.
Information knowledge based systems (IKBS) and expert systems.
Principles of Information Systems, Sixth Edition Specialized Business Information Systems Chapter 11.
Principles of Information Systems, Sixth Edition Specialized Business Information Systems Chapter 11.
Fundamentals of Information Systems, Sixth Edition1 Natural Language Processing and Voice Recognition Processing that allows the computer to understand.
A-Level Computing#BristolMet Session Objectives#15 MUST define the term user interface SHOULD describe the characteristics of different UIs and suggest.
Course Instructor: K ashif I hsan 1. Chapter # 3 Kashif Ihsan, Lecturer CS, MIHE2.
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,
Fuzzy logic and its applications in medicine Nguyen Hoang Phuong, Vladik Kreinovich International Journal of Medical Informatics Volume: 62, Issue: 2-3,
Fundamentals of Information Systems, Third Edition1 The Knowledge Base Stores all relevant information, data, rules, cases, and relationships used by the.
A POWERPOINT PRESENTATION
BY: SAMIRA HAMOUD, ASHLEY EDWARDS & ANGELA PADILLA
Expert Systems F451 AS Computing.
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.
17/1/1 © Pearson Education Limited 2002 Artificial Intelligence & Expert Systems Lecture 1 AI, Decision Support, Architecture of expert systems Topic 17.
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.
Problem Solving. Definition Basic intellectual process that has been refined and systemized for the various challenges people face.
ITEC 1010 Information and Organizations Chapter V Expert Systems.
Ch  ICT is used in many ways in the provision and management of healthcare services:  Hospital administration  Medical training  Maintenance.
VIRTUAL CLINICAL DEPARTMENT by APPLIED LOGIC LABORATORY & INSTITUTE for HEALTH PROTECTION Ministry of Defence.
1 1. Systems and Software Development 1.1 The Systems Life Cycle.
Artificial Intelligence, simulation and modelling.
Software Factors Affecting Interface Design. Learning Objectives Discuss the factors affecting interface design.
Expert Systems. Knowledge base Inference engine ReasoningControl User interface user Components of an rule based Expert System.
Personal Home Healthcare System for the Cardiac Patient of Smart City Using Fuzzy Logic Shijia Liu.
Design of Expert Systems
NeurOn: Modeling Ontology for Neurosurgery
Introduction to Expert Systems Bai Xiao
Design AH Computing.
User Interface Design Chapter 8.
nXhuman Application Use intelligent characters to:
Lesson Objectives Aims
The Hippocratic Oath The oath is still used today. It makes clear that doctors are not magicians. They have to keep high standards of treatment and behaviour.
Expert Systems.
How does Scientific Knowledge Develops?
System Design By Kustanto.
TOPIC: Course Name Informational Technology Management Course Code
The Basics of Information Systems
Expert Knowledge Based Systems
The Basics of Information Systems
HUMAN COMPUTER INTERACTION. The main aims of the chapter are to: Explain the difference between good and poor interaction design. Describe what interaction.
Presentation transcript:

Expert Knowledge Based Systems Software Expert Knowledge Based Systems

Learning Objectives Applications in medicine including: doctors' information systems hospital and pharmacy records monitoring expert systems for diagnosis

An example expert system http://www.yourdiagnosis.com/

Expert / Knowledge Systems Contain as much data as possible about a restricted knowledge area. The data is collected from as many expert sources as possible and stored in the system, in this way it is hoped that the system contains all the knowledge about that topic that there is. Rely on the belief that for any given area of knowledge there are logical rules. Only applies to scientific principles: E.g. If there is a rule that oil is always found between two particular types of rock strata, then if the system identifies the strata it can determine, according to the rules, where to drill for oil.

Expert systems consist of a: Interactive Input Screen (HCI – Human Computer Interface / UI – User Interface) User inputs details manually or sensors automatically input readings. Knowledge base Data about the application area. E.g. Medical system - All the knowledge about diseases from all the best doctors in their fields. Rule Base A set of rules that apply to the situation. E.g. Medical system - one rule may be: “If the patient has a headache then they should take two aspirin”. Inference Engine Checks through everything to find out what will fit all the rules. E.g. Medical system - Should the patient be given aspirins? (The patient may have an ulcer so should not take aspirins). Output Screen (HCI – Human Computer Interface / UI – User Interface) Outputs the inference engine’s findings. E.g. Medical System - You should …

Note: Expert systems only apply to situations which follow scientific principles and use logical reasoning to decision making.

Plenary Explain the function of a expert / knowledge system. State and explain the four parts of an expert / knowledge system.