Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 11: Artificial Intelligence Computer Science: An Overview Tenth Edition.

Slides:



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

Structures and Strategies For Space State Search
Chapter 12: Expert Systems Design Examples
Chapter 10 Artificial Intelligence © 2007 Pearson Addison-Wesley. All rights reserved.
Artificial Intelligence
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Slide 9- 1.
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Slide
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 18 Indexing Structures for Files.
Chapter 14 An Overview of Query Optimization. Copyright © 2005 Pearson Addison-Wesley. All rights reserved Figure 14.1 Typical architecture for.
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Slide
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Slide
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Slide
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Slide
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Slide
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 11 Object, Object- Relational, and XML: Concepts, Models, Languages,
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 5: Algorithms Computer Science: An Overview Tenth Edition by J. Glenn.
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Slide
Chapter 10 Artificial Intelligence. 2 Chapter 10: Artificial Intelligence 10.1 Intelligence and Machines 10.2 Understanding Images 10.3 Reasoning 10.4.
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 5 Part 1 Conditionals and Loops.
3.11 Robotics, artificial intelligence and expert systems Strand 3 Karley Holland.
Leroy Garcia 1.  Artificial Intelligence is the branch of computer science that is concerned with the automation of intelligent behavior (Luger, 2008).
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Computer Science: An Overview Tenth Edition by J. Glenn Brookshear Chapter.
Strong Method Problem Solving.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 5: Algorithms Computer Science: An Overview Tenth Edition by J. Glenn.
Chapter 0: Introduction Computer Science: An Overview Eleventh Edition
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 10: Computer Graphics Computer Science: An Overview Tenth Edition.
Chapter 11: Artificial Intelligence
Artificial Intelligence Dr. Paul Wagner Department of Computer Science University of Wisconsin – Eau Claire.
Invitation to Computer Science 5th Edition
Artificial Intelligence Introduction (2). What is Artificial Intelligence ?  making computers that think?  the automation of activities we associate.
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.
Artificial Intelligence: Its Roots and Scope
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 2 Limits.
© 2007 Pearson Addison-Wesley. All rights reserved 0-1 Spring(2007) Instructor: Qiong Cheng © 2007 Pearson Addison-Wesley. All rights reserved.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 11: Artificial Intelligence Computer Science: An Overview Tenth Edition.
Structures and Strategies For Space State Search
Chapter 11 Artificial Intelligence Introduction to CS 1 st Semester, 2015 Sanghyun Park.
Lecture on Introduction to Artificial Intelligence Chapter#10 Sec 10.1 and 10.3 (before Heuristics)
Artificial Intelligence By Michelle Witcofsky And Evan Flanagan.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 5: Algorithms Computer Science: An Overview Tenth Edition by J. Glenn.
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley 11.5 Lines and Curves in Space.
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 1 Functions.
How Solvable Is Intelligence? A brief introduction to AI Dr. Richard Fox Department of Computer Science Northern Kentucky University.
 Dr. Syed Noman Hasany 1.  Review of known methodologies  Analysis of software requirements  Real-time software  Software cost, quality, testing.
