Artificial Intelligence and Expert Systems

Slides:



Advertisements
Similar presentations
Fundamentals of Information Systems, Sixth Edition
Advertisements

Chapter 11 Intelligent Support Systems. Agenda Artificial Intelligence Expert Systems (ES) Differences between ES and DSS ES Examples.
Artificial Intelligence
ITEC 1010 Information and Organizations Artificial Intelligence.
Artificial Intelligence, Expert Systems, and Virtual Reality
4 Intelligent Systems.
2 Principles and Learning Objectives Artificial intelligence systems form a broad and diverse set of systems that can replicate human decision making.
Specialized Business Information Systems
Chapter 11 Artificial Intelligence and Expert Systems.
Artificial Intelligence
Specialized Business Information Systems Chapter 11.
Principles of Information Systems, Seventh Edition2 Artificial intelligence systems form a broad and diverse set of systems that can replicate human decision.
Chapter 12: Intelligent Systems in Business
MSIS 110: Introduction to Computers; Instructor: S. Mathiyalakan1 Specialized Business Information Systems Chapter 11.
Principles of Information Systems, Tenth Edition Chapter 11 Knowledge Management and Specialized Information Systems 1.
“Get outa here!”.
Management Information Systems
Artificial Intelligence By Ryan Shoultes & Jeremy Creighton.
Fundamentals of Information Systems, Second Edition 1 Specialized Business Information Systems Chapter 7.
Principles and Learning Objectives
Chapter 14: Artificial Intelligence Invitation to Computer Science, C++ Version, Third Edition.
intelligence study and design of intelligent agentsis the intelligence of machines and the branch of computer science that aims to create it. AI textbooks.
Fundamentals of Information Systems, Fifth Edition
Principles of Information Systems
11 C H A P T E R Artificial Intelligence and Expert Systems.
What is AI:-  Ai is the science of making machine do things that would requires intelligence.  Computers with the ability to mimic or duplicate the.
Faculty of Arts Atkinson College ITEC 1010 A F 2002 Welcome Sixteenth Lecture for ITEC A Professor G.E. Denzel.
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 ทัศนวรรณ ศูนย์กลาง ภาควิชาคอมพิวเตอร์ คณะ วิทยาศาสตร์
Principles of Information Systems, Sixth Edition Specialized Business Information Systems Chapter 11.
Artificial Intelligence and Expert Systems
Fundamentals of Information Systems, Second Edition 1 Specialized Business Information Systems.
Principles of Information Systems, Sixth Edition Specialized Business Information Systems Chapter 11.
Chapter 13 Artificial Intelligence and Expert Systems.
Decision Support Systems (DSS) Information Systems and Management.
Fundamentals of Information Systems, Sixth Edition1 Natural Language Processing and Voice Recognition Processing that allows the computer to understand.
I Robot.
Principles of Information Systems Eighth Edition Chapter 11 Knowledge Management and Specialized Information Systems.
Fundamentals of Information Systems, Third Edition1 The Knowledge Base Stores all relevant information, data, rules, cases, and relationships used by the.
2 Information Systems Chapter 11 Knowledge Management and Specialized Information Systems.
Fundamentals of Information Systems, Third Edition 1 Information and Decision Support Systems: Management Information Systems Management information system.
ITEC 1010 Information and Organizations Chapter V Expert Systems.
ARTIFICIAL INTELLIGENCE include people, procedures, hardware, software, data and knowledge needed to develop computer systems and machines that demonstrated.
Artificial Intelligence, simulation and modelling.
Principles of Information Systems, Seventh Edition2 Artificial intelligence systems form a broad and diverse set of systems that can replicate human decision.
 Ease the managing task  Guide for problem solving & decision making  Advance in carrier. Realise opportunities and meet personal and company goals.
