Artificial Intelligence, P.I

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 11 Intelligent Support Systems. Agenda Artificial Intelligence Expert Systems (ES) Differences between ES and DSS ES Examples.
ICT IGCSE Expert Systems.
4 Intelligent Systems.
Rule Based Systems Alford Academy Business Education and Computing
The Decision-Making Process IT Brainpower
Chapter 11 Artificial Intelligence and Expert Systems.
1 Pertemuan 19 & 20 Managing Knowledge for the Digital Firm Matakuliah: J0454 / Sistem Informasi Manajemen Tahun: 2006 Versi: 1 / 1.
1 Lecture 34 Introduction to Knowledge Representation & Expert Systems Overview  Lecture Objective  Introduction to Knowledge Representation  Knowledge.
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.
Week 6 Expert System. Case Scenario During ABC Enterprise management meeting to discuss whether the company should consider a merger with other business.
Marakas: Decision Support Systems, 2nd Edition © 2003, Prentice-Hall Chapter Chapter 7: Expert Systems and Artificial Intelligence Decision Support.
1 Chapter 4 Decision Support and Artificial Intelligence Brainpower for Your Business.
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!”.
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
Chapter 11 Managing Knowledge. Dimensions of Knowledge.
INTELLIGENT SYSTEMS Artificial Intelligence Applications in Business.
Intelligent Support 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 Backward-Chaining Rule-Based Systems Elnaz Nouri December 2007.
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 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.
Artificial Intelligence Robbie Nakatsu AIMS 2710.
Chapter 14: Artificial Intelligence Invitation to Computer Science, C++ Version, Third Edition.
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.
11 C H A P T E R Artificial Intelligence and Expert Systems.
IDDS: Rules-based Expert Systems
School of Computer Science and Technology, Tianjin University
Knowledge based Humans use heuristics a great deal in their problem solving. Of course, if the heuristic does fail, it is necessary for the problem solver.
Fundamentals of Information Systems, Third Edition2 Principles and Learning Objectives Artificial intelligence systems form a broad and diverse set of.
Business and Specialized IS Knowledge Management & Specialized IS ทัศนวรรณ ศูนย์กลาง ภาควิชาคอมพิวเตอร์ คณะ วิทยาศาสตร์
Artificial Intelligence By Michelle Witcofsky And Evan Flanagan.
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,
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.
KNOWLEDGE BASED SYSTEMS
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.
Of An Expert System.  Introduction  What is AI?  Intelligent in Human & Machine? What is Expert System? How are Expert System used? Elements of ES.
ITEC 1010 Information and Organizations Chapter V Expert Systems.
1 Chapter 13 Artificial Intelligence and Expert Systems.
1 Principles of Information Systems, Ninth Edition Chapter 11 Knowledge Management and Specialized Information Systems.
Expert Systems By James Jennings Introduction  What is an Expert system?  expert system is a computer system that emulates the decision-making ability.
EXPERT SYSTEMS BY MEHWISH MANZER (63) MEER SADAF NAEEM (58) DUR-E-MALIKA (55)
Decision Support and Business Intelligence Systems (9 th Ed., Prentice Hall) Chapter 12: Artificial Intelligence and Expert Systems.
1 Principles of Information Systems Chapter 11 Knowledge Management and Specialized Information Systems THE LEONS COLLEGE OF LAW.
Chapter 11 Knowledge Management and Specialized Information Systems
Decision Support Systems
Fundamentals of Information Systems, Sixth Edition
Fundamentals of Information Systems
CHAPTER 1 Introduction BIC 3337 EXPERT SYSTEM.
Organization and Knowledge Management
Introduction Characteristics Advantages Limitations
Introduction to Expert Systems Bai Xiao
Architecture Components
MANAGING KNOWLEDGE FOR THE DIGITAL FIRM
Intro to Expert Systems Paula Matuszek CSC 8750, Fall, 2004
Artificial Intelligence and Expert Systems
Expert Systems.
Technology of Data Glove
Presentation transcript:

Artificial Intelligence, P.I Robbie Nakatsu AIMS 2710

Artificial Intelligence--AI The techniques and software that enable computers to mimic human behavior in various ways. A major thrust in this field is to develop computer functions associated with human intelligence. . Some Types of AI Expert Systems Natural Language Processing Machine Learning Robotics Intelligent Agents Logic Reasoning

AI is like magic! “Any sufficiently advanced technology is indistinguishable from magic.” --Arthur C. Clark, 1962

Robotics in Business: A Jobless Future? Robotics in agriculture: Crops like wheat, corn, and cotton can be planted, maintained and harvested mechanically. Amazon is heavily invested in robotics. Its robots are designed to move materials/products within warehouses. Momentum Machines has built a machine that is capable producing 360 hamburgers per hour.

An Expert System is an AI program that emulates the decision-making ability of a human expert An expert system captures expertise from a human expert and applies it to a problem.

An Expert System can perform diagnostic and prescriptive tasks like: Auditing and tax planning Diagnosing illnesses Commercial loan decisions Determining the cause of machine failure What is the difference between a diagnostic and prescriptive task?

People In An Expert System Domain Expert - the person who knows how to solve the problem without the aid of IT. Knowledge Engineer - the person who works with domain experts to capture knowledge they possess. The knowledge engineer builds the expert system. End User - the person who uses the expert system to solve a problem.

Components of an Expert System

Components Defined KNOWLEDGE BASE - stores the domain expertise (e.g., a collection of If-Then rules). INFERENCE ENGINE - processes the domain expertise and your problem facts to reach a conclusion. WORKING MEMORY – short term memory of the expert system; contains all the facts (initial facts as well as new facts). USER INTERFACE – part of the expert system that you use to run a consultation.

Representing Expertise as a Collection of Rules IF the light is green THEN Go through the intersection If the light is red THEN STOP If the light is yellow AND there is time to go through intersection before the light turns red THEN If the light is yellow AND there is not time to go through intersection before the light turns red THEN

A More Complex Example IF 1. The infection that requires therapy is meningitis AND 2. The patient has evidence of serious skin or soft tissue infection AND 3. Organisms were not seen on the stain of the culture AND 4. The type of infection is bacterial THEN There is evidence that the organism that might be causing the infection is Staphylococcus coagpos (0.75) or Streptococcus (0.5)

Inference Engine It is the part of the Expert System that processes the problem facts and searches for rules in the knowledge base to reach a final recommendation for a user. Two inferencing strategies : Forward Chaining is a data-driven approach in which you start with the initial problem facts, and then try to draw conclusions from them using the rules of the knowledge base. Backward Chaining is a goal-driven approach in which you start with some kind of expectation of what is to occur, or hypothesis, and then find rules that either support or contradict your hypothesis.

Illustrating Forward and Backward Chaining Knowledge Base R1: IF A and C, THEN E R2: IF D and C, THEN F R3: IF B and E, THEN F R4: IF B, THEN C R5: IF F, THEN G Two Problems: Forward Chain: Assume B and D Backward Chain: Prove or disprove G, and assume A and B

Expert System Opportunities Any activity where human experts are overburdened, undersupplied, or expensive are good candidates for ES. Expertise might be scarce in some organizations (can propagate the expertise through the use of an ES). An ES might also be used to enhance the role of an expert by providing the necessary assistance.

Benefits of Expert Systems Increased output and productivity Reduced costs, including decreased personnel required Fewer errors Better and more consistent decision-making Knowledge transfer to remote locations Formalization of organizational knowledge

Questions for thought What are some problems and limitations of expert systems? Can expert systems solve all kinds of problems?