(3-0-0) for 4th year B.Tech. students

Slides:



Advertisements
Similar presentations
Expert Systems Expert Systems are computerized advisory programs that imitate the reasoning process of experts. They consist of a knowledge base and a.
Advertisements

An Introduction to Artificial Intelligence By Dr Brad Morantz Viral Immunology Center Georgia State University.
TECHNOLOGY GUIDE 4: Intelligent Systems
Chapter 11 Intelligent Support Systems. Agenda Artificial Intelligence Expert Systems (ES) Differences between ES and DSS ES Examples.
ICT IGCSE Expert Systems.
An Introduction to Artificial Intelligence. Introduction Getting machines to “think”. Imitation game and the Turing test. Chinese room test. Key processes.
Clinical decision support system (CDSS). Knowledge-based systems Knowledge based systems are artificial intelligent tools working in a narrow domain to.
4 Intelligent Systems.
WHAT IS ARTIFICIAL INTELLIGENCE?
1 5.0 Expert Systems Outline 5.1 Introduction 5.2 Rules for Knowledge Representation 5.3 Types of rules 5.4 Rule-based systems 5.5 Reasoning approaches.
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
Artificial Intelligence Instructor: Professor Yun Peng
Building Knowledge-Driven DSS and Mining Data
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.
Expert System Note: Some slides and/or pictures are adapted from Lecture slides / Books of Dr Zafar Alvi. Text Book - Aritificial Intelligence Illuminated.
What is Artificial Intelligence? AI is the effort to develop systems that can behave/act like humans. Turing Test The problem = unrestricted domains –human.
CS62S: Expert Systems Based on: The Engineering of Knowledge-based Systems: Theory and Practice A. J. Gonzalez and D. D. Dankel.
TECHNOLOGY GUIDE FOUR Intelligent Systems.
An Introduction to Artificial Intelligence and Knowledge Engineering N. Kasabov, Foundations of Neural Networks, Fuzzy Systems, and Knowledge Engineering,
Artificial Intelligence
Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Decision Support Systems Chapter 10.
School of Computer Science and Technology, Tianjin University
Computational Intelligence II Lecturer: Professor Pekka Toivanen Exercises: Nina Rogelj
Introduction to Artificial Intelligence and Soft Computing
What is AI? Copyright © 2008 by Helene G. Kershner.
How Solvable Is Intelligence? A brief introduction to AI Dr. Richard Fox Department of Computer Science Northern Kentucky University.
I Robot.
Impact of ICT on Society – Part the first ICT 1_6.
Course presentation: FLA Fuzzy Logic and Applications 4 CTI, 2 nd semester Doru Todinca in Courses presentation.
Course Instructor: K ashif I hsan 1. Chapter # 3 Kashif Ihsan, Lecturer CS, MIHE2.
Chapter 15: KNOWLEDGE-BASED INFORMATION SYSTEMS. What is Knowledge? Data: Raw facts, e.g., Annual Expenses = $2 million Information: Data given context,
Artificial Intelligence, Expert Systems, and Neural Networks Group 10 Cameron Kinard Leaundre Zeno Heath Carley Megan Wiedmaier.
Introduction to Artificial Intelligence CS 438 Spring 2008.
Expert Systems. Expert systems Also known as ‘Knowledge-based systems’:  Computer programs that attempt to replicate the performance of a human expert.
Clinical Decision Support Systems Dimitar Hristovski, Ph.D. Institute of Biomedical.
Modelling and Simulation Tarik Booker. What is it (in relation to Computer Science)? Modelling and Simulation refer to the computerized modelling and.
Of An Expert System.  Introduction  What is AI?  Intelligent in Human & Machine? What is Expert System? How are Expert System used? Elements of ES.
Unit1: Modeling & Simulation Module5: Logic Simulation Topic: Unknown Logic Value.
A field of study that encompasses computational techniques for performing tasks that require intelligence when performed by humans. Simulation of human.
COMPUTER SYSTEM FUNDAMENTAL Genetic Computer School INTRODUCTION TO ARTIFICIAL INTELLIGENCE LESSON 11.
Expert System / Knowledge-based System Dr. Ahmed Elfaig 1.ES can be defined as computer application program that makes decision or solves problem in a.
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)
Business Analytics Several odds and ends Copyright © 2016 Curt Hill.
21st Mediterranean Conference on Control and Automation
Artificial Intelligence
CHAPTER 1 Introduction BIC 3337 EXPERT SYSTEM.
Introduction Characteristics Advantages Limitations
TECHNOLOGY GUIDE FOUR Intelligent Systems.
Introduction to Expert Systems Bai Xiao
Soft Computing Applied to Finite Element Tasks
Introduction to Soft Computing
Artificial Intelligence ppt
النظم الخبيرة Expert Systems (ES)
Intro to Expert Systems Paula Matuszek CSC 8750, Fall, 2004
Artificial Intelligence and Expert Systems
Artificial Intelligence introduction(2)
Introduction to Artificial Intelligence and Soft Computing
Dr. Unnikrishnan P.C. Professor, EEE
Functions Introduction.
Why do we need a math review?
Part of knowledge base of fuzzy logic expert system for exercise control of diabetics
Introduction to Artificial Intelligence Instructor: Dr. Eduardo Urbina
Artificial Intelligence
Expert Knowledge Based Systems
Introduction to Artificial Intelligence
Artificial Neural Network
Presentation transcript:

