Expert System Participants

Slides:



Advertisements
Similar presentations
The Basics of Information Systems
Advertisements

Supporting Business Decisions Expert Systems. Expert system definition Possible working definition of an expert system: –“A computer system with a knowledge.
Artificial Intelligence, Expert Systems, and Virtual Reality
IDS-695 INFORMATION SYSTEMS DEVELOPMENT I WELCOME Ronald Norman, Ph.D., CCP Office: SS-3200 Office Phone: URL:
Chapter 1 Assuming the Role of the Systems Analyst
Lesson-8 Information System Building Blocks
Management Support Systems A Hierarchy and a Guide.
Chapter 11 Artificial Intelligence and Expert Systems.
SESSION 10 MANAGING KNOWLEDGE FOR THE DIGITAL FIRM.
Artificial Intelligence
The Semantic Web Week 13 Module Website: Lecture: Knowledge Acquisition / Engineering Practical: Getting to know.
1 SYS366 Week 1 - Lecture 2 How Businesses Work. 2 Today How Businesses Work What is a System Types of Systems The Role of the Systems Analyst The Programmer/Analyst.
Organizational Information Systems
Specialized Business Information Systems Chapter 11.
Marakas: Decision Support Systems, 2nd Edition © 2003, Prentice-Hall Chapter Chapter 7: Expert Systems and Artificial Intelligence Decision Support.
MSIS 110: Introduction to Computers; Instructor: S. Mathiyalakan1 Specialized Business Information Systems Chapter 11.
A decision support system (DSS) is a computer program application that analyzes business data and presents it so that users can make business decisions.
Cigar Box 3 Operational Monitoring System By Anushik Tadevosyan Global Facts.
Sepandar Sepehr McMaster University November 2008
© Copyright High Performance Concepts, Inc. 12 Criteria for Software Vendor Selection July 14, 2014 prepared by: Brian Savoie Vice President HIGH.
1 Programming Languages Marjan Sirjani 2 1- The Study of Programming Languages The purpose of language is simply that it must convey meaning. (Confucius)
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.
How to make Business Process Management (BPM) work in practice Prepared for the 3rd SA CIO Summit by Dr. Ilia Bider, Director R&D IbisSoft.
Fundamentals of Information Systems, Second Edition 1 Specialized Business Information Systems Chapter 7.
PZ01A Programming Language design and Implementation -4th Edition Copyright©Prentice Hall, PZ01A -- Introduction Programming Language Design and.
Notes for Chapter 12 Logic Programming The AI War Basic Concepts of Logic Programming Prolog Review questions.
Knowledge representation
11 C H A P T E R Artificial Intelligence and Expert Systems.
Copyright R. Weber INFO 629 Concepts in Artificial Intelligence Expert Systems Fall 2004 Professor: Dr. Rosina Weber.
Course Instructor: K ashif I hsan 1. Chapter # 2 Kashif Ihsan, Lecturer CS, MIHE2.
School of Computer Science and Technology, Tianjin University
Chapter 1 Assuming the Role of the Systems Analyst Systems Analysis and Design Kendall & Kendall Sixth Edition.
1 Programming Languages Marjan Sirjani Course web site:
ProLog PROgramming in LOGic. Description of Prolog Prolog stands for PROgramming in LOGic. It is a nonprocedural and declarative language.
1 Introduction Programming Language Design and Implementation (4th Edition) by T. Pratt and M. Zelkowitz Prentice Hall, 2001 Sections
Slide header copy Introduction I-1 > Today we will: –Build upon concepts and principles outlined in NAR’s Green Designation Core Course –Examine specific.
An Introduction to Software Engineering. Communication Systems.
CSC 554: Knowledge-Based Systems Part-1 By Dr. Syed Noman Hasany Assistant Professor, CoC Qassim University.
Principles of Information Systems, Sixth Edition Specialized Business Information Systems Chapter 11.
Fundamentals of Information Systems, Second Edition 1 Specialized Business Information Systems.
Principles of Information Systems, Sixth Edition Specialized Business Information Systems Chapter 11.
Military Family Services Program Participant Survey Briefing Notes.
Fundamentals of Information Systems, Sixth Edition1 Natural Language Processing and Voice Recognition Processing that allows the computer to understand.
Systems Analysis and Design in a Changing World, Fourth Edition
Architecture of Decision Support System
3/5/2009Computer systems1Introduction Computer Systems: Hardware Desktop Laptop Software Information Systems Computer-Aided Graphic Design.
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.
Artificial intelligence
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.
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.
Introduction Complex and large SW. SW crises Expensive HW. Custom SW. Batch execution Structured programming Product SW.
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.
Knowledge Engineering. Review- Expert System 3 Knowledge Engineering The process of building an expert system: 1.The knowledge engineer establishes a.
Kozeta Sevrani - Sistemet e Informacionit11.1 Specialized Business Information Systems Chapter 11.
Chapter 1 Assuming the Role of the Systems Analyst.
Intelligent Systems Development
Presentation on Decision support system
CHAPTER 1 Introduction BIC 3337 EXPERT SYSTEM.
Introduction Characteristics Advantages Limitations
DSS & Warehousing Systems
Introduction to Expert Systems Bai Xiao
Architecture Components
MANAGING KNOWLEDGE FOR THE DIGITAL FIRM
Intro to Expert Systems Paula Matuszek CSC 8750, Fall, 2004
Expert Systems.
TOPIC: Course Name Informational Technology Management Course Code
Programming Languages, Preliminaries, History & Evolution
Coventry University, UK
Presentation transcript:

Expert System Participants Domain expert Knowledge engineer Knowledge user

The domain expert The individual or group that has the expertise or knowledge one is trying to capture in the expert system. Recognizes the real problem develops a general framework for problem solving formulates theories about the situation develops and uses general rules to solve a problem knows when to break the rules or general principles solves problems quickly and efficiently learns from past experiences knows what is important in solving a problem and what is not explains the situation and solutions of problems to others

The knowledge engineer The individual who has training and/or experience in the design, development, implementation, and maintenance of an expert system, including training and/or experience with expert system shells. As expert systems shells and development tools become easier to use, the role of the knowledge engineer shifts from system developer to consultant

The Knowledge User The individual or group who uses and benefits from the expert system. Knowledge users do not need any previous training in computers or expert systems.

Expert System Development Theoretically, expert systems can be developed from any programming language. Early days: Pascal, FORTRAN, COBOL NEXT: LISP for AI, then Prolog for AI Now: Financial Advisor, 1st Class Fusion, Knowledepro, Leonardo, Personal Consultant (PC) Easy are a few used today.

Other Business Uses of Expert Systems Kaiser Permanente- uses and expert system and voice response to automate its help desk function Nynex(newyork/new england tel exch)--uses expert systems to help its workers locate and solve customer-related phone problems MYCIN(Stanford) uses system to analyze blood infections CARGEX-uses system to help determine the best shipping routes CoverStory-uses system to extract marketing info from database and automatically write marketing reports.

Integrating Expert Systems An expert system can be integrated with other information systems in an organization through a common database. Expert systems support managerial decision making and organizational goals.

Think About it Think of five ideas for expert systems that would be useful on campus Try to develop rules you might use to make decisions (ie: to choose classes for a quarter) this exercise will show the difficulty of using multiple experts (other students in your group) to build a knowledge base and the difficulty of defining rules for a knowledge base.