A RTIFICIAL I NTELLIGENCE Introduction 3 October 2015 1.

Slides:



Advertisements
Similar presentations
Artificial Intelligence
Advertisements

Approaches, Tools, and Applications Islam A. El-Shaarawy Shoubra Faculty of Eng.
Artificial Intelligence
An Introduction to Artificial Intelligence Presented by : M. Eftekhari.
Artificial Intelligence
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?
Artificial Intelligence A Modern Approach Dennis Kibler.
© Franz Kurfess Introduction 1 CSC 480: Artificial Intelligence Dr. Franz J. Kurfess Computer Science Department Cal Poly.
ICS 101 Fall 2011 Introduction to Artificial Intelligence Asst. Prof. Lipyeow Lim Information & Computer Science Department University of Hawaii at Manoa.
Introduction to Artificial Intelligence Ruth Bergman Fall 2004.
Introduction to Artificial Intelligence CSE 473 Winter 1999.
PSU CS 370 – Artificial Intelligence Dr. Mohamed Tounsi Artificial Intelligence 1. Introduction Dr. M. Tounsi.
CSE 471/598,CBS598 Introduction to Artificial Intelligence Fall 2004
Random Administrivia In CMC 306 on Monday for LISP lab.
Artificial Intelligence
Introduction to Artificial Intelligence ITK 340, Spring 2010.
ARTIFICIAL INTELLIGENCE Introduction: Chapter Textbook: S. Russell and P. Norvig Artificial Intelligence: A Modern Approach Prentice Hall, 2003,
Artificial Intelligence
Artificial Intelligence & Cognitive Science By: Andrea Pope, Cindy Burdine, and Kazumi Inoue.
Chapter 1 Introduction. General Concepts The field of Artificial Intelligence attempts to understand, model, and simulate the behavior (to some extend)
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.
C463 / B551 Artificial Intelligence Dana Vrajitoru Introduction.
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
Artificial Intelligence Lecture No. 3
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.
If the human brain were so simple that we could understand it, we would be so simple that we couldn't. —Emerson M. Pugh.
Brief History of AI Augusta Ada ( ) work on Charles Babbage’s early mechanical general-purpose computer, the Analytical Engine. Her.
Artificial Intelligence Introductory Lecture Jennifer J. Burg Department of Mathematics and Computer Science.
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 CS 2710, ISSP 2610 Foundations of Artificial Intelligence introduction.
Artificial Intelligence
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.
Artificial Intelligence
Artificial intelligence
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,
Introduction to Artificial Intelligence CS 438 Spring 2008.
What is Artificial Intelligence?
FOUNDATIONS OF ARTIFICIAL INTELLIGENCE
Princess Nora University Artificial Intelligence CS 461 Level 8 1.
Artificial Intelligence Chapter 1 - Part 2 Artificial Intelligence (605451) Dr.Hassan Al-Tarawneh.
CS382 Introduction to Artificial Intelligence Lecture 1: The Foundations of AI and Intelligent Agents 24 January 2012 Instructor: Kostas Bekris Computer.
ARTIFICIAL INTELLIGENCE. Contents Introduction Branches of AI Control Theory Cybernetics Artificial Neural Networks Application Advantage And Disadvantage.
1 Artificial Intelligence & Prolog Programming CSL 302.
Artificial Intelligence
Classification of models
CSC 290 Introduction to Artificial Intelligence
Artificial Intelligence
CHAPTER 1 Introduction BIC 3337 EXPERT SYSTEM.
Introduction to Artificial Intelligence
Course Instructor: knza ch
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.
TA : Mubarakah Otbi, Duaa al Ofi , Huda al Hakami
AI and Agents CS 171/271 (Chapters 1 and 2)
EA C461 – Artificial Intelligence Introduction
CS 404 Artificial Intelligence
Artificial Intelligence
Presentation transcript:

A RTIFICIAL I NTELLIGENCE Introduction 3 October