1 Chapter 13 Artificial Intelligence and Expert Systems.
1 Principles of Information Systems, Ninth Edition Chapter 11 Knowledge Management and Specialized Information Systems.
A RTIFICIAL INTELLIGENCE Mahajan Nikhil P. Nirma University.
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.
Overview of Artificial Intelligence (1) Artificial intelligence (AI) Computers with the ability to mimic or duplicate the functions of the human brain.
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
Fundamentals of Information Systems, Sixth Edition
Fundamentals of Information Systems
CHAPTER 1 Introduction BIC 3337 EXPERT SYSTEM.
Introduction Characteristics Advantages Limitations
Principles of Information Systems, Tenth Edition
Artificial Intelligence
Fourth Generation Present: Microprocessors
Fourth Generation Present: Microprocessors
ARTIFICIAL INTELLIGENCE.
Artificial Intelligence and Expert Systems
Artificial intelligence systems form a broad and diverse set of systems that can replicate human decision making for certain types of well-defined problems.
Expert Systems.
Principles of Information Systems Eighth Edition
Principles and Learning Objectives
Artificial Intelligence
Principles Knowledge management systems allow organizations to share knowledge and experience among their managers and employees Artificial intelligence.
Presentation transcript:

Artificial Intelligence and Expert Systems Chapter 11 Artificial Intelligence and Expert Systems

Overview of Artificial Intelligence (1) Artificial intelligence (AI) Computers with the ability to mimic or duplicate the functions of the human brain Artificial intelligence systems The people, procedures, hardware, software, data, and knowledge needed to develop computer systems and machines that demonstrate the characteristics of intelligence

Overview of Artificial Intelligence (2) Intelligent behaviour Learn from experience Apply knowledge acquired from experience Handle complex situations Solve problems when important information is missing Determine what is important React quickly and correctly to a new situation Understand visual images Process and manipulate symbols Be creative and imaginative Use heuristics

Major Branches of AI (1) Perceptive system Vision system Robotics A system that approximates the way a human sees, hears, and feels objects Vision system Capture, store, and manipulate visual images and pictures Robotics Mechanical and computer devices that perform tedious tasks with high precision Expert system Stores knowledge and makes inferences

Major Branches of AI (2) Learning system Natural language processing Computer changes how it functions or reacts to situations based on feedback Natural language processing Computers understand and react to statements and commands made in a “natural” language, such as English Neural network Computer system that can act like or simulate the functioning of the human brain Schematic

Artificial intelligence Vision systems Learning systems Robotics Expert systems Neural networks Natural language processing

Artificial Intelligence (1) From Chapter 1 Artificial Intelligence (1) The branch of computer science concerned with making computers behave like humans. The term was coined in 1956 by John McCarthy at the Massachusetts Institute of Technology. Artificial intelligence includes games playing: programming computers to play games such as chess and checkers expert systems : programming computers to make decisions in real-life situations (for example, some expert systems help doctors diagnose diseases based on symptoms) natural language : programming computers to understand natural human languages

Artificial Intelligence (2) From Chapter 1 Artificial Intelligence (2) neural networks : Systems that simulate intelligence by attempting to reproduce the types of physical connections that occur in animal brains robotics : programming computers to see and hear and react to other sensory stimuli Currently, no computers exhibit full artificial intelligence (that is, are able to simulate human behavior). The greatest advances have occurred in the field of games playing. The best computer chess programs are now capable of beating humans. In May, 1997, an IBM super-computer called Deep Blue defeated world chess champion

Artificial Intelligence (3) From Chapter 1 Artificial Intelligence (3) Gary Kasparov in a chess match. In the area of robotics, computers are now widely used in assembly plants, but they are capable only of very limited tasks. Robots have great difficulty identifying objects based on appearance or feel, and they still move and handle objects clumsily. Natural-language processing offers the greatest potential rewards because it would allow people to interact with computers without needing any specialized knowledge. You could simply walk up to a

Artificial Intelligence (4) From Chapter 1 Artificial Intelligence (4) computer and talk to it. Unfortunately, programming computers to understand natural languages has proved to be more difficult than originally thought. Some rudimentary translation systems that translate from one human language to another are in existence, but they are not nearly as good as human translators. There are also voice recognition systems that can convert spoken sounds into written words, but they do not understand what they are writing; they simply take dictation. Even these systems are quite limited -- you must speak slowly and distinctly.

Artificial Intelligence (5) From Chapter 1 Artificial Intelligence (5) In the early 1980s, expert systems were believed to represent the future of artificial intelligence and of computers in general. To date, however, they have not lived up to expectations. Many expert systems help human experts in such fields as medicine and engineering, but they are very expensive to produce and are helpful only in special situations. Today, the hottest area of artificial intelligence is neural networks, which are proving successful in a number of disciplines such as voice recognition and natural-language processing.

