1 Chapter 13 Artificial Intelligence 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

CHAPTER 13 Inference Techniques. Reasoning in Artificial Intelligence n Knowledge must be processed (reasoned with) n Computer program accesses knowledge.
Chapter 11 Intelligent Support Systems. Agenda Artificial Intelligence Expert Systems (ES) Differences between ES and DSS ES Examples.
Artificial Intelligence and Expert Systems
4 Intelligent Systems.
© 2005 Prentice Hall, Decision Support Systems and Intelligent Systems, 7th Edition, Turban, Aronson, and Liang 10-1 Chapter 10 Intelligent Decision Support.
Chapter 11 Artificial Intelligence and Expert Systems.
Artificial Intelligence
Artificial Intelligence CAP492
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.
Chapter 12: Intelligent Systems in Business
MSIS 110: Introduction to Computers; Instructor: S. Mathiyalakan1 Specialized Business Information Systems Chapter 11.
“Get outa here!”.
Building Knowledge-Driven DSS and Mining Data
ES: Expert Systems n Knowledge Base (facts, rules) n Inference Engine (software) n User Interface.
Artificial Intelligence CSC 361
McGraw-Hill/Irwin ©2005 The McGraw-Hill Companies, All rights reserved ©2005 The McGraw-Hill Companies, All rights reserved McGraw-Hill/Irwin.
Sepandar Sepehr McMaster University November 2008
Expert Systems.
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.
Artificial Intelligence Lecture No. 15 Dr. Asad Ali Safi ​ Assistant Professor, Department of Computer Science, COMSATS Institute of Information Technology.
0AI-based Information Technology  Information Technology Based on AI ● What is Artificial Intelligence? ● Artificial Intelligence vs. Natural Intelligence.
Intelligent Decision Support Systems By Dr.S.Sridhar,Ph.D., RACI(Paris),RZFM(Germany),RMR(USA),RIEEEProc. web-site :
Chapter 14: Artificial Intelligence Invitation to Computer Science, C++ Version, Third Edition.
计算机科学概述 Introduction to Computer Science 陆嘉恒 中国人民大学 信息学院
Knowledge-Based Systems. Artificial Intelligence n Definition: The activity of providing such machines as computers with the ability to display behavior.
PLUG IT IN 5 Intelligent Systems. 1.Introduction to intelligent systems 2.Expert Systems 3.Neural Networks 4.Fuzzy Logic 5.Genetic Algorithms 6.Intelligent.
TECHNOLOGY GUIDE FOUR Intelligent Systems.
11 C H A P T E R Artificial Intelligence and Expert Systems.
Faculty of Arts Atkinson College ITEC 1010 A F 2002 Welcome Sixteenth Lecture for ITEC A Professor G.E. Denzel.
School of Computer Science and Technology, Tianjin University
Principles of Information Systems, Sixth Edition Specialized Business Information Systems Chapter 11.
Artificial Intelligence and Expert Systems
Principles of Information Systems, Sixth Edition Specialized Business Information Systems Chapter 11.
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.
Chapter 15: KNOWLEDGE-BASED INFORMATION SYSTEMS. What is Knowledge? Data: Raw facts, e.g., Annual Expenses = $2 million Information: Data given context,
PLUG IT IN 5 Intelligent Systems. 1.Introduction to intelligent systems 2.Expert Systems 3.Neural Networks 4.Fuzzy Logic 5.Genetic Algorithms 6.Intelligent.
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 or KNOWLEDGE BASED SYSTEMS a. When we wish to encode a rich source of knowledge within the program. and b. The scope of systems.
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.
Artificial Intelligence
ITEC 1010 Information and Organizations Chapter V Expert Systems.
Computer Studies Today Chapter 1 1 »Attempts to develop computer systems that can simulate human thinking processes and actions.
TECHNOLOGY GUIDE FOUR Intelligent Systems. TECHNOLOGY GUIDE OUTLINE TG4.1 Introduction to Intelligent Systems TG4.2 Expert Systems TG4.3 Neural Networks.
EXPERT SYSTEMS BY MEHWISH MANZER (63) MEER SADAF NAEEM (58) DUR-E-MALIKA (55)
Kozeta Sevrani - Sistemet e Informacionit11.1 Specialized Business Information Systems Chapter 11.
Decision Support and Business Intelligence Systems (9 th Ed., Prentice Hall) Chapter 12: Artificial Intelligence and Expert Systems.
CHAPTER 1 Introduction BIC 3337 EXPERT SYSTEM.
Organization and Knowledge Management
Introduction Characteristics Advantages Limitations
Artificial Intelligence, P.I
Chapter 9. Rules and Expert Systems
DSS & Warehousing Systems
Decision Support System Course
TECHNOLOGY GUIDE FOUR Intelligent Systems.
Architecture Components
© 2005 Prentice Hall, Decision Support Systems and Intelligent Systems, 7th Edition, Turban, Aronson, and Liang 10-1 Chapter 10 Intelligent Decision Support.
SISTEM INFORMASI MANAJEMEN 2
MANAGING KNOWLEDGE FOR THE DIGITAL FIRM
Intro to Expert Systems Paula Matuszek CSC 8750, Fall, 2004
Artificial Intelligence and Expert Systems
Artificial Intelligence
Expert Systems.
Chapter 9. Rules and Expert Systems
Technology of Data Glove
Presentation transcript:

