Introduction to cognitive science Session 3: Cognitivism

Similar documents
The attribution problem in Cognitive Science. Thinking Meat?! Formal Systems. Formal Systems have a history

Artificial Intelligence: Your Phone Is Smart, but Can It Think?

Unit 8: Problems of Common Sense

Philosophy. AI Slides (5e) c Lin

Minds and Machines spring Searle s Chinese room argument, contd. Armstrong library reserves recitations slides handouts

MA/CS 109 Computer Science Lectures. Wayne Snyder Computer Science Department Boston University

History and Philosophical Underpinnings

Artificial Intelligence: An overview

Lecture 1 What is AI?

intentionality Minds and Machines spring 2006 the Chinese room Turing machines digression on Turing machines recitations

AI Principles, Semester 2, Week 1, Lecture 2, Cognitive Science and AI Applications. The Computational and Representational Understanding of Mind

CSCE 315: Programming Studio

24.09 Minds and Machines Fall 11 HASS-D CI

Artificial Intelligence

Outline. What is AI? A brief history of AI State of the art

CMSC 372 Artificial Intelligence. Fall Administrivia

Random Administrivia. In CMC 306 on Monday for LISP lab

Embodiment from Engineer s Point of View

CMSC 372 Artificial Intelligence What is AI? Thinking Like Acting Like Humans Humans Thought Processes Behaviors

Cybernetics, AI, Cognitive Science and Computational Neuroscience: Historical Aspects

Philosophical Foundations. Artificial Intelligence Santa Clara University 2016

Artificial Intelligence

CSC 550: Introduction to Artificial Intelligence. Fall 2004

Artificial Intelligence: An Armchair Philosopher s Perspective

Artificial Intelligence. What is AI?

ENTRY ARTIFICIAL INTELLIGENCE

Lecture 1 What is AI?

Artificial Intelligence CS365. Amitabha Mukerjee

CS344: Introduction to Artificial Intelligence (associated lab: CS386)

CSIS 4463: Artificial Intelligence. Introduction: Chapter 1

Goals of this Course. CSE 473 Artificial Intelligence. AI as Science. AI as Engineering. Dieter Fox Colin Zheng

Introduction to Artificial Intelligence. Department of Electronic Engineering 2k10 Session - Artificial Intelligence

CMSC 421, Artificial Intelligence

Lecture 1 What is AI? EECS 348 Intro to Artificial Intelligence Doug Downey

Digital image processing vs. computer vision Higher-level anchoring

What is AI? AI is the reproduction of human reasoning and intelligent behavior by computational methods. an attempt of. Intelligent behavior Computer

HUMAN-LEVEL ARTIFICIAL INTELIGENCE & COGNITIVE SCIENCE

What is AI? Artificial Intelligence. Acting humanly: The Turing test. Outline

Computability. What can be computed?

24.09 Minds and Machines Fall 11 HASS-D CI

What is Artificial Intelligence? Alternate Definitions (Russell + Norvig) Human intelligence

Artificial Intelligence

Artificial Intelligence

Why interest in visual perception?

Artificial Intelligence

Introduction to Artificial Intelligence

Download Artificial Intelligence: A Philosophical Introduction Kindle

Neuro-Fuzzy and Soft Computing: Fuzzy Sets. Chapter 1 of Neuro-Fuzzy and Soft Computing by Jang, Sun and Mizutani

CITS2211 Discrete Structures Turing Machines

Artificial Intelligence

CS360: AI & Robotics. TTh 9:25 am - 10:40 am. Shereen Khoja 8/29/03 CS360 AI & Robotics 1

Why we need to know what AI is. Overview. Artificial Intelligence is it finally arriving?

Introduction to Artificial Intelligence: cs580

Plan for the 2nd hour. What is AI. Acting humanly: The Turing test. EDAF70: Applied Artificial Intelligence Agents (Chapter 2 of AIMA)

COS402 Artificial Intelligence Fall, Lecture I: Introduction

Overview. Pre AI developments. Birth of AI, early successes. Overwhelming optimism underwhelming results

Dr Rong Qu History of AI

