Artificial Intelligence A Modern Approach Dennis Kibler.

Slides:



Advertisements
Similar presentations
Artificial Intelligence
Advertisements

CSCI 4800 ARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCE
Additional Topics ARTIFICIAL INTELLIGENCE
Artificial Intelligence
What is AI? What can it do today?. Definitions of AI can be categorized as follows Think like humans “cognitive science” E.g. General Problem Solver [Newell&Simon.
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.
CSE 473: Artificial Intelligence Dan Weld Slides from Dan Klein, Luke Zettlemoyer, Stuart Russell, Andrew Moore.
CPSC 7373: Artificial Intelligence Jiang Bian, Fall 2014 University of Arkansas for Medical Sciences University of Arkansas at Little Rock.
CS 332: Introduction to AI Class Hour: Section 1: MWF 1:10PM - 2:00PM. Hyer 210.
Artificial Intelligence Overview John Paxton Montana State University August 14, 2003.
CSE 471/598,CBS598 Introduction to Artificial Intelligence Fall 2004
CS 480 Lec 2 Sept 4 complete the introduction Chapter 3 (search)
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
Greg GrudicIntroduction to AI1 Introduction to Artificial Intelligence CSCI 3202 Fall 2007 Greg Grudic.
ARTIFICIAL INTELLIGENCE
1 Artificial Intelligence An Introductory Course.
CPSC 171 Artificial Intelligence Read Chapter 14.
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.
CSW 4701 AI Spring 2013 Introduction: Chapter Course home page: Textbook: S. Russell and P. Norvig.
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
Introduction: Structure and Overview What is AI Systems that think like humans Systems that think rationally Systems that act rationally Systems that act.
CSC4444: Artificial Intelligence Fall 2011 Dr. Jianhua Chen Slides adapted from those on the textbook website.
IFT3335 – Intruduction à l’intelligence artrificielle basé sur le cours de NUS et Berkeley Introduction: Chapter 1.
CNS 4470 Artificial Intelligence. What is AI? No really what is it? No really what is it?
Inteligenica Artificial FIE - UMSNH. Semestre 9 Introduccion: Capitulo 1.
Text Book Outline. Outline Introduction –Chapter 1: Introduction –Chapter 2: Intelligent agents Problem solving –Chapter 3: Solving problems by searching.
Artificial Intelligence CS 363 Kawther Abas Lecture 1 Introduction 5/4/1435.
Introduction to Artificial Intelligence and Soft Computing
ARTIFICIAL INTELLIGENCE 2009 Ira Pohl TIM Oct 29, 2009.
Lecture 1 – AI Background Dr. Muhammad Adnan Hashmi 1.
Introduction to Artificial Intelligence Mitch Marcus CIS391 Fall, 2008.
Artificial Intelligence
So what is AI?.
1 Lecture # 1 Introduction to Artificial Intelligence By NADEEM MAHMOOD ASSISTANT PROFESSOR DEPARTMENT OF COMPUTER SCIENCE, UNIVERSITY OF KARACHI.
Lecture 1 – AI Background Dr. Muhammad Adnan Hashmi 1.
Definitions Think like humansThink rationally Act like humansAct rationally The science of making machines that: This slide deck courtesy of Dan Klein.
FOUNDATIONS OF ARTIFICIAL INTELLIGENCE
Artificial Intelligence Lecture 2 Department of Computer Science, International Islamic University Islamabad, Pakistan.
Princess Nora University Artificial Intelligence CS 461 Level 8 1.
1 Introduction to Artificial Intelligence CSE 415 Winter 2006.
CSE 473: Artificial Intelligence
1 Artificial Intelligence & Prolog Programming CSL 302.
Artificial Intelligence Lecture 1. Introduction. Course Outline The course consists of:  15 lectures slots (may use some for tutorials);  tutorial exercises;
CSC 450 Artificial Intelligence. W HAT IS AI? Thinking humanlyThinking rationally Acting humanlyActing rationally Revision!...
Artificial Intelligence
CSC 290 Introduction to Artificial Intelligence
Artificial Intelligence: Definition
Artificial Intelligence for Engineers
CS4341 Introduction to Artificial Intelligence
Introduction to Artificial Intelligence
Artificial Intelligence for Engineers
Introduction to Artificial Intelligence and Soft Computing
Artificial Intelligence Lecture 2: Foundation of Artificial Intelligence By: Nur Uddin, Ph.D.
CS 2710, ISSP 2610 Foundations of Artificial Intelligence
What is AI?.
AI and Agents CS 171/271 (Chapters 1 and 2)
EE562 ARTIFICIAL INTELLIGENCE FOR ENGINEERS
CS 404 Artificial Intelligence
Hong Cheng SEG4560 Computational Intelligence for Decision Making Chapter 1: Introduction Hong Cheng
Artificial Intelligence
Artificial Intelligence
Presentation transcript:

Artificial Intelligence A Modern Approach Dennis Kibler

Today’s Lecture Goal: what’s AI about anyway? Read Chapter 1 A brief history The state of the art Importance of Search

AI Topics intelligent agents search and game-playing logical systems planning systems uncertainty---probability and decision theory learning language perception robotics philosophical issues

Who is Intelligent?

What is AI? Thinking humanly Thinking rationally Acting humanly Acting rationally R&N vote for rationality (bounded)

Alan Turing Father of AI Conversation Test Chess Math Language Machine Intelligence –1950

Acting humanly: The Turing test Turing (1950) ``Computing machinery and intelligence'': ``Can machines think?'' ``Can machines behave intelligently?'' Operational test for intelligent behavior: the Imitation Game Predicted that by 2000, a machine might have a 30% chance of fooling a lay person for 5 minutes (Loebner Prize) Suggested major components of AI: knowledge reasoning lanuage understanding learning

Thinking humanly: Cognitive Science 1960s ``cognitive revolution'': Information-processing psychology replaced behaviorism Requires scientific theories of internal activities of the brain\al -- What level of abstraction? ``Knowledge'' or ``circuits''? -- How to validate? Requires 1) Predicting and testing behavior of human subjects (top-down) or 2) Direct identification from neurological data (bottom-up) Both approaches (roughly, Cognitive Science and Cognitive Neuroscience) are now distinct from AI