(3-0-0) for 4th year B.Tech. students ME60353 : Knowledge-Based Systems in Engineering (4-0-0) for M.Tech. and Ph.D. students MF 41601: Soft Computing (3-0-0) for 4th year B.Tech. students by Dr. D.K. Pratihar Professor Department of Mechanical Engineering IIT Kharagpur. Website: http://sites.google.com/site/softcomputinglaboratory/Home

Books 1.Soft Computing: Fundamentals and Applications By D. K. Pratihar 2.Genetic Algorithms By David Goldberg 3.Neural Networks By S. Haykins 4.Fuzzy Sets and Logic By George Klir and others

Introduction to Knowledge–Based Systems We, human beings, have a natural quest/thirst to know input-output relationships of a process/system. Forward Mapping O = f(I) => [O] = [T][I] Reverse Mapping [T]-1 [O] = [I] I1 I2 . Im O1 O2 . On Process/system

Methods 1. Physics → Mathematics → Differential Equations → Solutions 2. Real experiments following any statistical DOE → Regression analysis 3. Complex real-world problems → difficult to model mathematically → Knowledge-Based Systems/Expert Systems

What is a Knowledge-Based/an Expert System? A Knowledge-based system/an expert system is a computer program used to simulate human reasoning for solving a problem Notes An expert system simulates human reasoning about a problem domain, whereas ordinary computer program simulates the domain itself. Solves the problems using heuristic/approximate methods Does not use any algorithmic and statistical method Consists of a Knowledge Base (KB), an inference engine and some forms of user interface

Inference Engine KB = (DB+RB) Inputs Outputs . . DB: A set of numerical values used to represent the physical parameters, which are presented in a particular fashion. RB: Consists of a number of rules, each of which is used to relate an output to the inputs using the information of DB. Inference Engine: For a set of inputs, it determines which part of the KB is getting fired (becoming active) to determine the output.

Why do we need an Expert System? To solve complex real-world problems If properly developed, it may give some information, which are difficult to foresee beforehand Main Task To design and develop suitable KB to solve a problem Syllabus of the course Comes under the umbrella of Knowledge Engineering/Applied AI We will have to take the help of Soft Computing

Some Examples of Knowledge–Based Systems DENDRAL: To determine the structure of chemical compounds for the given set of constituent elements. It could discover a number of unknown structures. MYCIN: To diagnose infectious blood diseases and determine a recommended list of therapies for the patient. IBM’s Deeper Blue could defeat the World Chess Champion, Gary Kasparov (1997).