CS 486/686 Artificial Intelligence

Proceedings Cognitive Distributed Computing and Its Impact on Information Technology (IT) as We Know It

Ziemke, Tom. (2003). What s that Thing Called Embodiment?

Application Areas of AI Artificial intelligence is divided into different branches which are mentioned below:

COMS 493 AI, ROBOTS & COMMUNICATION

Membrane Computing as Multi Turing Machines

Is Artificial Intelligence an empirical or a priori science?

Strong AI and the Chinese Room Argument, Four views

Artificial Intelligence

CS 1571 Introduction to AI Lecture 1. Course overview. CS 1571 Intro to AI. Course administrivia

Advanced Robotics Introduction

Can Computers Carry Content Inexplicitly? 1

General Game Playing (GGP) Winter term 2013/ Summary

Intelligent Systems. Lecture 1 - Introduction

Thinking and Autonomy

Artificial Intelligence. Shobhanjana Kalita Dept. of Computer Science & Engineering Tezpur University

Awareness and Understanding in Computer Programs A Review of Shadows of the Mind by Roger Penrose

Course Info. CS 486/686 Artificial Intelligence. Outline. Artificial Intelligence (AI)

Reactive Planning with Evolutionary Computation

Intelligent Agents. Introduction. Ute Schmid Practice: Emanuel Kitzelmann. Cognitive Systems, Applied Computer Science, University of Bamberg

ROBOT CONTROL VIA DIALOGUE. Arkady Yuschenko

COMP310 Multi-Agent Systems Chapter 3 - Deductive Reasoning Agents. Dr Terry R. Payne Department of Computer Science

Synergies Between Symbolic and Sub-symbolic Artificial Intelligence

universe: How does a human mind work? Can Some accept that machines can do things that

Knowledge Representation and Reasoning

Chapter 1: Introduction to Neuro-Fuzzy (NF) and Soft Computing (SC)

CITS3001. Algorithms, Agents and Artificial Intelligence. Semester 1, 2015

知能と環境 Intelligence and Environment. 中島秀之 Hideyuki Nakashima 公立はこだて未来大学 Future University Hakodate

Brain-inspired information processing: Beyond the Turing machine

Sequential program, state machine, Concurrent process models

Artificial Intelligence. Berlin Chen 2004

On a Possible Future of Computationalism

of the hypothesis, but it would not lead to a proof. P 1

2. Visually- Guided Grasping (3D)

Advanced Robotics Introduction

From the Chinese Room Argument to the Church-Turing Thesis

Autonomous Robotic (Cyber) Weapons?

Chapter 31. Intelligent System Architectures

CS10 The Beauty and Joy of Computing

Todd Moody s Zombies

Welcome to CompSci 171 Fall 2010 Introduction to AI.

Foundations of Artificial Intelligence

Session 11 Introduction to Robotics and Programming mbot. >_ {Code4Loop}; Roochir Purani

Transcription:

Introduction to cognitive science Session 3: Cognitivism Martin Takáč Centre for cognitive science DAI FMFI Comenius University in Bratislava Príprava štúdia matematiky a informatiky na FMFI UK v anglickom jazyku ITMS: 26140230008 1

Recap from the last week - Functionalism 2 Can a mind be made out of other stuff than brains? YES it can mind is just a function of the brain A software that runs on hardware Cognition as computation Human beings as information processing systems Receive input from the environment (perception) Process that information (thinking) Act upon decision reached (behavior)

In this session: 3 Symbolic representation of the world Computation + Turing machine Algorithm Physical Symbol Systems Hypothesis (PSSH) Symbol grounding problem Chinese Room argument

Cognitivist (symbolic) paradigm 4 We don t need to deal with the wetware Mind can run on any computational device of sufficient power It is sufficient to understand the algorithms of the mind Algorithm - a specific set of instructions for carrying out a procedure or solving a problem

Turing machine 5 Alan Turing (1936) Theoretical model of a computer Head Tape infinite storage http://aturingmachine.com/examples.php