Thinking rationally: Laws of Thought Normative or prescriptive rather than descriptive Aristotle: what are correct arguments/thought processes? Several Greek schools developed various forms of logic Boole thought he would stop war Direct line through mathematics and philosophy to modern AI Problems: 1) Not all intelligent behavior is mediated by logical deliberation 2) What is the purpose of thinking? What thoughts should I have? Goals?

Acting rationally Rational behavior: doing the right thing The right thing: that which is expected to maximize goal achievement, given the available information Doesn't necessarily involve thinking---e.g., blinking reflex- --but thinking should be in the service of rational action Aristotle (Nicomachean Ethics): Every art and every inquiry, and similarly every action and pursuit, is thought to aim at some good

Rational agents An agent is an entity that perceives and acts This course is about designing rational agents Abstractly, an agent is a function from percept histories to actions: For any given class of environments and tasks, we seek theagent (or class of agents) with the best performance Caveat: computational limitations make perfect rationality unachievable So design best program for given machine resources. Bounded Rationality

AI Prehistory Philosophy –logic, methods of reasoning –mind as physical system –foundations of learning, language, rationality Mathematics –formal representation and proof –algorithms –computation, (un)decidability, (in)tractability –probability –operations research

Psychology –Adaptation –phenomena of perception and motor control –experimental techniques (psychophysics, etc.) Linguistics –knowledge representation –grammar Neuroscience –physical substrate for mental activity Control theory –homeostatic systems, stability –simple optimal agent designs

AI History 1943 McCulloch & Pitts: Boolean circuit model of brain 1950 Turing's ``Computing Machinery and Intelligence'' Look, Ma, no hands! 1950s Early AI programs, including Samuel's checkers program, Newell & Simon's Logic Theorist, Gelernter's Geometry Engine 1956 Dartmouth meeting: ``Artificial Intelligence'' adopted

History 1965 Robinson's complete algorithm for logical reasoning AI discovers computational complexity Neural network research almost disappears Early development of knowledge-based systems Expert systems industry booms

History Expert systems industry busts: ``AI Winter'' Neural networks return to popularity –Discovery of BackPropagation Resurgence of probabilistic and decision-theoretic methods Turn towards Mathematics

State of the art Which of the following can be done at present? Play a decent game of table tennis Drive along a curving mountain road Drive in the center of Cairo Play a decent game of bridge Discover and prove a new mathematical theorem Write an intentionally funny story Give competent legal advice in a specialized area of law Translate spoken English into spoken Swedish in real time

Which of the following can be done at present? Play a decent game of table tennis Drive along a curving mountain road Drive in the center of Cairo Play a decent game of bridge Discover and prove a new mathematical theorem Write an intentionally funny story Give competent legal advice in a specialized area of law Translate spoken English into spoken Swedish in real time

Course in a nutshell Search –fundamental and not understood Representation (Logic) –often the key Learning –intelligent prerequisite

Why Search NLP: search grammar Game Playing: search alternatives Speech Understanding: search phoneme combinations Learning: search models to explain data Theorem Proving: search axioms/theorems Diagnosis: search plausible conclusions

Building Hal What's needed?