1 Introduction to Artificial Intelligence CSE 415 Winter 2006.

Slides:



Advertisements
Similar presentations
Artificial Intelligence
Advertisements

ARTIFICIAL INTELLIGENCE
Additional Topics ARTIFICIAL INTELLIGENCE
Artificial Intelligence
Artificial Intelligence. Intelligent? What is intelligence? computational part of the ability to achieve goals in the world.
Artificial Intelligence An Introductory Course. Outline 1.Introduction 2.Problems and Search 3.Knowledge Representation 4.Advanced Topics.
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.
Artificial Intelligence Computational Intelligence Alien Intelligence? Summer 2004 Dennis Kibler.
Artificial Intelligence A Modern Approach Dennis Kibler.
CSE 473: Artificial Intelligence Dan Weld Slides from Dan Klein, Luke Zettlemoyer, Stuart Russell, Andrew Moore.
CS 332: Introduction to AI Class Hour: Section 1: MWF 1:10PM - 2:00PM. Hyer 210.
Introduction to Introduction to Artificial Intelligence Henry Kautz.
Introduction to Artificial Intelligence CSE 473 Winter 1999.
1 Pertemuan 1 WHAT IS ARTIFICIAL INTELLIGENCE ? Matakuliah: T0264/Inteligensia Semu Tahun: 2005 Versi: 1/0.
CS 480 Lec 2 Sept 4 complete the introduction Chapter 3 (search)
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
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
Introduction to AI, H. Feili 1 Introduction to Artificial Intelligence LECTURE 1: Introduction What is AI? Foundations of AI The.
1 Artificial Intelligence An Introductory Course.
CPSC 171 Artificial Intelligence Read Chapter 14.
C463 / B551 Artificial Intelligence Dana Vrajitoru Introduction.
FOUNDATIONS OF ARTIFICIAL INTELLIGENCE Introduction: Chapter 1.
ARTIFICIAL INTELLIGENCE Introduction: Chapter 1. Outline Course overview What is AI? A brief history The state of the art.
Ch1 AI: History and Applications Dr. Bernard Chen Ph.D. University of Central Arkansas Spring 2011.
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.
CISC4/681 Introduction to Artificial Intelligence1 Introduction – Artificial Intelligence a Modern Approach Russell and Norvig: 1.
Introduction (Chapter 1) CPSC 386 Artificial Intelligence Ellen Walker Hiram College.
Introduction: Chapter 1
CSC4444: Artificial Intelligence Fall 2011 Dr. Jianhua Chen Slides adapted from those on the textbook website.
CNS 4470 Artificial Intelligence. What is AI? No really what is it? No really what is it?
Artificial Intelligence CS 363 Kawther Abas Lecture 1 Introduction 5/4/1435.
1 Artificial Intelligence GholamReza GhassemSani Fall 1383.
Introduction to Artificial Intelligence and Soft Computing
Artificial Intelligence: Introduction Department of Computer Science & Engineering Indian Institute of Technology Kharagpur.
AI: Can Machines Think? Juntae Kim Department of Computer Engineering Dongguk University.
Lecture 1 – AI Background Dr. Muhammad Adnan Hashmi 1.
Introduction to Artificial Intelligence CS 438 Spring 2008.
FOUNDATIONS OF ARTIFICIAL INTELLIGENCE
Artificial Intelligence Lecture 2 Department of Computer Science, International Islamic University Islamabad, Pakistan.
General Information Course Id: COSC6368 Artificial Intelligence Professor: Ricardo Vilalta Classroom:AH 110 Telephone: (713)
Princess Nora University Artificial Intelligence CS 461 Level 8 1.
CSE 473: Artificial Intelligence
Introduction: What is AI? CMSC Introduction to Artificial Intelligence January 7, 2003.
1 Artificial Intelligence & Prolog Programming CSL 302.
CMPT 463 Artificial Intelligence Instructor: Tina Tian.
Artificial Intelligence
Introduction to Artificial Intelligence Heshaam Faili University of Tehran.
Artificial Intelligence
CSC 290 Introduction to Artificial Intelligence
Artificial Intelligence: Definition
Artificial Intelligence for Engineers
A I (Artificial Intelligence)
General Information Course Id: COSC4368 Artificial Intelligence Programming Time: Mondays and Wednesdays 1:00 PM – 2:30 PM Professor: Ricardo Vilalta.
Introduction to Artificial Intelligence
Artificial Intelligence for Engineers
Course Instructor: knza ch
Introduction Artificial Intelligent.
Artificial Intelligence introduction(2)
Introduction to Artificial Intelligence and Soft Computing
Introduction to Artificial Intelligence
AI and Agents CS 171/271 (Chapters 1 and 2)
Introduction to Artificial Intelligence
CS 404 Artificial Intelligence
Introduction to Artificial Intelligence
AI Application Session 12
Presentation transcript:

1 Introduction to Artificial Intelligence CSE 415 Winter 2006

2 Administrative Details Instructor: Prof. Linda Shapiro, 634 CSE, TA: Tyler Robison, Course Home Page: Text: Artificial Intelligence A Modern Approach (2 nd edition), Russell and Norvig Final Exam: Thursday, March 16, 8:30am

3 What is intelligence? What capabilities should a machine have for us to call it intelligent?

4 Turing’s Test If the human cannot tell whether the responses from the other side of a wall are coming from a human or computer, then the computer is intelligent.

5 Performance vs. Humanlike What is more important: how the program performs or how well it mimics a human? Can you get a computer to do something that you don’t know how to do? Like what? What about creativity?

6 Mundane Tasks Perception –Vision –Speech Natural Language –Understanding –Generation –Translation Reasoning Robot Control

7 Formal Tasks Games –Chess –Checkers –Kalah, Othello Mathematics –Logic –Geometry –Calculus –Proving properties of programs

8 Expert Tasks Engineering –Design –Fault Finding –Manufacturing planning Medical –Diagnosis –Medical Image Analysis Financial –Stock market predictions

9 What is an intelligent agent? What is an agent? What does rational mean? Are humans always rational? Can a computer always do the right thing? What can we substitute for the right thing? What kinds of agents already exist today?

10 Problem Solving Find a sequence of operations to produce the desired situation from the initial situation. A C B

11 Game Playing Given: – An initial position in the game – The rules of the game – The criteria for winning the game WIN!

12 Theorem Proving Given: –  x (human(x) -> animal(x)) –  x (animal(x) -> (eats(x)  drinks(x))) Prove: –  x (human(x) -> eats(x))

13 Natural Language Understanding Pick up a big red block. OK.

14 Expert Systems “I’d like to buy a DEC VAX computer with 8MG of main memory, two 300MB disks, and a 1600 BPI tape drive.” Today’s Response: “You gotta be kidding.” XCON: “ 1 XVW756 CPU, 2 XVM128A memory boards, 1 XDQ780C disk controller, 1 XDT780V disk drive, 1 XTQ780T tape controller, 1 XTT981Q tape drive, 1 XBT560M mass bus”

15 Given: Some images and their corresponding descriptions {trees, grass, cherry trees} {cheetah, trunk}{mountains, sky}{beach, sky, trees, water} ????  To solve: What object classes are present in new images  Computer Vision with Machine Learning

16 Stuart Russell’s “Potted History of AI” 1943 McCulloch & Pitts: Boolean circuit model of the brain 1950 Turing’s “Computing Machinery and Intelligence” Look Ma, no hands 1950s Early AI programs: Logic Theorist, Checker Player, Geometry 1956 Term “Artificial Intelligence” adopted 1965 Robinson’s complete algorithm for logical reasoning AI discovers computational complexity; neural nets go Early development of knowledge-based “expert systems” Expert systems boom Expert systems bust: “AI Winter” Neural networks return AI and Statistics together Agents, agents everywhere