AI: Can Machines Think? Juntae Kim Department of Computer Engineering Dongguk University.

Slides:



Advertisements
Similar presentations
Artificial Intelligence
Advertisements

Artificial Intelligence. Intelligent? What is intelligence? computational part of the ability to achieve goals in the world.
Introduction to AI Kaziwa H. Saleh. What is AI? John McCarthy defines AI as “the science and engineering to make intelligent machines”. AI is the study.
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.
WHAT IS ARTIFICIAL INTELLIGENCE?
Artificial Intelligence Austin Luczak, Katie Regin, John Trawinski.
CSCE101 –Chapter 8 (continued) Tuesday, December 5, 2006.
1 Lecture 33 Introduction to Artificial Intelligence (AI) Overview  Lecture Objectives.  Introduction to AI.  The Turing Test for Intelligence.  Main.
Acting Humanly: The Turing test (1950) “Computing machinery and intelligence”:   Can machine’s think? or Can machines behave intelligently? An operational.
Introduction to Artificial Intelligence CSE 473 Winter 1999.
Artificial Intelligence Overview John Paxton Montana State University August 14, 2003.
Random Administrivia In CMC 306 on Monday for LISP lab.
Artificial Intelligence Instructor: Professor Yun Peng
Artificial Intelligence
Artificial Intelligence
Artificial Intelligence Today Kevin Smith Kevin Smith Temple University CIS 55 Section 402.
Copyright R. Weber INFO 629 Concepts in Artificial Intelligence Fall 2004 Professor: Dr. Rosina Weber.
Artificial Intelligence & Cognitive Science By: Andrea Pope, Cindy Burdine, and Kazumi Inoue.
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.
Artificial Intelligence Andrea Danyluk For FPS 2/2/04.
C463 / B551 Artificial Intelligence Dana Vrajitoru Introduction.
1 CMSC 471 Fall 2002 Class #10 – Wednesday, October 12.
ARTIFICIAL INTELLIGENCE Introduction: Chapter 1. Outline Course overview What is AI? A brief history The state of the art.
1 Lyle H. Ungar, University of Pennsylvania What is AI? “Artificial Intelligence is the study of how to make computers do things at which, at the moment,
CISC4/681 Introduction to Artificial Intelligence1 Introduction – Artificial Intelligence a Modern Approach Russell and Norvig: 1.
Artificial Intelligence CIS 342 The College of Saint Rose David Goldschmidt, Ph.D.
Introduction to Artificial Intelligence. What is AI?
19/13/2015CS360 AI & Robotics CS360: AI & Robotics TTh 9:25 am - 10:40 am Shereen Khoja
Introduction: Chapter 1
Artificial Intelligence
Artificial Intelligence: An Introduction Definition of AI Foundations of AI History of AI Advanced Techniques.
Introduction GAM 376 Robin Burke Winter Outline Introductions Syllabus.
CSC4444: Artificial Intelligence Fall 2011 Dr. Jianhua Chen Slides adapted from those on the textbook website.
Artificial Intelligence: Prospects for the 21 st Century Henry Kautz Department of Computer Science University of Rochester.
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.
ARTIFICIAL INTELLIGENCE BY:Jeff Brauer, David Abarbanel, Monica Balod, Mae Anglo, Umangi Bhatt.
AI History, Philosophical Foundations Part 2. Some highlights from early history of AI Gödel’s theorem: 1930 Turing machines: 1936 McCulloch and Pitts.
1 Lecture 1: Introduction to Artificial Intelligence.
Introduction to Artificial Intelligence and Soft Computing
A New Artificial Intelligence 5 Kevin Warwick. Philosophy of AI II Here we will look afresh at some of the arguments Here we will look afresh at some.
Artificial Intelligence By Michelle Witcofsky And Evan Flanagan.
Weak AI: Can Machines Act Intelligently? Some things they can do: –Computer vision: face recognition from a large set –Robotics: autonomous (mostly) car.
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.
ARTIFICIAL INTELLIGENCE 2009 Ira Pohl TIM Oct 29, 2009.
Due Monday Read chapter 2 Homework: –Chapter 1, exercises –Answer each in 100 words or less. Send to from your preferred.
1 The main topics in AI Artificial intelligence can be considered under a number of headings: –Search (includes Game Playing). –Representing Knowledge.
So what is AI?.
The Dream of an Intelligent Machine Hans W. Guesgen Computer Science Department.
FOUNDATIONS OF ARTIFICIAL INTELLIGENCE
Machines Who Think By: Pamela McCorduck Presentation By: Chantal Ivenso University of Cincinnati.
Princess Nora University Artificial Intelligence CS 461 Level 8 1.
Vilalta/Norvig/Eick: History of AI Origins McCulloch and Pitts (1943) Model of Artificial Neurons. Donald Hebb (1949) Hebbian Learning Conference at Dartmouth.
1 Introduction to Artificial Intelligence CSE 415 Winter 2006.
1 CMSC 671 Fall 2001 Class #10 – Thursday, October 4.
Artificial Intelligence
Artificial Intelligence
第 1 章 绪论.
Course Instructor: knza ch
Artificial Intelligence introduction(2)
Introduction to Artificial Intelligence and Soft Computing
TA : Mubarakah Otbi, Duaa al Ofi , Huda al Hakami
What is AI?.
Artificial Intelligence Chapter 1 Introduction
Introduction to Artificial Intelligence
Artificial Intelligence Andrea Danyluk For FPS 2/2/04.
Presentation transcript:

AI: Can Machines Think? Juntae Kim Department of Computer Engineering Dongguk University

What is Intelligence? Understanding Perception (vision, speech), language understanding Reasoning Given facts  new facts Learning Improving performance as it repeats Adaptiveness, Creativity, etc.

What is Intelligence? Turing Test Alan Turing (1950) - Can machine be intelligent?

What is Artificial Intelligence? Study of how to make computer do things that people do better To find how people think/act intelligently To develop systems that perform intelligent task (perception, reasoning, learning, … ) reasoning speech learning vision

History of AI Gestation Artificial neuron (McCulloch & Pitts, MIT) Logic Theorist (Newell & Simon, CMU) Dartmouth workshop  “Artificial Intelligence” Early enthusiasm Checker program (Samuel, IBM) GPS (Newell & Simon, CMU) ELIZA (Weizenbaum, MIT) Machine Translation Project (NRC)

History of AI Knowledge-based systems DENDRAL (Buchanan, Stanford) MYCIN (Feigenbaum, Stanford) Commercial expert systems 5th generation computer project (Japan) Current state of the art Practical applications Statistical approaches

Areas/Applications of AI Reasoning VLSI verification, Fuzzy control Expert Systems Medical, financial, design, scheduling, law Medicalschedulinglaw Vision Face recognition, autonomous vehicleautonomous vehicle Speech Recognition Voice recognition, speech translationspeech translation Natural Language Understanding Information extraction, machine translationmachine translation

Areas/Applications of AI Machine Learning Neural networks, data mining, classification, predictiondata miningclassification Robotics Motion planning, assembly planning Motion planning Game Playing Chess, NPC control ChessNPC control Web agents Personal desktop agent, recommender systems, e- commerce agentrecommender systems

Symbolic vs. Connectionist Symbolic AI Physical symbol system hypothesis Intelligence is achieved through Symbol patterns to represent problems Operations on the patterns to generate potential solutions Search to select a solution Logical inference Knowledge-based systems

Symbolic vs. Connectionist Connectionist AI Modeling human brain Intelligent behavior is achieved by Large number of connected processing element Learning of the network Neural Networks

Conversation with Robots KISMET A robot made in MIT AI lab Vision – object recognition, movement detection Speech recognition Attention/Behavior control Speech generation Introducing emotions, belief, desire Expression examples Focusing Dialog with humans

The Chinese Room Experiment John Searl (1980) Experiment Searl’s argument The man in the room does not have any understanding No matter how intelligent-seeming a computer behaves and no matter what programming makes it behave that way, since the symbols it processes are meaningless (lack semantics) to it, it's not really intelligent. It's not actually thinking.

The Brain Prosthesis Experiment John Searl (1980), Hans Moravec (1988) Experiment Will you remain conscious? Hans Moravec(1988): Yes. It will show exactly same behavior with real brain. The mechanism involved in consciousness are still operating in the electronic brain, which is therefore “conscious” John Searl(1980): No. You would end up loosing your control over your behavior. (Problem: The consciousness cannot be removed instantaneously)

The World’s First Brain Prosthesis: Artificial Hippocampus

Can Machines Think? Am I thinking or what? Intelligence? (weak AI) yes, in narrow sense. Consciousness? (strong AI) debate unsolved.