Artificial Intelligence: Prospects for the 21 st Century Henry Kautz Department of Computer Science University of Rochester.

Slides:



Advertisements
Similar presentations
Artificial Intelligence
Advertisements

Approaches, Tools, and Applications Islam A. El-Shaarawy Shoubra Faculty of Eng.
Cognitive Systems, ICANN panel, Q1 What is machine intelligence, as beyond pattern matching, classification and prediction. What is machine intelligence,
Artificial Intelligence
Aaron Summers. What is Artificial Intelligence (AI)? Great question right?
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
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.
CSCE101 –Chapter 8 (continued) Tuesday, December 5, 2006.
CSE 473 Artificial Intelligence Dan Weld Krzysztof Gajos Tessa MacDuff
The Brain is Embodied and the Body is Embedded in the Environment Jeff Krichmar Department of Cognitive Sciences University of California, Irvine.
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.
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
Artificial Intelligence
Artificial Intelligence By Ryan Shoultes & Jeremy Creighton.
ARTIFICIAL INTELLIGENCE Introduction: Chapter 1. Outline Course overview What is AI? A brief history The state of the art.
1 AI and Agents CS 171/271 (Chapters 1 and 2) Some text and images in these slides were drawn from Russel & Norvig’s published material.
THE NEW ERA OF LIFE. Introduction: Artificial Intelligence (AI) is the area of computer science focusing on creating machines that can engage on behaviors.
Artificial Intelligence CIS 479/579 Bruce R. Maxim UM-Dearborn.
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.
The AI Challenge: Who are we? Images Copyright Twentieth Century Fox, Paramount, Sony;
Introduction: Chapter 1
Lecture 1 What is AI? CSE 473 Artificial Intelligence Oren Etzioni.
11 C H A P T E R Artificial Intelligence and Expert Systems.
10/3/2015 ARTIFICIAL INTELLIGENCE Russell and Norvig ARTIFICIAL INTELLIGENCE: A Modern Approach.
A RTIFICIAL I NTELLIGENCE Introduction 3 October
Artificial Intelligence
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?
Fundamentals of Information Systems, Third Edition2 Principles and Learning Objectives Artificial intelligence systems form a broad and diverse set of.
Artificial Intelligence By Michelle Witcofsky And Evan Flanagan.
How Solvable Is Intelligence? A brief introduction to AI Dr. Richard Fox Department of Computer Science Northern Kentucky University.
1 CS 2710, ISSP 2610 Foundations of Artificial Intelligence introduction.
Artificial Intelligence and Expert Systems. ARTIFICIAL INTELLIGENCE (AI) is the science of R L Being able to Ability to solve a problem.
I Robot.
Due Monday Read chapter 2 Homework: –Chapter 1, exercises –Answer each in 100 words or less. Send to from your preferred.
So what is AI?.
AI: Can Machines Think? Juntae Kim Department of Computer Engineering Dongguk University.
Chapter 4 Decision Support System & Artificial Intelligence.
What is Artificial Intelligence? What is artificial intelligence? It is the science and engineering of making intelligent machines, especially intelligent.
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.
University of Kurdistan Artificial Intelligence Methods (AIM) Lecturer: Kaveh Mollazade, Ph.D. Department of Biosystems Engineering, Faculty of Agriculture,
Introduction to Artificial Intelligence CS 438 Spring 2008.
Humans & Computers Will computers ever achieve human intelligence? Creativity? Originality? Thoughts? Is Artificial Intelligence Possible? The future of.
Spring, 2005 CSE391 – Lecture 1 1 Introduction to Artificial Intelligence Martha Palmer CSE391 Spring, 2005.
FOUNDATIONS OF ARTIFICIAL INTELLIGENCE
Presented by:- Reema Tariq Artificial Intelligence.
Intelligent Control Methods Lecture 2: Artificial Intelligence Slovak University of Technology Faculty of Material Science and Technology in Trnava.
Artificial Intelligence, simulation and modelling.
Artificial Intelligence
“... artificial intelligence [AI] is the science of making machines do things that would require intelligence if done by [humans]” (Minsky, 1963) ARTIFICIAL.
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
Fundamentals of Information Systems
Introduction Characteristics Advantages Limitations
Done Done Course Overview What is AI? What are the Major Challenges?
A I (Artificial Intelligence)
Basic Intro Tutorial on Machine Learning and Data Mining
Course Instructor: knza ch
Artificial Intelligence Includes:
Artificial Intelligence introduction(2)
TA : Mubarakah Otbi, Duaa al Ofi , Huda al Hakami
AI and Agents CS 171/271 (Chapters 1 and 2)
Introduction to Artificial Intelligence Instructor: Dr. Eduardo Urbina
Artificial Intelligence
AI Application Session 12
Presentation transcript:

Artificial Intelligence: Prospects for the 21 st Century Henry Kautz Department of Computer Science University of Rochester

What is Artificial Intelligence? Study of principles for understanding and building intelligent agents –Human, animal, or mechanical –How to perceive the world –How to reason and make decisions –How to learn –How to act (motion, speech) –How to cooperate with other agents

Can’t Win Definition of AI AI = making a computer solve a problem that requires human intelligence –By definition, any problem solved by AI no longer requires human intelligence –So, AI never succeeds! Useful idea: study tasks people perform in order to understand intelligence

Outline Approaches to AI –Task based (“Classical AI”) –Neural networks Which Way Will Achieve AI? –Criticisms –Ray Kurzweil’s Perspective –A Middle Ground

Classical AI The principles of intelligence are separate from the hardware (or “wetware”) Look for these principles by studying how to perform individual tasks that require intelligence

Success Story: Medical Expert Systems 1980: First expert level performance –diagnosis of blood infections Today: 1,000’s of systems –Often outperform doctors

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

Success Story: Robotics (1) Rendezvoused with an asteroid, Capable of autonomous diagnosis & repair

Success Story: Robotics (2) DARPA Grand Challenges, –Races in desert and urban environments by fully autonomous vehicles –Succeeded with “off the shelf” AI technology!

Success Story: Text to Speech Kurzweil Reading Machines,

Neural Networks Develop computational models of the brain at the neural level –McCulloch & Pitts model (1943): very simple, but a pretty good approximation of most real neurons

Success Story: Face Recognition Programming a neural net that learns to recognize faces can now be done as homework problem!

Success Story: Brain-Computer Interfaces Miguel Nicolelis (2003), Duke University

Success Story: MRI Imaging of Specific Thoughts Tom Mitchell (CMU) 2006 ToolsBuildingsFood

Which Approach Will Achieve AI? Criticism of Classical AI: –Successes so far are in all narrow domains –We can never explicitly program enough “commonsense” into a AI system to make it a true general intelligence –The human brain has a completely different architecture than a modern computer

Which Approach Will Achieve AI? Criticism of Neural Networks: –Successes so far are in all narrow domains –Building an AI by studying neural processes is like trying to reverse- engineer Windows Vista by watching bits –“Summation and threshold” is just another kind of logic gate!

Ray Kurzweil Kurzweil believes that in a few years we will have a complete wiring diagram of the brain So, the neural net approach wins… But we still may not understand why the brain works!

A Middle Ground Most AI researchers (including me) believe that AI will be accomplished by a combination of ideas from both camps –Studying tasks tells us what needs to be computed –Studying brains tells us what classes of algorithms are possible –We can implement those algorithms in many ways

A Middle Ground Neural nets are not necessary the best way to implement all the thing the brain does! –Evolution rarely produces optimal solutions! Machine learning is compatible with both the classical and neural net approaches –Learning from text on the Internet will solve the problem of getting enough “commonsense” information