Lecture on Introduction to Artificial Intelligence Chapter#10 Sec 10.1 and 10.3 (before Heuristics)

Slides:



Advertisements
Similar presentations
Chapter 09 AI techniques in different game genres (Puzzle/Card/Shooting)
Advertisements

Artificial Intelligence By Mr. Ejaz CIIT Sahiwal.
October 1, 2012Introduction to Artificial Intelligence Lecture 8: Search in State Spaces II 1 A General Backtracking Algorithm Let us say that we can formulate.
Biointelligence Lab School of Computer Sci. & Eng. Seoul National University Artificial Intelligence Chapter 8 Uninformed Search.
Structures and Strategies For Space State Search
Problem Solving and Search in AI Part I Search and Intelligence Search is one of the most powerful approaches to problem solving in AI Search is a universal.
Chapter 10 Artificial Intelligence © 2007 Pearson Addison-Wesley. All rights reserved.
01 -1 Lecture 01 Artificial Intelligence Topics –Introduction –Knowledge representation –Knowledge reasoning –Machine learning –Applications.
An Introduction to Machine Learning In the area of AI (earlier) machine learning took a back seat to Expert Systems Expert system development usually consists.
Intelligent Agent for Delivering Learning Materials Department of Computer Science and Engineering University of Nebraska Co-Sponsored by Great Plains.
CSE 471/598 Intelligent Agents TIP We’re intelligent agents, aren’t we? Spring 2004.
1 Chapter 4 Decision Support and Artificial Intelligence Brainpower for Your Business.
Structures and Strategies For Space State Search
Chapter 10 Artificial Intelligence. 2 Chapter 10: Artificial Intelligence 10.1 Intelligence and Machines 10.2 Understanding Images 10.3 Reasoning 10.4.
Intelligent Agents: an Overview. 2 Definitions Rational behavior: to achieve a goal minimizing the cost and maximizing the satisfaction. Rational agent:
3.11 Robotics, artificial intelligence and expert systems Strand 3 Karley Holland.
Artificial Intelligence Course outline Introduction Problem solving Generic algorithms Knowledge Representation and Reasoning Expert Systems Uncertainty.
Strong Method Problem Solving.
CSE 473: Artificial Intelligence Spring 2014 Hanna Hajishirzi Problem Spaces and Search slides from Dan Klein, Stuart Russell, Andrew Moore, Dan Weld,
Chapter 11: Artificial Intelligence
Artificial Intelligence Dr. Paul Wagner Department of Computer Science University of Wisconsin – Eau Claire.
Invitation to Computer Science 5th Edition
Chapter 14: Artificial Intelligence Invitation to Computer Science, C++ Version, Third Edition.
Chapter 10 Artificial Intelligence. © 2005 Pearson Addison-Wesley. All rights reserved 10-2 Chapter 10: Artificial Intelligence 10.1 Intelligence and.
计算机科学概述 Introduction to Computer Science 陆嘉恒 中国人民大学 信息学院
Study on Genetic Network Programming (GNP) with Learning and Evolution Hirasawa laboratory, Artificial Intelligence section Information architecture field.
Introduction to Artificial Intelligence. Artificial Intelligence  AI is often divided into two basic ‘camps’  Rule-based systems (RBS)  Biological.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 11: Artificial Intelligence Computer Science: An Overview Tenth Edition.
State-Space Searches. 2 State spaces A state space consists of A (possibly infinite) set of states The start state represents the initial problem Each.
Structures and Strategies For Space State Search
Chapter 11 Artificial Intelligence Introduction to CS 1 st Semester, 2015 Sanghyun Park.
Artificial Intelligence By Michelle Witcofsky And Evan Flanagan.
Agents CPSC 386 Artificial Intelligence Ellen Walker Hiram College.
 Dr. Syed Noman Hasany 1.  Review of known methodologies  Analysis of software requirements  Real-time software  Software cost, quality, testing.
