CSE 473 Artificial Intelligence Dan Weld Krzysztof Gajos Tessa MacDuff www.cs.washington.edu/education/courses/cse473/04sp.

Slides:



Advertisements
Similar presentations
Artificial Intelligence. Intelligent? What is intelligence? computational part of the ability to achieve goals in the world.
Advertisements

Artificial Intelligence
An Introduction to Artificial Intelligence. Introduction Getting machines to “think”. Imitation game and the Turing test. Chinese room test. Key processes.
AI 授課教師:顏士淨 2013/09/12 1. Part I & Part II 2  Part I Artificial Intelligence 1 Introduction 2 Intelligent Agents Part II Problem Solving 3 Solving Problems.
Bart Selman CS CS 475: Uncertainty and Multi-Agent Systems Prof. Bart Selman Introduction.
COMP 221: Artificial Intelligence Instructor: Qiang Yang Readings –Required: Textbook by Russell & Norvig,
WHAT IS ARTIFICIAL INTELLIGENCE?
CSE 473: Artificial Intelligence Dan Weld Slides from Dan Klein, Luke Zettlemoyer, Stuart Russell, Andrew Moore.
1 Lecture 35 Brief Introduction to Main AI Areas (cont’d) Overview  Lecture Objective: Present the General Ideas on the AI Branches Below  Introduction.
1946: ENIAC heralds the dawn of Computing. I propose to consider the question: “Can machines think?” --Alan Turing, : Turing asks the question….
CS480/580 Introduction to Artificial Intelligence Shuiwang Ji.
Introduction to Introduction to Artificial Intelligence Henry Kautz.
Introduction to Artificial Intelligence CSE 473 Winter 1999.
Carla P. Gomes CS4700 CS 4700: Foundations of Artificial Intelligence Prof. Carla P. Gomes Module: Intro Neural Networks (Reading:
CSE 574: Artificial Intelligence II Statistical Relational Learning Instructor: Pedro Domingos.
© 2002 Franz J. Kurfess Introduction 1 CPE/CSC 481: Knowledge-Based Systems Dr. Franz J. Kurfess Computer Science Department Cal Poly.
Agents & Environments. © Daniel S. Weld Topics Agents & Environments Problem Spaces Search & Constraint Satisfaction Knowledge Repr’n & Logical.
Chapter 12: Intelligent Systems in Business
Random Administrivia In CMC 306 on Monday for LISP lab.
1. 1 Text Book Artificial Intelligence: A Modern Approach, S. Russell and P. Norvig, 3/e, Prentice Hall, 2010 References  Artificial Intelligence, Patrick.
Artificial Intelligence Instructor: Professor Yun Peng
CSE 590ST Statistical Methods in Computer Science Instructor: Pedro Domingos.
CIS 410/510 Probabilistic Methods for Artificial Intelligence Instructor: Daniel Lowd.
CSE 515 Statistical Methods in Computer Science Instructor: Pedro Domingos.
INSTRUCTOR: DR. XENIA MOUNTROUIDOU CS CS Artificial Intelligence.
ARTIFICIAL INTELLIGENCE Introduction: Chapter Textbook: S. Russell and P. Norvig Artificial Intelligence: A Modern Approach Prentice Hall, 2003,
Artificial Intelligence
Artificial Intelligence
CSE 573 Artificial Intelligence Dan Weld Peng Dai
CPSC 171 Artificial Intelligence Read Chapter 14.
Notes for CS3310 Artificial Intelligence Part 1: Overview Prof. Neil C. Rowe Naval Postgraduate School Version of January 2009.
ARTIFICIAL INTELLIGENCE Introduction: Chapter 1. Outline Course overview What is AI? A brief history The state of the art.
CISC4/681 Introduction to Artificial Intelligence1 Introduction – Artificial Intelligence a Modern Approach Russell and Norvig: 1.
Chapter 14: Artificial Intelligence Invitation to Computer Science, C++ Version, Third Edition.
Introduction: Chapter 1
Department of Information Technology Indian Institute of Information Technology and Management Gwalior AASF hIQ 1 st Nov ‘09 Department of Information.
Introduction Historical Perspective (4th C BC+) Aristotle, George Boole, Gottlob Frege, Alfred Tarski –formalizing the laws of human thought (16th C+)
Lecture 1 What is AI? CSE 473 Artificial Intelligence Oren Etzioni.
Artificial Intelligence: An Introduction Definition of AI Foundations of AI History of AI Advanced Techniques.
10/3/2015 ARTIFICIAL INTELLIGENCE Russell and Norvig ARTIFICIAL INTELLIGENCE: A Modern Approach.
A RTIFICIAL I NTELLIGENCE Introduction 3 October
Artificial Intelligence
Artificial Intelligence: Prospects for the 21 st Century Henry Kautz Department of Computer Science University of Rochester.
Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Decision Support Systems Chapter 10.
CNS 4470 Artificial Intelligence. What is AI? No really what is it? No really what is it?
Introduction to Artificial Intelligence Mitch Marcus CIS391 Fall, 2008.
AI: Can Machines Think? Juntae Kim Department of Computer Engineering Dongguk University.
Course Overview  What is AI?  What are the Major Challenges?  What are the Main Techniques?  Where are we failing, and why?  Step back and look at.
Introduction to Artificial Intelligence CS 438 Spring 2008.
Spring, 2005 CSE391 – Lecture 1 1 Introduction to Artificial Intelligence Martha Palmer CSE391 Spring, 2005.
Artificial Intelligence: Research and Collaborative Possibilities a presentation by: Dr. Ernest L. McDuffie, Assistant Professor Department of Computer.
CSE 573 Artificial Intelligence Dan Weld Xu Miao
CSE 473 Artificial Intelligence Dieter Fox Colin Zheng
CSE 473: Artificial Intelligence
Artificial Intelligence
Introduction to Artificial Intelligence Heshaam Faili University of Tehran.
Introduction to Artificial Intelligence Prof. Kathleen McKeown 722 CEPSR Tas: Andrew Rosenberg Speech Lab, 7 th Floor CEPSR Sowmya Vishwanath TA Room.
Brief Intro to Machine Learning CS539
Lecture #1 Introduction
Done Done Course Overview What is AI? What are the Major Challenges?
Done Done Course Overview What is AI? What are the Major Challenges?
CSE 573 Artificial Intelligence I Henry Kautz Fall 2001
CSE 473 Artificial Intelligence
Artificial Intelligence for Engineers
Course Instructor: knza ch
Artificial Intelligence introduction(2)
Introduction to Artificial Intelligence and Soft Computing
Introduction to Artificial Intelligence
Introduction to Artificial Intelligence Instructor: Dr. Eduardo Urbina
Introduction to Artificial Intelligence
Presentation transcript:

CSE 473 Artificial Intelligence Dan Weld Krzysztof Gajos Tessa MacDuff

© Daniel S. Weld 2 Outline Objectives What is AI? State of the Art Challenges Logistics

© Daniel S. Weld 3 Goals of this Course To introduce you to a set of key: Paradigms & Techniques Teach you to identify when & how to use Heuristic search Constraint satisfaction Machine learning Logical inference Bayesian inference Policy construction

© Daniel S. Weld 4 AI as Science Where did the physical universe come from? And what laws guide its dynamics? How did biological life evolve? And how do living organisms function? What is the nature of intelligent thought?

© Daniel S. Weld 5 AI as Engineering How can we make software systems more powerful and easier to use? Speech & intelligent user interfaces Autonomic computing Mobile robots, softbots & immobots Data mining Medical expert systems...

© Daniel S. Weld 6 What is Intelligence?

© Daniel S. Weld 7 Hardware neurons synapses cycle time: sec 10 7 transistors bits of RAM cycle time: sec

© Daniel S. Weld 8 Computer vs. Brain

© Daniel S. Weld 9 Evolution of Computers

© Daniel S. Weld Projection In near future computers will have As many processing elements as our brain, But far fewer interconnections Much faster updates. Fundamentally different hardware Requires fundamentally different algorithms! Very much an open question.

© Daniel S. Weld 11 Dimensions of the AI Definition thought vs. behavior human-like vs. rational Systems that think like humans Systems that think rationally Systems that act like humans Systems that act rationally

© Daniel S. Weld 12 Mathematical Calculation

© Daniel S. Weld 13 State of the Art Saying Deep Blue doesn’t really think about chess is like saying an airplane doesn’t really fly because it doesn’t flap its wings. – Drew McDermott I could feel – I could smell – a new kind of intelligence across the table” -Gary Kasparov “

© Daniel S. Weld 14 Speech Recognition

© Daniel S. Weld 15 Shuttle Repair Scheduling

© Daniel S. Weld 16 courtesy JPL Started: January 1996 Launch: October 15th, 1998 Experiment: May 17-21

© Daniel S. Weld 17 Compiled into 2,000 variable SAT problem Real-time planning and diagnosis

© Daniel S. Weld & 2009

© Daniel S. Weld 19 Europa Mission ~ 2018

© Daniel S. Weld 20 Limits of AI Today Today’s successful AI systems operate in well-defined domains employ narrow, specialize knowledge Commonsense Knowledge needed in complex, open-ended worlds Your kitchen vs. GM factory floor understand unconstrained Natural Language

© Daniel S. Weld 21 Role of Knowledge in Natural Language Understanding WWW Information Extraction Speech Recognition “word spotting” feasible today continuous speech – rapid progress Translation / Understanding limited progress The spirit is willing but the flesh is weak. (English) The vodka is good but the meat is rotten. (Russian)

© Daniel S. Weld 22 How the heck do we understand? John gave Pete a book. John gave Pete a hard time. John gave Pete a black eye. John gave in. John gave up. John’s legs gave out beneath him. It is 300 miles, give or take 10.

© Daniel S. Weld 23 How to Get Commonsense? CYC Project (Doug Lenat, Cycorp) Encoding 1,000,000 commonsense facts about the world by hand Coverage still too spotty for use! (But see Digital Aristotle project) Machine Learning Alternatives?

© Daniel S. Weld 24 Recurrent Themes Representation vs. Implicit Neural Nets - McCulloch & Pitts 1943 Died out in 1960’s, revived in 1980’s Simplified model of real neurons, but still useful; parallelism Brooks “Intelligence without Reprsentation” Logic vs. Probability In 1950’s, logic dominates (McCarthy, … attempts to extend logic “just a little” (e.g. nomon) 1988 – Bayesian networks (Pearl) efficient computational framework Today’s hot topic: combining probability & FOL

© Daniel S. Weld 25 Recurrent Themes II Weak vs. Strong Methods Weak – general search methods (e.g. A* search) Knowledge intensive (e.g expert systems) more knowledge  less computation Today: resurgence of weak methods desktop supercomputers How to combine weak & strong? Importance of Representation Features in ML Reformulation

© Daniel S. Weld Topics Agents & Environments Problem Spaces Search & Constraint Satisfaction Knowledge Repr’n & Logical Reasoning Machine Learning Uncertainty: Repr’n & Reasoning Dynamic Bayesian Networks Markov Decision Processes

© Daniel S. Weld 27 Logistics: Dan Weld cs Krzysztof Gajos cs Tessa cs Required Reading Russell & Norvig “AIMA2” Papers from WWW Grading: Problem Sets 45% Final 30% Midterm15%

© Daniel S. Weld 28 For You To Do Get on class mailing list Read Ch 2 in text Ch 1 is good, but optional PS1 forthcoming