Lecture 1 What is AI? CSE 473 Artificial Intelligence Oren Etzioni.

Slides:



Advertisements
Similar presentations
Presentation on Artificial Intelligence
Advertisements

Artificial Intelligence. Intelligent? What is intelligence? computational part of the ability to achieve goals in the world.
An Introduction to Artificial Intelligence Presented by : M. Eftekhari.
Artificial Intelligence AI: The branch of computer science dedicated to the creation of machines that perform task which if done by humans would be considered.
Artificial Intelligence
Introduction to AI Kaziwa H. Saleh. What is AI? John McCarthy defines AI as “the science and engineering to make intelligent machines”. AI is the study.
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,
A Brief History of Artificial Intelligence
WHAT IS ARTIFICIAL INTELLIGENCE?
Will Androids Dream of Electric Sheep? A Glimpse of Current and Future Developments in Artificial Intelligence Henry Kautz Computer Science & Engineering.
Artificial Intelligence A Modern Approach Dennis Kibler.
CSE 473: Artificial Intelligence Dan Weld Slides from Dan Klein, Luke Zettlemoyer, Stuart Russell, Andrew Moore.
Introduction to Introduction to Artificial Intelligence Henry Kautz.
CSE 473 Artificial Intelligence Dan Weld Krzysztof Gajos Tessa MacDuff
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:
Random Administrivia In CMC 306 on Monday for LISP lab.
Artificial Intelligence Instructor: Professor Yun Peng
Intelligence & Artificial Intelligence You must have a pre-prepared sentence or two to spout about what is a description of intelligence.. And what is.
Introduction to AI, H. Feili 1 Introduction to Artificial Intelligence LECTURE 1: Introduction What is AI? Foundations of AI The.
Artificial Intelligence Andrea Danyluk For FPS 2/2/04.
ARTIFICIAL INTELLIGENCE Introduction: Chapter 1. Outline Course overview What is AI? A brief history The state of the art.
1 Lyle H. Ungar, University of Pennsylvania What is AI? “Artificial Intelligence is the study of how to make computers do things at which, at the moment,
CISC4/681 Introduction to Artificial Intelligence1 Introduction – Artificial Intelligence a Modern Approach Russell and Norvig: 1.
Artificial Intelligence CIS 342 The College of Saint Rose David Goldschmidt, Ph.D.
Chapter 14: Artificial Intelligence Invitation to Computer Science, C++ Version, Third Edition.
Artificial Intelligence
Introduction to Artificial Intelligence. Content Definition of AI Typical AI problems Practical impact of AI Approaches of AI Limits of AI Brief history.
Introduction Historical Perspective (4th C BC+) Aristotle, George Boole, Gottlob Frege, Alfred Tarski –formalizing the laws of human thought (16th C+)
Artificial Intelligence: An Introduction Definition of AI Foundations of AI History of AI Advanced Techniques.
A RTIFICIAL I NTELLIGENCE Introduction 3 October
Artificial Intelligence: Prospects for the 21 st Century Henry Kautz Department of Computer Science University of Rochester.
Artificial Intelligence
CNS 4470 Artificial Intelligence. What is AI? No really what is it? No really what is it?
Types of Artificial Intelligence & Pioneers in the Field By Vernon Crowder.
Due Monday Read chapter 2 Homework: –Chapter 1, exercises –Answer each in 100 words or less. Send to from your preferred.
Lecture 1: Introduction Heshaam Faili University of Tehran What is AI? Foundations of AI The History of AI State of the Art.
1 The main topics in AI Artificial intelligence can be considered under a number of headings: –Search (includes Game Playing). –Representing Knowledge.
AI: Can Machines Think? Juntae Kim Department of Computer Engineering Dongguk University.
Introduction to Artificial Intelligence CS 438 Spring 2008.
Spring, 2005 CSE391 – Lecture 1 1 Introduction to Artificial Intelligence Martha Palmer CSE391 Spring, 2005.
FOUNDATIONS OF ARTIFICIAL INTELLIGENCE
Artificial Intelligence: Research and Collaborative Possibilities a presentation by: Dr. Ernest L. McDuffie, Assistant Professor Department of Computer.
A Brief History of AI Fall 2013 COMP3710 Artificial Intelligence Computing Science Thompson Rivers University.
CSE 573 Artificial Intelligence Dan Weld Xu Miao
Presented by:- Reema Tariq Artificial Intelligence.
CSE 473 Artificial Intelligence Dieter Fox Colin Zheng
Vilalta/Norvig/Eick: History of AI Origins McCulloch and Pitts (1943) Model of Artificial Neurons. Donald Hebb (1949) Hebbian Learning Conference at Dartmouth.
CSE 473: Artificial Intelligence
1 CMSC 671 Fall 2001 Class #10 – Thursday, October 4.
Cognitive Modeling Cogs 4961, Cogs 6967 Psyc 4510 CSCI 4960 Mike Schoelles
Artificial Intelligence
Course Objectives This part of course introduces some main strategies and methods used in intelligent systems. The topics include the history and applications.
第 1 章 绪论.
A I (Artificial Intelligence)
CSE 573 Artificial Intelligence I Henry Kautz Fall 2001
CSE 473 Artificial Intelligence
ARTIFICIAL INTELLIGENCE.
Artificial Intelligence
Artificial Intelligence Mr. Sciame Section 2
Introduction Artificial Intelligent.
Artificial Intelligence introduction(2)
Introduction to Artificial Intelligence
What is AI?.
Artificial Intelligence Chapter 1 Introduction
Introduction to Artificial Intelligence
Artificial Intelligence Andrea Danyluk For FPS 2/2/04.
Presentation transcript:

Lecture 1 What is AI? CSE 473 Artificial Intelligence Oren Etzioni

2 AI as Science What are the most fundamental scientific questions?

3 Goals of this Course To teach you the main ideas of AI. Give you AI “color” To introduce you to a set of key techniques and algorithms from AI To introduce you to the applicability and limitations of these methods (problem sets)

4 What is Intelligence?

5 What is Artificial Intelligence?

6 Hardware neurons synapses cycle time: sec 10 7 transistors bits of RAM cycle time: sec

7 Computer vs. Brain

8 Conclusion In near future we can have computers with as many processing elements as our brain, but: far fewer interconnections (wires or synapses) much faster updates. Fundamentally different hardware may require fundamentally different algorithms! Very much an open question. Neural net research.

9 What Level of Abstraction? Hardware (build brains) “network” (neural networks?) Algorithm + representation Intermediate Behavior (cognitive modeling) Task Performance (Deep Blue, Turing Test) Task Competence (Idealized view)

10 Classical AI The principles of intelligence are separate from any hardware / software / wetware implementation Look for these principles by studying how to perform tasks that require intelligence Can we rely on simple tasks? (e.g., 8-puzzle, tic tac toe)

11 Success Story: Medical Expert Systems Mycin (1980) Expert level performance in diagnosis of blood infections Today: 1,000’s of systems Everything from diagnosing cancer to designing dentures Often outperform doctors in clinical trials Major hurdle today – non-expert part – doctor/machine interaction

12 Success Story: Chess I could feel – I could smell – a new kind of intelligence across the table - Kasparov Examines 5 billion positions / second Intelligent behavior emerges from brute-force search

13 Autonomous Systems In the 1990’s there was a growing concern that work in classical AI ignored crucial scientific questions: How do we integrate the components of intelligence (e.g. learning & planning)? How does perception interact with reasoning? How does the demand for real-time performance in a complex, changing environment affect the architecture of intelligence?

14 Provide a standard problem where a wide range of technologies can be integrated and examined By 2050, develop a team of fully autonomous humanoid robots that can win against the human world champion team in soccer.

15 Software Robots (softbots) Softbots: ‘intelligent’ program that uses software tools on a person’s behalf. Sensors = LS, Google, etc. Effectors = RM, ftp, Amazon.com Software: not physical but not simulated. Active: not a help system (softbot safety!)

16 Key Hard Problem for AI Today’s successful AI systems operate in well-defined domains employ narrow, specialize knowledge Commonsense Knowledge needed to operate in messy, complex, open-ended worlds –Your kitchen vs. GM factory floor understand unconstrained Natural Language

17 Role of Knowledge in Natural Language Understanding Speech Recognition “word spotting” feasible today continuous speech – rapid progress turns out that “low level” signal not as ambiguous as we once thought Translation / Understanding very limited progress The spirit is willing but the flesh is weak. (English) The vodka is good but the meat is rotten. (Russian)

18 Syntactic, Semantic, Analogical Knowledge Time flies like an arrow. Fruit flies like a banana. Fruit flies like a rock.

19 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! Alternatives? Open Mind KnowItAll

20 Historical Perspective (4 th C BC+) Aristotle, George Boole, Gottlob Frege, Alfred Tarski formalizing the laws of human thought (16 th C+) Gerolamo Cardano, Pierre Femat, James Bernoulli, Thomas Bayes formalizing probabilistic reasoning (1950+) Alan Turing, John von Neumann, Claude Shannon thinking as computation (1956) John McCarthy, Marvin Minsky, Herbert Simon, Allen Newell start of the field of AI

21 Recurrent Themes Neural nets vs AI McCulloch & Pitts 1943 Died out in 1960’s, revived in 1980’s –Neural nets vastly simplified model of real neurons, but still useful & practical – massive parallelism –particular family of learning and representation techniques Logic vs Probability In 1950’s logic seemed more computationally & expressively attractive (McCarthy, Newell) –attempts to extend logic “just a little” to deal with the fact that the world is uncertain! 1988 – Judea Pearl’s work on Bayes nets –provided efficient computational framework Today – no longer rivals –hot topic: combining probability & first-order logic

22 Recurrent Themes, cont. Weak vs Strong Methods Weak – general search methods –A* search, constraint propagation,... Rise of “knowledge intensive” approach –expert systems –more knowledge, less computation Today: resurgence of weak methods –desktop supercomputers –in highly competitive domains (Chess) exceptions to the general rules are most important! How to combine weak and strong methods seamlessly?

23 (Re-)Current Themes Combinatorial Explosion Micro-world successes don’t scale up. How to Organize and accumulate large amounts of knowledge? How to translate from informal, ill-structured statements to formal reasoning (e.g., understand a story)? What are reasonable simplifying assumptions?