E XAMPLES OF D EFINITIONS OF AI Cognitive approaches emphasis on the way systems work or “think” Behavioral approaches only activities observed from the outside are taken into account Human-like systems try to emulate human intelligence Rational systems systems that do the “right thing” idealized concept of intelligence 3 October

S YSTEMS T HAT T HINK L IKE H UMANS “[The automation of] activities that we associate with human thinking, activities such as decision- making, problem solving, learning …” [Bellman, 1978] “The art of creating machines that perform functions that require intelligence when performed by people” [Kurzweil, 1990] 3 October

S YSTEMS T HAT T HINK R ATIONALLY “The study of mental faculties through the use of computational models” [Charniak and McDermott, 1985] “The study of the computations that make it possible to perceive, reason, and act” [Winston, 1992] 3 October

S YSTEMS T HAT A CT R ATIONALLY “A field of study that seeks to explain and emulate intelligent behavior in terms of computational processes” [Schalkhoff, 1990] “The branch of computer science that is concerned with the automation of intelligent behavior” [Luger and Stubblefield, 1993] 3 October

C OGNITIVE M ODELING Tries to construct theories of how the human mind works Uses computer models from AI and experimental techniques from psychology Most AI approaches are not directly based on cognitive models often difficult to translate into computer programs performance problems 3 October

R ATIONAL T HINKING Based on abstract “laws of thought” usually with mathematical logic as tool Problems and knowledge must be translated into formal descriptions The system uses an abstract reasoning mechanism to derive a solution Serious real-world problems may be substantially different from their abstract counterparts 3 October

R ATIONAL A GENTS An agent that does “the right thing” it achieves its goals according to what it knows perceives information from the environment may utilize knowledge and reasoning to select actions 3 October

B EHAVIORAL A GENTS An agent that exhibits some behavior required to perform a certain task may simply map inputs onto actions simple behaviors may be assembled into more complex ones 3 October

F OUNDATIONS OF A RTIFICIAL I NTELLIGENCE Philosophy theories of language, reasoning, learning, the mind Mathematics formalization of tasks and problems (logic, computation, probability) Linguistics understanding and analysis of language knowledge representation Psychology 3 October

F OUNDATIONS OF A RTIFICIAL I NTELLIGENCE C ONT. Computer science provides tools for testing theories programmability speed storage 3 October

C ONCEPTION ( LATE 40 S, EARLY 50 S ) Artificial neurons (McCulloch and Pitts, 1943) Learning in neurons (Hebb, 1949) Chess programs (Shannon, 1950; Turing, 1953) Neural computer (Minsky and Edmonds, 1951) 3 October

B ABY STEPS ( LATE 1950 S ) Demonstration of programs solving simple problems that require some intelligence Development of some basic concepts and methods Lisp (McCarthy, 1958) formal methods for knowledge representation and reasoning 3 October

( EARLY 1960 S ) General Problem Solver (Newell and Simon, 1961) Shakey the robot (SRI) Algebraic problems (Bobrow, 1967) Neural networks (Widrow and Hoff, 1960; Rosenblatt, 1962; Winograd and Cowan, 1963) 3 October

( LATE 60 S, EARLY 70 S ) Neural networks can learn, but not very much (Minsky and Papert, 1969) Expert systems are used in some real-life domains Knowledge representation schemes become useful 3 October

AI GETS A JOB ( EARLY 80 S ) Commercial applications of AI systems R1 expert system for configuration of DEC computer systems (1981) Expert system shells AI machines and tools 3 October

( LATE 80 S ) After all, neural networks can learn more in multiple layers (Rumelhart and McClelland, 1986) Hidden Markov models help with speech problems 3 October

(90 S ) Handwriting and speech recognition work AI is in the driver’s seat (Pomerleau, 1993) 3 October

I NTELLIGENT A GENTS APPEAR ( MID -90 S ) Distinction between hardware (robots) and software (softbots) Agent architectures Situated agents embedded in real environments with continuous inputs Web-based agents 3 October

C HAPTER S UMMARY Introduction to important concepts and terms Relevance of Artificial Intelligence Influence from other fields Historical development of the field of Artificial Intelligence 3 October