ICT in Healthcare Expert Systems.

Slides:



Advertisements
Similar presentations
ICT in Healthcare Topic 6.
Advertisements

ICT IGCSE Expert Systems.
 You will be able to: › Explain what is meant by an expert system and describe its components and applications.
4 Intelligent Systems.
ICT in Healthcare Topic 6C.
Chapter 11 Artificial Intelligence and Expert Systems.
Marakas: Decision Support Systems, 2nd Edition © 2003, Prentice-Hall Chapter Chapter 7: Expert Systems and Artificial Intelligence Decision Support.
EXPERT SYSTEMS Part I.
Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 11 Management Decision Making.
McGraw-Hill/Irwin ©2005 The McGraw-Hill Companies, All rights reserved ©2005 The McGraw-Hill Companies, All rights reserved McGraw-Hill/Irwin.
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.
Sepandar Sepehr McMaster University November 2008
What is an Expert System?
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.
Artificial Intelligence (AI) Addition to the lecture 11.
Expert System Note: Some slides and/or pictures are adapted from Lecture slides / Books of Dr Zafar Alvi. Text Book - Aritificial Intelligence Illuminated.
4-1 Chapter 4 Decision Support and Artificial Intelligence Brainpower for Your Business.
Chapter 14: Artificial Intelligence Invitation to Computer Science, C++ Version, Third Edition.
What is Artificial Intelligence? AI is the effort to develop systems that can behave/act like humans. Turing Test The problem = unrestricted domains –human.
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 10 Supporting Decision Making.
An Introduction to Artificial Intelligence and Knowledge Engineering N. Kasabov, Foundations of Neural Networks, Fuzzy Systems, and Knowledge Engineering,
11 C H A P T E R Artificial Intelligence and Expert Systems.
Course Instructor: K ashif I hsan 1. Chapter # 2 Kashif Ihsan, Lecturer CS, MIHE2.
Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Decision Support Systems Chapter 10.
School of Computer Science and Technology, Tianjin University
DECISION-MAKING SYSTEMS Decision Support Software & Artificial Intelligence (especially Expert Systems)
Fundamentals of Information Systems, Third Edition2 Principles and Learning Objectives Artificial intelligence systems form a broad and diverse set of.
1 Artificial Intelligence Introduction. 2 What is AI? Various definitions: Building intelligent entities. Getting computers to do tasks which require.
Information knowledge based systems (IKBS) and expert systems.
Chapter 13 Artificial Intelligence and Expert Systems.
Artificial Intelligence and Expert Systems. ARTIFICIAL INTELLIGENCE (AI) is the science of R L Being able to Ability to solve a problem.
Impact of ICT on Society – Part the first ICT 1_6.
Soft Computing Lecture 19 Part 2 Hybrid Intelligent Systems.
1 The main topics in AI Artificial intelligence can be considered under a number of headings: –Search (includes Game Playing). –Representing Knowledge.
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.
Chapter 15: KNOWLEDGE-BASED INFORMATION SYSTEMS. What is Knowledge? Data: Raw facts, e.g., Annual Expenses = $2 million Information: Data given context,
Revision Key words and phrases. Medical records Records can be accessed by many people Retrieval is much quicker Clearer than written records Records.
Chapter 4 Decision Support System & Artificial Intelligence.
Fundamentals of Information Systems, Third Edition1 The Knowledge Base Stores all relevant information, data, rules, cases, and relationships used by the.
Artificial Intelligence, Expert Systems, and Neural Networks Group 10 Cameron Kinard Leaundre Zeno Heath Carley Megan Wiedmaier.
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.
Clinical Decision Support Systems Dimitar Hristovski, Ph.D. Institute of Biomedical.
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.
Abdul Rahim Ahmad MITM 613 Intelligent System Chapter 10: Tools.
Artificial Intelligence
Presented by:- Reema Tariq Artificial Intelligence.
ITEC 1010 Information and Organizations Chapter V Expert Systems.
Knowledge Based Systems ExpertSystems Difficulties in Expert System Development u Scarce resources – new technology – demand for trained personnel u Development.
Artificial Intelligence, simulation and modelling.
Knowledge Engineering. Review- Expert System 3 Knowledge Engineering The process of building an expert system: 1.The knowledge engineer establishes a.
Survey on Expert System Seung Jun Lee Dept. of Nuclear and Quantum Engineering KAIST Mar 3, 2003.
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.
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.
CHAPTER 1 Introduction BIC 3337 EXPERT SYSTEM.
Organization and Knowledge Management
DSS & Warehousing Systems
TECHNOLOGY GUIDE FOUR Intelligent Systems.
Difficulties in Expert System Development
Introduction to Expert Systems Bai Xiao
MANAGING KNOWLEDGE FOR THE DIGITAL FIRM
النظم الخبيرة Expert Systems (ES)
Expert Systems.
TA : Mubarakah Otbi, Duaa al Ofi , Huda al Hakami
전문가 시스템(Expert Systems)
Expert Knowledge Based Systems
Presentation transcript:

ICT in Healthcare Expert Systems

Expert Systems An ICT system that uses artificial intelligence (AI) to make decisions based on data supplied in the form of answers to questions

AI An AI is a reasoning process performed by computers to: Draw deductions Produce new information Modify rules or write new rules

Neural Network A NN is a biological system that is used by the brain for learning new things It allows ICT systems to learn by example like humans Advantages Disadvantages Are good where algorithms cannot be developed Only suited to different tasks Can identify structures in data Time can be wasted and the system can be unpredictable if not chosen carefully

An Expert System Knowledge Base A huge organised set of knowledge about a particular subject. It contains facts and judgemental knowledge which gives it the ability to guess like a human A set of rules on which to make decisions (using the if-then structure). The Inference engine does reasoning by manipulating the knowledge base The user interface presents questions and information to the operator and also receives answers from the operator Inference Engine User Interface

How to expert systems work An operator interacts with the UI and answers a series of questions. Each question gets passed to the inference engine which makes a decision depending on the reply. The inference engine looks in the knowledge base in order to find the most relevant question/answer It is then presented to the UI.

How to make an Expert System Build the system from scratch using a software language suited to your task Program using PROLOG or ASPRIN Use a piece of development software called an expert system shell The shell contains a inference engine and user interface, but requires an expert to create a knowledge base This can be done with little programming skill, but knowledge of an expert system is needed

MYCIN – Medicine expert system Questions the user on symptoms (from a Knowledge base of 500 rules) Will ask for certain tests if needed After the symptoms it will advise on the best medication Can also provide alternative medication with expected success rate

Advantages/disadvantages of an Expert System Consistency – they provide consistent answers for repetitive decisions No common sense – i.e. If someone had been shot and was bleeding, the system would still look for a cause Cheaper – they are cheaper than using a human expert such as a GP Can make absurd errors if data is entered incorrectly, i.e. Weight and height entered the wrong way around The expert system can consult a much larger pool of knowledge compared to a human Not able to provide a creative response in certain situations Available 24/7 Not being able to realised when no answer is available to the problem The Computer uses all the information it has, unlike a human who can forget Relies on rules and knowledge being correct. Any mistakes may cause an incorrect diagnosis