Church Turing thesis 6 Turing machines are universal in the sense that they can simulate any other Turing machine. Everything computable is computable by a Turing machine But not every formalizable problem is computable. halting problem: Given a description of a computer program and an input, decide whether the program finishes running on this input or continues to run forever.

7 Physical Symbol System Hypothesis (Newell & Simon, 1976) Physical symbol system is a necessary and sufficient condition for general intelligent action. Physical symbol system is a machine that produces through time an evolving collection of physical patterns called symbol structures. General intelligent action includes: to perceive the world to learn, to remember, and to control actions to think and to create new ideas to control communication with others to create the experience of feelings, intentions, and selfawareness

Perception 8 David Marr (1982) Recognizing 3D objects from 2D raw images

Learning 9 Algorithms that operate on certain data structures Structures are generated from examples Rules Decision trees Logical descriptions

Memory 10 Sensory buffer Short-term memory Long-term memory (Atkinson & Shiffrin, 1968)

Controlling actions 11 Planning Goal-directed principle Behavior as a result from a comparison of a representation of the goal state and the current state Means-end analysis Requires a measure of distance between current state and goal state GPS General Problem Solver (Newell & Simon, 1963) STRIPS Stanford Research Institute Problem Solver (Fikes & Nilsson, 1971) Problem: Hierarchical explosion

Problems of classical paradigm 12 Real time Incomplete knowledge Noise, malfunctions lack of robustness Noise in the sensors Breakdown in the components Generalization Inability to perform appropriately in novel situations Sequential vs. parallel

Fundamental problems 13 Frame problem (McCarthy & Hayes, 1969) How to model change (assuming the model consists of a set of logical propositions) Symbol grounding problem How symbols get their meaning Symbols in a computational system are manipulated only to some syntactical rules How are these symbols connected to the things they refer to?

Frame problem 14 Robot R1 does not know that action of moving the wagon has the side effect of bomb moving as well R1D1 robot deducer R2D1 which are relevant? (Dennet, 1987)

Symbol grounding problem (Harnard 1990) 15 How can the semantic interpretation of a formal symbol system be made intrinsic to the system, rather than just parasitic on the meanings in our heads? How can the meanings of the meaningless symbol tokens, manipulated solely on the basis of their (arbitrary) shapes, be grounded in anything but other meaningless symbols?

Chinese room argument 16 Searle (1980) Argument against strong AI

17 Chinese room argument

The other minds reply (Yale) 18 "How do you know that other people understand Chinese or anything else? Only by their behavior. Now the computer can pass the behavioral tests as well as they can (in principle), so if you are going to attribute cognition to other people you must in principle also attribute it to computers. '

The systems reply (Berkeley) 19 "While it is true that the individual person who is locked in the room does not understand the story, the fact is that he is merely part of a whole system, and the system does understand the story. The person has a large ledger in front of him in which are written the rules, he has a lot of scratch paper and pencils for doing calculations, he has 'data banks' of sets of Chinese symbols. Now, understanding is not being ascribed to the mere individual; rather it is being ascribed to this whole system of which he is a part."

The robot reply (Yale) 20 "Suppose we wrote a different kind of program from Schank's program. Suppose we put a computer inside a robot, and this computer would not just take in formal symbols as input and give out formal symbols as output, but rather would actually operate the robot in such a way that the robot does something very much like perceiving, walking, moving about, hammering nails, eating drinking -- anything you like. The robot would, for example have a television camera attached to it that enabled it to 'see,' it would have arms and legs that enabled it to 'act,' and all of this would be controlled by its computer 'brain.' Such a robot would, unlike Schank's computer, have genuine understanding and other mental states."

Developmental reply 21 What if Searle baby is put in the room (or robot and gradually acquires the rules of interactions?

Searle s conclusion (1980) 22 I see no reason in principle why we couldn't give a machine the capacity to understand English or Chinese, since in an important sense our bodies with our brains are precisely such machines. But I do see very strong arguments for saying that we could not give such a thing to a machine where the operation of the machine is defined solely in terms of computational processes over formally defined elements; that is, where the operation of the machine is defined as an instantiation of a computer program.

23 Questions?