Sukmawati NE PS ILKOM UNDIP

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

1 Pertemuan 10 Expert Systems Matakuliah: H0383/Sistem Berbasis Pengetahuan Tahun: 2005 Versi: 1/0.
Supporting Business Decisions Expert Systems. Expert system definition Possible working definition of an expert system: –“A computer system with a knowledge.
Chapter 11 Intelligent Support Systems. Agenda Artificial Intelligence Expert Systems (ES) Differences between ES and DSS ES Examples.
Information Retrieval in Practice
Chapter 6: Design of Expert Systems
Artificial Intelligence
Knowledge Acquisition CIS 479/579 Bruce R. Maxim UM-Dearborn.
Marakas: Decision Support Systems, 2nd Edition © 2003, Prentice-Hall Chapter Chapter 7: Expert Systems and Artificial Intelligence Decision Support.
1 Pertemuan 13 Membangun Expert System Matakuliah: H0383/Sistem Berbasis Pengetahuan Tahun: 2005 Versi: 1/0.
Introduction • Artificial intelligence: science of enabling computers to behave intelligently • Knowledge-based system (or expert system): a program.
Artificial Intelligence CSC 361
Introduction to Rule-Based Systems, Expert Systems, Fuzzy Systems Introduction to Rule-Based Systems, Expert Systems, Fuzzy Systems (sections 2.7, 2.8,
Expert 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.
Knowledge Acquisition. Concepts of Knowledge Engineering Knowledge engineering The engineering discipline in which knowledge is integrated into computer.
Intelligent systems Lecture 10 Development of Expert Systems.
Chapter 6 Supplement Knowledge Engineering and Acquisition Chapter 6 Supplement.
11 C H A P T E R Artificial Intelligence and Expert Systems.
Expert systems Dr. Taher Hamza.
Implementing and Integrating AI Systems. What Is Implementation? Implementation can be defined as getting a newly developed or significantly changed system.
Second Generation ES1 Second Generation Expert Systems Ahme Rafea CS Dept., AUC.
Jump to first page (c) 1999, A. Lakhotia 1 Software engineering? Arun Lakhotia University of Louisiana at Lafayette Po Box Lafayette, LA 70504, USA.
 Architecture and Description Of Module Architecture and Description Of Module  KNOWLEDGE BASE KNOWLEDGE BASE  PRODUCTION RULES PRODUCTION RULES 
MNF IT-272 Kunstig intelligens - høst 2002 Forelesning 6. Emner: Kunnskapsintensiv problemløsning - kunnskapbaserte systemer, ekspertsystemer Regelbaserte.
ES Design, Development and Operation Dr. Ahmed Elfaig Knowledge model, knowledge structure, presentation and organization are the bottleneck of expert.
ES Model development Dr. Ahmed Elfaig The ES attempts to predict results from available information, data and knowledge The model should be able to infer.
 Dr. Syed Noman Hasany 1.  Review of known methodologies  Analysis of software requirements  Real-time software  Software cost, quality, testing.
CS62S: Expert Systems Requirements Specification and Design Based on Chap. 12: The Engineering of Knowledge-based Systems: Theory and Practice, A. J. Gonzalez.
EEL 5937 Agent models. EEL 5937 Multi Agent Systems Lecture 4, Jan 16, 2003 Lotzi Bölöni.
Decision-Support-System for the Rehabilitation of Buildings: The MEMSCON Project RISA Sicherheitsanalysen GmbH Berlin 1st MEMSCON Event - 07 October 2010,
ES component and structure Dr. Ahmed Elfaig The production system or rule-based system has three main component and subcomponents shown in Figure 1. 1.Knowledge.
© 2006 Pearson Addison-Wesley. All rights reserved 2-1 Chapter 2 Principles of Programming & Software Engineering.
17/1/1 © Pearson Education Limited 2002 Artificial Intelligence & Expert Systems Lecture 1 AI, Decision Support, Architecture of expert systems Topic 17.
Of An Expert System.  Introduction  What is AI?  Intelligent in Human & Machine? What is Expert System? How are Expert System used? Elements of ES.
Intelligent Control Methods Lecture 5: Expert Systems Slovak University of Technology Faculty of Material Science and Technology in Trnava.
Abdul Rahim Ahmad MITM 613 Intelligent System Chapter 10: Tools.
ITEC 1010 Information and Organizations Chapter V Expert Systems.
Some Thoughts to Consider 5 Take a look at some of the sophisticated toys being offered in stores, in catalogs, or in Sunday newspaper ads. Which ones.
Intelligent Control Methods Lecture 8: Knowledge Engineering Slovak University of Technology Faculty of Material Science and Technology in Trnava.
EXPERT SYSTEMS BY MEHWISH MANZER (63) MEER SADAF NAEEM (58) DUR-E-MALIKA (55)
Tutoring & Help Systems Deepthi Bollu for CSE495 10/31/2003.
1 Requirements Management - II Lecture # Recap of Last Lecture We talked about requirements management and why is it necessary to manage requirements.
Knowledge Representation. A knowledge base can be organised in several different configurations to facilitate fast inferencing Knowledge Representation.
Information Retrieval in Practice
Intelligent Systems Development
Classifications of Software Requirements
Decision Support Systems
Fundamentals of Information Systems, Sixth Edition
Advanced AI Session 2 Rule Based Expert System
CHAPTER 1 Introduction BIC 3337 EXPERT SYSTEM.
TECHNOLOGY GUIDE FOUR Intelligent Systems.
Difficulties in Expert System Development
Introduction to Expert Systems Bai Xiao
Architecture Components
Chapter 6: Design of Expert Systems
Knowledge Representation
MANAGING KNOWLEDGE FOR THE DIGITAL FIRM
Intro to Expert Systems Paula Matuszek CSC 8750, Fall, 2004
Artificial Intelligence
ece 627 intelligent web: ontology and beyond
KNOWLEDGE REPRESENTATION
Expert Systems.
Chapter 11 user support.
전문가 시스템(Expert Systems)
Human Computer Interaction Lecture 14 HCI in Software Process
DSS Concepts, Methodologies and Technologies
Expert Knowledge Based Systems
Representations & Reasoning Systems (RRS) (2.2)
Technology of Data Glove
Presentation transcript:

Sukmawati NE PS ILKOM UNDIP ARSITEKTUR SISTEM Sukmawati NE PS ILKOM UNDIP

Arsitektur Sistem SBP

KOMPONEN 1 knowledge-base (KB) inference engine case-specific database knowledge about the field of interest (in natural language-like formalism) symbolically described system-specification KNOWLEDGE-REPRESENTATION METHOD! inference engine „engine” of problem solving (general problem solving knowledge) supporting the operation of the other components PROBLEM SOLVING METHOD! case-specific database auxiliary component specific information (information from outside, initial data of the concrete problem) information obtained during reasoning

Komponen 2 explanation subsystem explanation of system’ actions in case of user’ request typical explanation facilities: explanation during problem solving: WHY... (explanative reasoning, intelligent help, tracing information about the actual reasoning steps) WHAT IF... (hypothetical reasoning, conditional assignment and its consequences, can be withdrawn) WHAT IS ... (gleaning in knowledge-base and case-specific database) explanation after problem solving: HOW ... (explanative reasoning, information about the way the result has been found) WHY NOT ... (explanative reasoning, finding counter-examples) Engineering Application of AI - PhD Course -

Komponen 3 knowledge acquisition subsystem user interface ( user) main tasks: checking the syntax of knowledge elements checking the consistency of KB (verification, validation) knowledge extraction, building KB automatic logging and book-keeping of the changes of KB tracing facilities (handling breakpoints, automatic monitoring and reporting the values of knowledge elements) user interface ( user) dialogue on natural language (consultation/ suggestion) specially intefaces database and other connections developer interface ( knowledge engineer, human expert)

Komponen 4 the main tasks of the knowledge engineer: knowledge acquisition and design of KBS: determination, classification, refinement and formalization of methods, thumb-rules and procedures selection of knowledge representation method and reasoning strategy implementation of knowledge-based system verification and validation of KB KB maintenance Engineering Application of AI - PhD Course -

STRUKTUR ES

STRUKTUR ES Dua bagian utama Lingkungan konsultasi : Digunakan oleh orang yang bukan ahli Untuk mendapat knowledge dan saran setara pakar Lingkungan pengembangan Digunakan oleh ES builder Untuk membangun komponen Untuk membawa knowledge ke knowledge base

KOMPONEN ES 3 komponen mesin inferensi :

Principles for constructing KBS / ES Separate the inference engine and knowledge base Make knowledge as easily accessible and easily identified Use as uniform a representation as possible The number of rules is minimized The operation of the system relatively simple Keep the inference engine simple Make documentation and explanation simpler Exploit redundancy Can often help problem with incomplete or inexact knowledge

Karakteristik Program Useful Usable  fast, accessible, easy to learn, simple for beginner Educational  ex : Allow the doctor to access its knowledge base Explain the advis Respond to simple question Learn new knowledge Easily modified