1 2010/2011 Semester 2 Introduction: Chapter 1 ARTIFICIAL INTELLIGENCE.
Robotic Chapter 8. Artificial IntelligenceChapter 72 Robotic 1) Robotics is the intelligent connection of perception action. 2) A robotic is anything.
Lecture 3: 18/4/1435 Searching for solutions. Lecturer/ Kawther Abas 363CS – Artificial Intelligence.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 11: Artificial Intelligence Computer Science: An Overview Tenth Edition.
Lecture 2: 11/4/1435 Problem Solving Agents Lecturer/ Kawther Abas 363CS – Artificial Intelligence.
Lecture 10 – Integration By Parts U-substitution is the reverse of the chain rule. 1 Likewise, by parts is the “almost” reverse of the product rule.
George F Luger ARTIFICIAL INTELLIGENCE 5th edition Structures and Strategies for Complex Problem Solving Structures and Strategies For Space State Search.
Intelligent Agents Introduction Rationality Nature of the Environment Structure of Agents Summary.
February 11, 2016Introduction to Artificial Intelligence Lecture 6: Search in State Spaces II 1 State-Space Graphs There are various methods for searching.
CS382 Introduction to Artificial Intelligence Lecture 1: The Foundations of AI and Intelligent Agents 24 January 2012 Instructor: Kostas Bekris Computer.
Computer Studies Today Chapter 1 1 »Attempts to develop computer systems that can simulate human thinking processes and actions.
Artificial Intelligence ( AI ) Ahmed Ismail AIT 600 Spring 08.
Chapter 21 Robotic Perception and action Chapter 21 Robotic Perception and action Artificial Intelligence ดร. วิภาดา เวทย์ประสิทธิ์ ภาควิชาวิทยาการคอมพิวเตอร์
Biointelligence Lab School of Computer Sci. & Eng. Seoul National University Artificial Intelligence Chapter 8 Uninformed Search.
Chapter 13 Artificial Intelligence. Artificial Intelligence – Figure 13.1 The Turing Test.
CompSci 280 S Introduction to Software Development
Chapter 11: Artificial Intelligence
Lecture #1 Introduction
Chapter 11: Artificial Intelligence
PART IV: The Potential of Algorithmic Machines.
Ch. 11 Theory of Computation
Basic Intro Tutorial on Machine Learning and Data Mining
  Figure 7.1 Track Layout with Input Sensors and Output Switches and Output Tracks.
Artificial Intelligence
هوش مصنوعي فصل دوم عاملهاي هوشمند.
Chapter 1: Introduction
CS4341 Introduction to Artificial Intelligence
CSE 4705 Artificial Intelligence
EA C461 – Artificial Intelligence Problem Solving Agents
EA C461 – Artificial Intelligence Introduction
DSS Concepts, Methodologies and Technologies
Embodiment: Does a laptop have a body?
Presentation transcript:

Lecture on Introduction to Artificial Intelligence Chapter#10 Sec 10.1 and 10.3 (before Heuristics)

Intelligent Agents Agent: A “device” that responds to stimuli from its environment Agent: A “device” that responds to stimuli from its environment Sensors Sensors Actuators Actuators Much of the research in artificial intelligence can be viewed in the context of building agents that behave intelligently Much of the research in artificial intelligence can be viewed in the context of building agents that behave intelligently

Levels of Intelligent Behavior Reflex: actions are predetermined responses to the input data Reflex: actions are predetermined responses to the input data More intelligent behavior requires knowledge of the environment and involves such activities as: More intelligent behavior requires knowledge of the environment and involves such activities as: Goal seeking Goal seeking Learning Learning

Figure 10.2 The eight-puzzle in its solved configuration

Figure 10.1 Our puzzle-solving machine

Approaches to Research in Artificial Intelligence Engineering track Engineering track Performance oriented Performance oriented Theoretical track Theoretical track Simulation oriented Simulation oriented

Components of a Production Systems 1. Collection of states Start (or initial) state Start (or initial) state Goal state (or states) Goal state (or states) 2. Collection of productions: rules or moves Each production may have preconditions Each production may have preconditions 3. Control system: decides which production to apply next

Reasoning by Searching State Graph: All states and productions State Graph: All states and productions Search Tree: A record of state transitions explored while searching for a goal state Search Tree: A record of state transitions explored while searching for a goal state Breadth-first search Breadth-first search Depth-first search Depth-first search

Figure 10.3 A small portion of the eight-puzzle’s state graph

Figure 10.4 Deductive reasoning in the context of a production system

Figure 10.5 An unsolved eight-puzzle

Figure 10.6 A sample search tree