Artificial Intelligence

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

Artificial Intelligence
FT228/4 Knowledge Based Decision Support Systems Rule-Based Systems Ref: Artificial Intelligence A Guide to Intelligent Systems Michael Negnevitsky – Aungier.
Computer Science Department California Polytechnic State University San Luis Obispo, CA, U.S.A. Franz J. Kurfess Knowledge Processing.
CPSC 322, Lecture 19Slide 1 Propositional Logic Intro, Syntax Computer Science cpsc322, Lecture 19 (Textbook Chpt ) February, 23, 2009.
Knowledge Acquisitioning. Definition The transfer and transformation of potential problem solving expertise from some knowledge source to a program.
Marakas: Decision Support Systems, 2nd Edition © 2003, Prentice-Hall Chapter Chapter 7: Expert Systems and Artificial Intelligence Decision Support.
EXPERT SYSTEMS Part I.
Chapter One: The Science of Psychology
Expert Systems.
Artificial Intelligence Reasoning. Reasoning is the process of deriving logical conclusions from given facts. Durkin defines reasoning as ‘the process.
CISC4/681 Introduction to Artificial Intelligence1 Introduction – Artificial Intelligence a Modern Approach Russell and Norvig: 1.
Artificial Intelligence: Definition “... the branch of computer science that is concerned with the automation of intelligent behavior.” (Luger, 2009) “The.
Knowledge representation
 Knowledge Acquisition  Machine Learning. The transfer and transformation of potential problem solving expertise from some knowledge source to a program.
11 C H A P T E R Artificial Intelligence and Expert Systems.
Artificial Intelligence Introductory Lecture Jennifer J. Burg Department of Mathematics and Computer Science.
Artificial Intelligence
Artificial Intelligence Knowledge Representation.
Chapter 2: The Representation of Knowledge
Expert Systems. Learning Objectives: By the end of this topic you should be able to: explain what is meant by an expert system describe the components.
RULES Patty Nordstrom Hien Nguyen. "Cognitive Skills are Realized by Production Rules"
Artificial Intelligence: Research and Collaborative Possibilities a presentation by: Dr. Ernest L. McDuffie, Assistant Professor Department of Computer.
Of An Expert System.  Introduction  What is AI?  Intelligent in Human & Machine? What is Expert System? How are Expert System used? Elements of ES.
CMPB454 ARTIFICIAL INTELLIGENCE (AI) CHAPTER 1.1 Background Information CHAPTER 1.1 Background Information Instructor: Alicia Tang Y. C.
1 Chapter 13 Artificial Intelligence and Expert Systems.
Knowledge-based systems Sanaullah Manzoor CS&IT, Lahore Leads University
Artificial Intelligence Knowledge Representation.
EXPERT SYSTEMS BY MEHWISH MANZER (63) MEER SADAF NAEEM (58) DUR-E-MALIKA (55)
Lecture 14. Recap Problem Solving GA Simple GA Examples of Mutation and Crossover Application Areas.
Artificial Intelligence
Fahim Haider Jafari PhD. Learning Objectives Describe what is critical thinking Describe what is lateral thinking Use critical and lateral thinking in.
Understanding Knowledge Chapter Overview  Definitions  Cognition  Expert Knowledge  Human Thinking and Learning  Implications for Management.
Knowledge Representation Techniques
Writing a Research Report (Adapted from “Engineering Your Report: From Start to Finish” by Krishnan, L.A. et. al., 2003) Writing a Research Write the introduction.
Fundamentals of Information Systems, Sixth Edition
Fundamentals of Information Systems
Artificial intelligence (AI)
Lecture #1 Introduction
CHAPTER 1 Introduction BIC 3337 EXPERT SYSTEM.
CS 4700: Foundations of Artificial Intelligence
CS 4700: Foundations of Artificial Intelligence
A I (Artificial Intelligence)
DSS: Decision Support Systems and AI: Artificial Intelligence
Section 2: Science as a Process
Understanding Agent Knowledge through Conversation
CS 4700: Foundations of Artificial Intelligence
Introduction to Expert Systems Bai Xiao
Architecture Components
Philosophy of Mathematics 1: Geometry
Knowledge Representation
Artificial Intelli-gence 1: logic agents
ARTIFICIAL INTELLIGENCE.
© 2012 The McGraw-Hill Companies, Inc.
Course Instructor: knza ch
Scientific Inquiry Unit 0.3.
Artificial Intelligence Lecture 2: Foundation of Artificial Intelligence By: Nur Uddin, Ph.D.
KNOWLEDGE REPRESENTATION
Expert Systems.
Artificial Intelligence: Logic agents
CS 416 Artificial Intelligence
Semantic Nets and Frames
전문가 시스템(Expert Systems)
Introduction to Artificial Intelligence Instructor: Dr. Eduardo Urbina
Artificial Intelligence
Decision Support Systems DSS.. Prostration Group
AICE General Paper What IS this class?.
Artificial Intelligence
Habib Ullah qamar Mscs(se)
Technology of Data Glove
Presentation transcript:

Artificial Intelligence Lecture 3 Artificial Intelligence Fahad CS&IT, Lahore Leads University 1

Knowledge Representation 1

Overview Knowledge Processing Motivation Objectives AI Life Cycle Knowledge Types 3

Knowledge Representation A subarea of Artificial Intelligence concerned with understanding, designing, and implementing ways of representing information in computers so that programs (agents) can use this information • to derive information that is implied by it, to converse with people in natural languages,.

to decide what to do next to plan future activities, to solve problems in areas that normally require human expertise

Catching My Plane Scenario for an examination of knowledge representation and reasoning: A traveller wants to know when he/she needs to leave his/her hotel in order to catch a plane background knowledge situation knowledge acquisition of additional knowledge for decision making reasoning methods verification and validation

Computer Scenario Traveler posts a query to a computer

Google:

Bing:

Ask.com:

Human Scenario Traveler asks a human e.g. hotel receptionist

Motivation Representation and manipulation of knowledge has been essential for the development of humanity as we know it Use of formal methods and support from machines can improve our knowledge representation and reasoning abilities Intelligent reasoning is a very complex phenomenon, and may have to be described in a variety of ways Basic understanding of knowledge representation and reasoning is important for the organization and management of knowledge

Objectives be familiar with the commonly used knowledge representation and reasoning methods examine the suitability of knowledge representations for specific tasks evaluate the representation methods and reasoning mechanisms employed in computer-based systems

The AI Cycle Almost all AI systems have the following components in general: Perception Learning Knowledge Representation and Reasoning Planning Execution the process of using the senses to acquire information about the surrounding environment or situation

The AI Cycle

Knowledge and its types what the ‘knowledge’ is? Durkin refers to it as the “Understanding of a subject area”. A well-focused subject area is referred to as a knowledge domain, for example, medical domain, engineering domain, business domain, etc..

Knowledge and its types If we analyze the various types of knowledge we use in every day life, we can broadly define knowledge to be one of the following categories:

Knowledge Representation Types of Knowledge Factual Subjective Heuristic Deep or Shallow Other Types

Factual Knowledge Verifiable through experiments, formal methods, sometimes commonsense reasoning often created by authoritative sources typically not under dispute in the domain community often incorporated into reference works, textbooks, domain standards

Subjective Knowledge Relies on individuals insight, experience possibly subject to interpretation more difficult to verify especially if the individuals possessing the knowledge are not cooperative different from belief both are subjective, but beliefs are not verifiable

Heuristic Knowledge Based on rules or guidelines that frequently help solving problems often derived from practical experience working in a domain as opposed to theoretical insights gained from deep thoughts about a topic verifiable through experiments Graphs and games like Tic Tac Toe

Deep and Shallow Knowledge deep knowledge enables explanations and credibility considerations possibly including formal proofs shallow knowledge may be sufficient to answer immediate questions, but not for explanations heuristics are often an example of shallow knowledge Shallow is for time-being consideration while deep is long-term

Other Types of Knowledge Procedural knowledge Describes how to do things, provides a set of directions of how to perform certain tasks, e.g., how to drive a car. Declarative knowledge expressed through statements that can be shown to be true or false prototypical example is mathematical logic Tacit knowledge Unconscious knowledge that can be difficult to express in words or other representations

Other Types of Knowledge Priori knowledge independent on experience or empirical evidence General behavior or trend based e.g. “All bachelors are unmarried” Posteriori knowledge dependent of experience or empirical evidence e.g. “X was born in 1983”

Other Types of Knowledge Meta knowledge: Knowledge about knowledge, e.g., the knowledge that blood pressure is more important for diagnosing a medical condition than eye color.

Knowledge and its types Factual Tacit Procedural Heuristic Declarative Meta-knowledge Subjective Priori-Knowledge Posteriori- Knowledge