Introduction to Artificial Intelligence 236501 Ruth Bergman Fall 2004.

Slides:



Advertisements
Similar presentations
Artificial Intelligence
Advertisements

Artificial Intelligence
Artificial Intelligence
Artificial Intelligence. Intelligent? What is intelligence? computational part of the ability to achieve goals in the world.
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.
WHAT IS ARTIFICIAL INTELLIGENCE?
ICS 101 Fall 2011 Introduction to Artificial Intelligence Asst. Prof. Lipyeow Lim Information & Computer Science Department University of Hawaii at Manoa.
CS 357 – Intro to Artificial Intelligence  Learn about AI, search techniques, planning, optimization of choice, logic, Bayesian probability theory, learning,
1 Lecture 33 Introduction to Artificial Intelligence (AI) Overview  Lecture Objectives.  Introduction to AI.  The Turing Test for Intelligence.  Main.
Introduction to Artificial Intelligence CSE 473 Winter 1999.
PSU CS 370 – Artificial Intelligence Dr. Mohamed Tounsi Artificial Intelligence 1. Introduction Dr. M. Tounsi.
COMP 4640 Intelligent & Interactive Systems Cheryl Seals, Ph.D. Computer Science & Software Engineering Auburn University.
Artificial Intelligence Overview John Paxton Montana State University August 14, 2003.
COMP 3009 Introduction to AI Dr Eleni Mangina
Introduction to Artificial Intelligence Prof. Kathleen McKeown 722 CEPSR, TAs: Kapil Thadani 724 CEPSR, Phong Pham TA Room.
Random Administrivia In CMC 306 on Monday for LISP lab.
SLIDE 1CS 362 Artificial Intelligence Hassan Najadat Jordan University of Science & Technology.
Introduction to Artificial Intelligence ITK 340, Spring 2010.
Artificial Intelligence
Chapter 1 Introduction. General Concepts The field of Artificial Intelligence attempts to understand, model, and simulate the behavior (to some extend)
1 Artificial Intelligence An Introductory Course.
CPSC 171 Artificial Intelligence Read Chapter 14.
Dr.Abeer Mahmoud ARTIFICIAL INTELLIGENCE (CS 461D) Dr. Abeer Mahmoud Computer science Department Princess Nora University Faculty of Computer & Information.
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.
ARTIFICIAL INTELLIGENCE [INTELLIGENT AGENTS PARADIGM]
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
Artificial Intelligence: Its Roots and Scope
Artificial Intelligence Lecture No. 3
Introduction to Artificial Intelligence. Content Definition of AI Typical AI problems Practical impact of AI Approaches of AI Limits of AI Brief history.
Lecture 1 Note: Some slides and/or pictures are adapted from Lecture slides / Books of Dr Zafar Alvi. Text Book - Aritificial Intelligence Illuminated.
ICS 101 Fall 2011 Introduction to Artificial Intelligence Asst. Prof. Lipyeow Lim Information & Computer Science Department University of Hawaii at Manoa.
Artificial Intelligence: An Introduction Definition of AI Foundations of AI History of AI Advanced Techniques.
CSC4444: Artificial Intelligence Fall 2011 Dr. Jianhua Chen Slides adapted from those on the textbook website.
A RTIFICIAL I NTELLIGENCE Introduction 3 October
If the human brain were so simple that we could understand it, we would be so simple that we couldn't. —Emerson M. Pugh.
CNS 4470 Artificial Intelligence. What is AI? No really what is it? No really what is it?
1 CS 2710, ISSP 2610 Foundations of Artificial Intelligence introduction.
Artificial Intelligence
Artificial Intelligence IES 503 Asst. Prof. Dr. Senem Kumova Metin.
Definitions of AI There are as many definitions as there are practitioners. How would you define it? What is important for a system to be intelligent?
University of Kurdistan Artificial Intelligence Methods (AIM) Lecturer: Kaveh Mollazade, Ph.D. Department of Biosystems Engineering, Faculty of Agriculture,
Definitions Think like humansThink rationally Act like humansAct rationally The science of making machines that: This slide deck courtesy of Dan Klein.
Introduction to Artificial Intelligence CS 438 Spring 2008.
Chapter 1 Artificial Intelligence Overview Instructor: Haris Shahzad Artificial Intelligence CS-402.
FOUNDATIONS OF ARTIFICIAL INTELLIGENCE
Princess Nora University Artificial Intelligence CS 461 Level 8 1.
A Brief History of AI Fall 2013 COMP3710 Artificial Intelligence Computing Science Thompson Rivers University.
COMP 4640 Intelligent & Interactive Systems Cheryl Seals, Ph.D. Computer Science & Software Engineering Auburn University.
1 Artificial Intelligence & Prolog Programming CSL 302.
Artificial Intelligence Hossaini Winter Outline book : Artificial intelligence a modern Approach by Stuart Russell, Peter Norvig. A Practical Guide.
Artificial Intelligence
Introduction to Artificial Intelligence
Artificial Intelligence
Artificial Intelligence (CS 370D)
Introduction to Artificial Intelligence
Artificial Intelligence
Artificial Intelligence
Course Instructor: knza ch
Introduction Artificial Intelligent.
Artificial Intelligence introduction(2)
Intelligence Are the things shown below, Intelligent?
Systems that THINK Like Humans
Artificial Intelligence Lecture 2: Foundation of Artificial Intelligence By: Nur Uddin, Ph.D.
AI and Agents CS 171/271 (Chapters 1 and 2)
EA C461 – Artificial Intelligence Introduction
Introduction to Artificial Intelligence Instructor: Dr. Eduardo Urbina
Artificial Intelligence
Presentation transcript:

