What is Artificial Intelligence? –not programming in LISP or Prolog (!) –depends on your perspective... a method for modeling intelligence a method for.

Slides:



Advertisements
Similar presentations
Approaches, Tools, and Applications Islam A. El-Shaarawy Shoubra Faculty of Eng.
Advertisements

Chapter Thirteen Conclusion: Where We Go From Here.
An Introduction to Artificial Intelligence Presented by : M. Eftekhari.
AI Defined Textbook definition:
An Introduction to Artificial Intelligence. Introduction Getting machines to “think”. Imitation game and the Turing test. Chinese room test. Key processes.
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.
4 Intelligent Systems.
WHAT IS ARTIFICIAL INTELLIGENCE?
CS440/ECE448: Artificial Intelligence
What is Artificial Intelligence? –Depends on your perspective... Philosophical: a method for modeling intelligence Psychological: a method for studying.
Introduction to Artificial Intelligence Ruth Bergman Fall 2004.
PSU CS 370 – Artificial Intelligence Dr. Mohamed Tounsi Artificial Intelligence 1. Introduction Dr. M. Tounsi.
Overview and History of Cognitive Science
Overview and History of Cognitive Science. How do minds work? What would an answer to this question look like? What is a mind? What is intelligence? How.
CSE 471/598,CBS598 Introduction to Artificial Intelligence Fall 2004
Random Administrivia In CMC 306 on Monday for LISP lab.
1 CSC 550: Introduction to Artificial Intelligence Spring 2004 See online syllabus at: Course goals:  survey.
CSE 471/598 CBS 598 Introduction to Artificial Intelligence Spring 2008
D Goforth - COSC 4117, fall Notes  Program evaluation – Sept Student submissions  Mon. Sept 11, 4-5PM  FA 181 Comments to committee are.
Artificial Intelligence
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.
CPSC 171 Artificial Intelligence Read Chapter 14.
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.
CISC4/681 Introduction to Artificial Intelligence1 Introduction – Artificial Intelligence a Modern Approach Russell and Norvig: 1.
INTELLIGENT CONTROLLER UNIT I. INTRODUCTION  Intelligent control is a class of control techniques that use various AI computing approaches.  Intelligent.
Introduction (Chapter 1) CPSC 386 Artificial Intelligence Ellen Walker Hiram College.
Artificial Intelligence: Definition “... the branch of computer science that is concerned with the automation of intelligent behavior.” (Luger, 2009) “The.
AI Overview Reference: "Artificial Intelligence, a Modern Approach, 3 rd ed."
Artificial Intelligence: An Introduction Definition of AI Foundations of AI History of AI Advanced Techniques.
What is Intelligence? Let’s try to define intelligence Definition (Merriam Webster): –Capacity for learning, reasoning, understanding and similar forms.
A RTIFICIAL I NTELLIGENCE Introduction 3 October
Psy Introduction1 Introduction Psychology 612.
Artificial Intelligence CS 363 Kawther Abas Lecture 1 Introduction 5/4/1435.
For Friday Read chapter 27 Program 5 due.
For Friday Read chapter 27 Program 5 due. Program 5 Any questions?
Introduction to Artificial Intelligence and Soft Computing
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.
1 Introduction to Artificial Intelligence (Lecture 1)
Artificial Intelligence: Introduction Department of Computer Science & Engineering Indian Institute of Technology Kharagpur.
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.
Natural intelligence Artificial intelligence (AI) History of AI Characteristics of AI system AI tasks AI roots and applications.
AI: Can Machines Think? Juntae Kim Department of Computer Engineering Dongguk University.
Introduction to Artificial Intelligence CS 438 Spring 2008 Today –AIMA, Chapter 1 –Defining AI Next Tuesday –Intelligent Agents –AIMA, Chapter 2 –HW: Problem.
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?
KNOWLEDGE BASED SYSTEMS
What is Artificial Intelligence?
Chapter 1: Introduction to Neuro-Fuzzy (NF) and Soft Computing (SC)
Princess Nora University Artificial Intelligence CS 461 Level 8 1.
Intelligent Control Methods Lecture 2: Artificial Intelligence Slovak University of Technology Faculty of Material Science and Technology in Trnava.
Artificial Intelligence Hossaini Winter Outline book : Artificial intelligence a modern Approach by Stuart Russell, Peter Norvig. A Practical Guide.
AI Overview Reference: "Artificial Intelligence, a Modern Approach, 3 rd ed."
Artificial Intelligence
Artificial Intelligence
Artificial intelligence (AI)
TECHNOLOGY GUIDE FOUR Intelligent Systems.
AI Defined Textbook definition:
Introduction Artificial Intelligent.
Artificial Intelligence introduction(2)
Artificial Intelligence (Lecture 1)
Artificial Intelligence Lecture 2: Foundation of Artificial Intelligence By: Nur Uddin, Ph.D.
What is AI?.
AI and Agents CS 171/271 (Chapters 1 and 2)
Introduction to Artificial Intelligence Instructor: Dr. Eduardo Urbina
Artificial Intelligence
Presentation transcript:

What is Artificial Intelligence? –not programming in LISP or Prolog (!) –depends on your perspective... a method for modeling intelligence a method for studying human cognition a method for building complex programs

Answer from a Philosopher: a method for modeling intelligence –How do you define “intelligence”? ideal: syllogisms...laws of thought...logic need for embodiment? mind-body duality (Descartes) physical brain required? Chinese Room experiment Symbol Systems Hypothesis (Simon and Newell) grounding, mechanization, novelty, adaptiveness, animals? souls? free will? –operational definition: acting intelligent Turing test; what is the correct measuring stick? –no contact, response characteristics, news, humor, gender... Eliza, chatter bots, Loebner prize, Deep Blue

Answer from a Psychologist: a method for studying human cognition –strengths: perception, ambiguity, interpretation ill-formed problems; weighing multiple criteria judgement, common-sense, expertise “insight”, analogy, Eureka effect –weaknesses: calculations limited, selective, and maleable memory confirmation bias; role of emotions? –behaviorism vs. info-processing metaphor (I/O, internal rep) –connection to language Sapir-Whorf hypothesis (verbal representations) concepts, intension/meaning, maps, skills, automation

Answer from an Engineer: a method for building complex programs –need more than just C++ or java (or OOP) –search algorithms, inference techniques, methods for dealing with uncertainty... –knowledge-based programming Feigenbaum: “In the knowledge is the power” high-level programming languages, expressiveness expert systems, logic, McCarthy real-world knowledge bases, ontologies, Cyc –intelligent agents: decision-making –control theory, “cybernetics,” Kalman filters –decision theory: Bayes, Markov

Relationships of AI to other fields: –Economics rational decision-making; satisficing (Simon) –Mathematics computability; Godel’s Incompleteness Theorem; logic and number theory; Leibnitz –Neuroscience neural networks, Minsky connectionism, distributed representations, grounding