1 CS 2710, ISSP 2610 Foundations of Artificial Intelligence introduction.
October 2005CSA3180 NLP1 CSA3180 Natural Language Processing Introduction and Course Overview.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 5: Algorithms Computer Science: An Overview Tenth Edition by J. Glenn.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Computer Science: An Overview Tenth Edition by J. Glenn Brookshear Chapter.
Copyright © 2012 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Computer Science: An Overview Eleventh Edition by J. Glenn Brookshear Chapter.
Artificial Intelligence, simulation and modelling.
By Kyle McCardle.  Issues with Natural Language  Basic Components  Syntax  The Earley Parser  Transition Network Parsers  Augmented Transition Networks.
Chapter 13 Artificial Intelligence. Artificial Intelligence – Figure 13.1 The Turing Test.
Decision Support and Business Intelligence Systems (9 th Ed., Prentice Hall) Chapter 12: Artificial Intelligence and Expert Systems.
Artificial Intelligence
Sub-fields of computer science. Sub-fields of computer science.
Chapter 11: Artificial Intelligence
Chapter 11: Artificial Intelligence
Organization and Knowledge Management
PART IV: The Potential of Algorithmic Machines.
MANAGING KNOWLEDGE FOR THE DIGITAL FIRM
AI and Agents CS 171/271 (Chapters 1 and 2)
Presentation transcript:

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 11: Artificial Intelligence Computer Science: An Overview Tenth Edition by J. Glenn Brookshear Modified by Senem Kumova Metin

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley 11-2 Chapter 11: Artificial Intelligence 11.1 Intelligence and Machines 11.2 Perception (Understanding Image, Speech or WrittenText ) 11.3 Reasoning

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley 11-3 Intelligent Agents Agent: A “device” that responds to stimuli from its environment –Sensors –Actuators (e.g. wheels,legs, speech sythesizers) Much of the research in artificial intelligence can be viewed in the context of building agents that behave intelligently

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley 11-4 Levels of Intelligent Behavior Reflex: predetermined responses to the input data More intelligent behavior requires knowledge of the environment and involves such activities as: –Goal seeking (e.g Winning a game of chess) –Learning (developing procedural knowledge or storing declarative knowledge)

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley 11-5 Figure 11.1 The eight-puzzle in its solved configuration

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley 11-6 Figure 11.2 Our puzzle-solving machine (The agent)

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley 11-7 Approaches to Research in Artificial Intelligence Engineering track (develop systems that exhibit intelligent behaviour) –Performance oriented Theoretical track (develop a computational understanding of human behaviour) –Simulation oriented

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley 11-8 Turing Test Test setup: Human interrogator communicates with test subject by typewriter. Test: Can the human interrogator distinguish whether the test subject is human or machine?

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley 11-9 Techniques for Understanding Images Template matching Image processing (identifying characteristics of images) –edge enhancement –region finding –smoothing, Image analysis (understanding what these characterictics mean)

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Image processing –Edge enhancement : Applying techniques to fclarify boundaries between regions –Region finding : Find areas which have common properties –Smoothing: Removing flaws in the image 11-10

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Smoothing 11-11

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Language Processing Syntactic Analysis (e.g. Parsing, Tokenization) Mary gave a card  Subject verb object Semantic Analysis -> Find grammatical role of each word Mary gave John a card = John got a card from Mary Contextual Analysis (understanding process) “Kitapları taşırken kolum koptu”

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Language Processing Information retrieval : Identify the documents related to the topic at hand Information extraction: Extracting information from documents so that it takes a form that is useful in other applications --Answers of questions are stored as forms 11-13

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Figure 11.3 A semantic net (A type of form which information extractor record information)

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley REASONING: Components of a Production Systems 1. Collection of states –Start (or initial) state –Goal state (or states) 2. Collection of productions(rules or moves) –Production: an operation that can be performed in the applcation environment to move from one state to another –Each production may have preconditions 3. Control system: decides which production to apply next (it includes the problem space)

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Reasoning by Searching State Graph: All states and productions Search Tree: A record of state transitions explored while searching for a goal state –Breadth-first search –Depth-first search

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Figure 11.4 A small portion of the eight-puzzle’s state graph

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Figure 11.5 Deductive reasoning in the context of a production system (Inference rules)

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Figure 11.6 An unsolved eight-puzzle

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Figure 11.7 A sample search tree

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Figure 11.8 Productions stacked for later execution

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Heuristic Strategies Developing a full search tree is impratical in some cases, as a result instead of building the tree in a breath first manner, build it using depth first method. Identify which of several steps to be the most promising Heuristic: A “rule of thumb” for making decisions

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Heuristic Strategies Heuristic: A “rule of thumb” for making decisions Requirements for good heuristics –Must be easier to compute than a complete solution –Must provide a reasonable estimate of proximity to a goal

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Figure 11.9 An unsolved eight-puzzle

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Figure An algorithm for a control system using heuristics

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Figure The beginnings of our heuristic search

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Figure The search tree after two passes

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Figure The search tree after three passes

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Figure The complete search tree formed by our heuristic system