Introduction to Artificial Intelligence Ruth Bergman Fall 2004

What is an Artificial Intelligence? Genghis EduSpeak ALVINN See-Threepio Kismet

Definitions of AI “[The automation of] activities that we associate with human thinking…” [Bellman 1978] “The study of how to make computers do things at which, at the moment, people are better [Rich and Knight, 1991] “The study of mental faculties through the use of computational models” [Charniak and McDermott, 1985] “The branch of computer science that is concerned with the automation of intelligent behavior” [Luger and Stubblefield, 1993] Note: - think vs. act - human vs. rational

Cognitive Modelling Construct programs that think like humans. How do humans think? Introspection or psychological experiments. Why imitate human thought? –To solve problems. –To learn about human cognitive processes. Cognitive Science: the interdisciplinary field that brings together AI and psychological experimental techniques to try to understand workings of the human mind.

Turing Test How can we evaluate intelligence? Turing [1950] a machine can be deemed intelligent when its responses to interrogation by a human are indistinguishable from those of a human being. interrogator human machine

Turing Test Requires solving hard problems: –natural language processing –knowledge representation –automated reasoning –machine learning Is the test valid? –Too strict: is human intelligence the only form of intelligence –Too lax: is giving the appearance of intelligence sufficient

Rational Thought: Logic The logicist school of thought in AI uses formal logic techniques to automatically solve problems. Successes in fields that lend themselves to formal description, such as mathematics. Obstacles to this approach: –Real-world problems are difficult to formalize –Computation time proves a barrier for realistic problems in practice.

The rational agent The agent is assumed to exist in an environment in which it perceives and acts The agent is rational if it acts to attain its goals given its belief about the environment Motivation: –Not all thought is rational, e.g. reflex –A correct action may not exist using inference –Addresses the cognitive skills required by the Turing Test –Avoids the complex issue of behaving humanly which is impossible to measure.

A Brief History of AI 1960’s: basic techniques, microworlds Logic, Lisp, Games (checkers) 1970’s: Knowledge-based systems Expert systems (DENDRAL, MYCIN) 1980’s: AI in industry, machine learning. Industrial expert systems, Lisp Machine, industrial vision 1990’s: Rational agent, multi-agent systems, formal methods Decision making, whole agent approach

AI Fields of Study Core AI: –Problem solving games –Knowledge representation medical diagnosis –Reasoning theorem proving –Learning neural networks Vision face recognition Natural Language speech recognition Robotics mobile robots

The Intelligent Agent Anything that perceives its environment through sensors and acts on its environment through effectors. performance measure: goals autonomy Polly, a vision-based artificial agent (1994) sensor effector

Structure of Intelligent Agents Agent Environemnt Sensors Effectors agent program

Agent Research Agent typePerceptsActionsGoalsEnvironment characteristics Mobile robotObstacle ahead Move ahead, turn Do not collideDynamic, continuous, inaccessible social humanoid robot Pixels of varying intensity, color, speech Display happy, sad, angry… face Engage humans Dynamic, continuous, accessible Personal assistant textSort, inform user Correct categorization Dynamic, discrete, accessible

The agent program The agent program maps from percepts to actions The agent uses knowledge representation to model the environment The agent must reason with knowledge and make decisions The agent may learn to improve its world model and decision making ability. Thus all AI techniques are part of the intelligent agent.

Components of the agent program Agent Environemnt Sensors Effectors Representation of the world Inference & Action selection goals World model

Components of the Polly program Sensors: b/w video camera Effectors: wheels, voice synthesizer Representation of the world: location in map, tour group Agent Environemnt Sensors Effectors Rep Act? goals World model World Model: map of MIT AI Lab Goals: conduct tour Decision making: avoid obstacles, wander, follow corridor, tour