1 Chapter 13 Artificial Intelligence and Expert Systems

2 Artificial Intelligence Attempt to emulate the human mind in machines Robotics –Robots used to replace human laborers Artificial Vision –Allows robots that move in space sense obstacles –Used in machines for sorting and identification

3 Natural Language Process –Programs that recognize human commands Expert Systems –Programs that simulate human expertise Neural Networks –Programs built to solve problems while learning and refining their knowledge Artificial Intelligence in Business

4 Fuzzy Logic: : Fuzzy Logic: : a Special research area in computer science that allows shades of gray and does not require conditions to be black/white, yes/no, or true/false Artificial Intelligence in Business

5 Development of Expert Systems What is Expertise? –Skill and knowledge whose input into a process results in performance high above the norm. Expert system provides: –Solutions –Explanations of Problem solutions Questions n Two distinctions from DSS –1. Has potential to extend manager’s problem-solving ability –2. Ability to explain how solution was reached Components of an expert system; numbers indicate the order of the processes

6 Development of Expert Systems Components of an expert system; numbers indicate the order of the processes –The interface or dialog –The knowledge base –The interface engine

7 IF-THEN Rules –Most popular method of knowledge representation – Also called production rules –Systems hold facts in the form of IF- THEN statements Knowledge Representation Methods

8 Knowledge Engineering –Knowledge engineer: programmer who specializes in developing ESs –Asking experts appropriate questions and translating into a knowledge base –Some ESs take years Knowledge Representation Methods A knowledge engineer must know what to ask, how to ask, and how to organize the answers into a knowledge base.

9 Forward Chaining –Result-driven Process Rule is evaluated as: –(1) true, (2) false, (3) unknown Rule evaluation is an iterative process When no more rules can fire, the reasoning process stops even if a goal has not been reached Start with inputs and work to solution Knowledge Representation Methods

10 Backward Chaining –Goal-driven process ¶Divide problem into sub problems ·Try to solve one sub problem ¸Then try another Knowledge Representation Methods Start with solution and work back to inputs

11 Knowledge Representation Methods Factors Justifying the Acquisition of Expert Systems What justifies the acquisition of an ES?

12 Expert Systems in Action Business areas using ESs –Telephone network maintenance –Credit evaluation –Tax planning –Medical diagnosis –Class selection for students

13 Limitations of Expert Systems LIMITATIONS: Can handle only narrow domains Do not possess common sense Have a limited ability to learn Can be large, lengthy, expensive Many managers unwilling to trust such systems