Artificial Intelligence (6) From Chapter 1 Artificial Intelligence (6) There are several programming languages that are known as AI languages because they are used almost exclusively for AI applications. The two most common are LISP and Prolog.

Overview of Expert Systems Can… Explain their reasoning or suggested decisions Display intelligent behavior Draw conclusions from complex relationships Provide portable knowledge Expert system shell A collection of software packages and tools used to develop expert systems

Limitations of Expert Systems Not widely used or tested Limited to relatively narrow problems Cannot readily deal with “mixed” knowledge Possibility of error Cannot refine own knowledge base Difficult to maintain May have high development costs Raise legal and ethical concerns

Capabilities of Expert Systems Strategic goal setting Explore impact of strategic goals Planning Impact of plans on resources Integrate general design principles and manufacturing limitations Design Decision making Provide advise on decisions Quality control and monitoring Monitor quality and assist in finding solutions Diagnosis Look for causes and suggest solutions

When to Use an Expert System (1) Provide a high potential payoff or significantly reduced downside risk Capture and preserve irreplaceable human expertise Provide expertise needed at a number of locations at the same time or in a hostile environment that is dangerous to human health

When to Use an Expert System (2) Provide expertise that is expensive or rare Develop a solution faster than human experts can Provide expertise needed for training and development to share the wisdom of human experts with a large number of people

Components of an Expert System (1) Knowledge base Stores all relevant information, data, rules, cases, and relationships used by the expert system Inference engine Seeks information and relationships from the knowledge base and provides answers, predictions, and suggestions in the way a human expert would Rule A conditional statement that links given conditions to actions or outcomes

Components of an Expert System (2) Fuzzy logic A specialty research area in computer science that allows shades of gray and does not require everything to be simply yes/no, or true/false Backward chaining A method of reasoning that starts with conclusions and works backward to the supporting facts Forward chaining A method of reasoning that starts with the facts and works forward to the conclusions Schematic

Knowledge base acquisition facility Explanation facility Inference engine Knowledge base Knowledge base acquisition facility User interface Experts User

Rules for a Credit Application Mortgage application for a loan for $100,000 to $200,000 If there are no previous credits problems, and If month net income is greater than 4x monthly loan payment, and If down payment is 15% of total value of property, and If net income of borrower is > $25,000, and If employment is > 3 years at same company Then accept the applications Else check other credit rules

Explanation Facility Explanation facility A part of the expert system that allows a user or decision maker to understand how the expert system arrived at certain conclusions or results

Knowledge Acquisition Facility Provides a convenient and efficient means of capturing and storing all components of the knowledge base Knowledge base Knowledge acquisition facility Joe Expert

Expert Systems Development Determining requirements Identifying experts Domain The area of knowledge addressed by the expert system. Construct expert system components Implementing results Maintaining and reviewing system

Participants in Expert Systems Development and Use Domain expert The individual or group whose expertise and knowledge is captured for use in an expert system Knowledge user The individual or group who uses and benefits from the expert system Knowledge engineer Someone trained or experienced in the design, development, implementation, and maintenance of an expert system Schematic

Expert system Knowledge engineer Domain expert Knowledge user

Evolution of Expert Systems Software Expert system shell Collection of software packages & tools to design, develop, implement, and maintain expert systems high Expert system shells Special and 4th generation languages Ease of use Traditional programming languages low Before 1980 1980s 1990s

Advantages of Expert Systems Easy to develop and modify The use of satisficing (accepting satisfactory solution rather than the optimal one) The use of heuristics Development by knowledge engineers and users

Expert Systems Development Alternatives high Develop from scratch Develop from shell Development costs Use existing package low low high Time to develop expert system

Applications of Expert Systems and Artificial Intelligence Credit granting Information management and retrieval AI and expert systems embedded in products Plant layout Hospitals and medical facilities Help desks and assistance Employee performance evaluation Loan analysis Virus detection Repair and maintenance Shipping Marketing Warehouse optimization

End of Chapter 11 Chapter 12