Is the Brain a Computer? Philosophy of Mind BRENT SILBY Unlimited (UPT)

Slides:



Advertisements
Similar presentations
Dark Rooms and Chinese Brains Philosophy of Mind BRENT SILBY Unlimited (UPT)
Advertisements

Higher Computing: Unit 1: Topic 3 – Computer Performance St Andrew’s High School, Computing Department Higher Computing Topic 3 Computer Performance.
Main Memory Lecture 2 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
IT Systems Flip - Flops EN230-1 Justin Champion C208 –
GCSE Computing - The CPU
Computer Systems CS208. Major Components of a Computer System Processor (CPU) Runs program instructions Main Memory Storage for running programs and current.
Who am I? What am I? Philosophy of Mind BRENT SILBY Unlimited (UPT)
 Prof. Dr. M. H. Assal Introduction to Computer AS 26/10/2014.
CPU Describe the purpose of the CPU
Computers They're Not Magic! (for the most part)‏ Adapted from Ryan Moore.
COMPUTER CONCEPTS.
Computer Systems. Note to the student Please make brief notes on the following computer hardware + software components After each section research the.
Topics Introduction Hardware and Software How Computers Store Data
Computing Hardware Starter.
HARDWARE Lesson 2. Components of a computer: 1)A Processor (or CPU) The brain of the computer 2)Memory To remember the programs and data that it uses.
INTRODUCTION TO COMPUTING
Georgia Institute of Technology Introduction to Programming Part 2 Barb Ericson Georgia Institute of Technology May 2006.
The Computer Systems By : Prabir Nandi Computer Instructor KV Lumding.
Real Time & Embedded Systems Lecture 1: Real Time Systems Software (RTSS) RTSS: the software half of the Real Time & Embedded Systems unit What do we mean.
Computing hardware CPU.
 Design model for a computer  Named after John von Neuman  Instructions that tell the computer what to do are stored in memory  Stored program Memory.
Translate the following message:
Lecture 2 “Structure of computer” Informatics. Computer is  general purpose device that can be programmed to carry out a set of arithmetic or logical.
How to use a computer and not lose your mind
CENTRAL PROCESSING UNIT – a,b,c & d a - The Purpose of a CPU The CPU is the brain of the computer. The Purpose of the CPU is to process.
1 Unit 2: Computer Systems Session One Part One. 2 Aims: Discussion into what will be covered in this unit. Assessment Understand the basic principles.
COMPUTER ARCHITECTURE. Recommended Text 1Computer Organization and Architecture by William Stallings 2Structured Computer Organisation Andrew S. Tanenbaum.
Prepared By :. CONTENTS 1~ INTRODUCTION 2~ WHAT IS BLUE BRAIN 3~ WHAT IS VIRTUAL BRAIN 4~ FUNCTION OF NATURAL BRAIN 5~ BRAIN SIMULATION 6~ CURRENT RESEARCH.
Neural Networks in Computer Science n CS/PY 231 Lab Presentation # 1 n January 14, 2005 n Mount Union College.
CS 127 Introduction to Computer Science. What is a computer?  “A machine that stores and manipulates information under the control of a changeable program”
Analysing Miss O’Grady. Analysing Analysing is the interpretation of the data. It involves examining the data and giving meaning to it. When data has.
Robert Crawford, MBA West Middle School.  Explain how input devices are suited to certain kinds of data.  Distinguish between RAM and ROM.  Identify.
Stored Programs In today’s lesson, we will look at: what we mean by a stored program computer how computers store and run programs what we mean by the.
© GCSE Computing Computing Hardware Starter. Creating a spreadsheet to demonstrate the size of memory. 1 byte = 1 character or about 1 pixel of information.
Computer Software Operating Systems – Programs. Computer Language - Review We learnt that computers are made up of millions of tiny switches that can.
Technology in Action Chapter 6 Behind the Scenes: A Closer Look at System Hardware.
Computer Systems. Bits Computers represent information as patterns of bits A bit (binary digit) is either 0 or 1 –binary  “two states” true and false,
HOW A COMPUTER PROCESSES DATA. What is hardware? Hardware is the electric, electronic and mechanical equipment that makes up a computer What is software?
PARTS OF A COMPUTER 2 Hardware Computer Hardware is any of the physical parts of the computer you can touch. There are 4 categories: 1. Input Devices.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
CPU Transforms Input and Output Each computer contains one Collection of electronic circuits Processor Interpretates and execute instructions in a program.
M211 – Central Processing Unit
 A computer is an electronic device that receives data (input), processes data, stores data, and produces a result (output).  It performs only three.
Information Technology INT1001 Lecture 2 1. Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education,
Von Neumann Machines. 3 The Von Neumann Architecture Model for designing and building computers, based on the following three characteristics: 1)The.
GCSE Computing: A451 Computer Systems & Programming Topic 3 Software System Software (1) The Operating System.
09/06/ Data Representation ASCII, Binary Denary Conversion, Integer & Boolean data types.
Computer Basics Just How Does a Computer Work?. A computer is made up of many parts.
System Software (1) The Operating System
Computers Inside & Out. How have computers affected your life? How has technology affected your life?
Victoria Ibarra Mat:  Generally, Computer hardware is divided into four main functional areas. These are:  Input devices Input devices  Output.
Information Technology (IT). Information Technology – technology used to create, store, exchange, and use information in its various forms (business data,
Computer Hardware What is a CPU.
GCSE Computing - The CPU
Processing Device and Storage Devices
Introduction to Programming Part 2
Computer Hardware and Software
Central Processing Unit- CPU
Introduction to Computing
Unit 2: Computer Systems
Multicultural Social Community Development Institute ( MSCDI)
Computer Basics: Inside a Computer Part II
Introduction to Programming Part 2
2.C Memory GCSE Computing Langley Park School for Boys.
Fundamentals of Neural Networks Dr. Satinder Bal Gupta
GCSE Computing - The CPU
Parts of the Computer
Presentation transcript:

Is the Brain a Computer? Philosophy of Mind BRENT SILBY Unlimited (UPT)

Is the brain a computer? How does a computer work? Two types of computer… 1.Sequential digital processing 2.Parallel processing

Sequential Digital Processing Computers used to be single, sequential processors They performed only one task at a time. They appear to be multitasking because they perform tasks extremely quickly. To solve a problem, a sequential processor will treat the problem as a number of steps that are followed in sequence. Dual core CPUs can perform 2 tasks at once, so they are faster Are brains (or minds) sequential processors? We do operate in a sequential manner. We calculate math problems in a step by step manner. Even our communication is based on a sequential system. Sentences can be broken up into symbols, which are interpreted according to a sequence of rules.

Problem with Brain as a sequential processor Neurons are incredibly slow compared to the switches contained on a CPU. A CPU switch can flip/flop from 0 to 1 in about 1 hundred thousand millionth of a second--VERY FAST A neuron takes about a thousandth of a second to flip in response to input--VERY SLOW So a brain neuron takes 100 million times longer to do the same thing a CPU switch can do.

THE 100 STEP LIMITATION * Suppose that the brain works by following a sequential program like a computer (i.e. by following one instruction at a time in a program) * Because of the speed of neurons, the maximum number of instructions a brain can carry out in a 10th of a second is 100. * It takes only about a 10th of a second for the brain to extract the meaning from a sentence. * It follows that if the brain is following a sequence of instructions, then it would only take a program of 100 instructions for the brain to gain meaning from a sentence.

BUT, This is an incredibly small number of instructions in a program. A simple PACMAN game requires a program of 1000 lines of instructions. Current Artificial Intelligence programs contain over 1,000,000 lines of code (or instructions). We must conclude that whatever the brain does, it is not following a list of instructions (or program) one step at a time.

How can the brain do everything it does so quickly? Parallel Processing ! A Parallel Processor is a type of computer that carries out many instructions simultaneously. Imagine that I have 40 jars, and hidden underneath 1 of those jars is a $20 note. A sequential processor would search for the note by checking one jar at a time. This is how a search engine works. A parallel processor would would check under every jar at the same time. This is very fast and efficient. Its like having 40 single processors all working at the same time.

* There is no real difference between what a sequential processor and a parallel processor can do. A sequential processor can do everything that a parallel processor can do. It just breaks the process down into a step by step, one instruction at a time procedure. If this is true, is it possible to build a sequential computer that can simulate the brain? [discuss] Perhaps, but given the number of connections in the brain, it would take a modern computer several years to do what a brain does in just one second !

How brains and computers remember things… * Memory is vital to computers * Memory is also vital to brains * In a computer, bits of information are stored in specific locations either in RAM, CD, DVD, Flash, or Hard-drive. These locations have specific names. Information can be retrieved when the program looks up a certain name and checks the content of that location.

In a brain, there are no such locations. You cannot point to a specific place in the brain and say “this is my memory from 10pm last Saturday night”. The brain is not like a video camera, and does not record information completely and store it in certain places. When events happen, they have an impact on the neural structure of the brain. For example, at a party on Saturday night at 10pm this happened: * A song called “Show me love” was playing * Someone spilled beer on me * I could smell hot chips

Each of these things effected my brain and set up a connected neural structure. * The song set up a neural pattern in my auditory system * The wet beer set up a pattern in another sensory system * The smell of hot chips set up another pattern These patterns are all connected through a neural link. Now, when I smell hot chips, that will re-activate the previous neural pattern, which is connected to the others which are also re-activated. That’s why when I smell hot chips, it makes me think of the song “Show me love”. The memory of that event is stored everywhere in the brain.

BUT, The memory is not permanent. The neural connections will weaken if not used, and the memory can fade. On the other hand, if the memory *is* used, then the memory will strengthen. WARNING! Memory will become unreliable with time. Whenever it is retrieved, there is risk that it will be associated with other events since they create connected neural patterns. Human memory is extremely unreliable. e.g. of violent crime victim in court e.g. of crime victims testifying years after event took place

Despite its unreliability, human memory allows human creativity This is because of the way certain ideas trigger memories, and connections with other events. Human brains are associative engines. Its all about building associations.

Computer software is implemented on sequential hardware The mind is implemented in the parallel processing, connectionist brain network But the mind doesn’t feel like it’s a parallel processing, connectionist device. Think about day-to-day experiences. It feels like our mind is a digital/sequential system. WHY?

The brain is a parallel processing computer, which is built from a connectionist network The mind is a sequential program, which is implemented upon the brain’s parallel hardware. This is possible through language ! Language is a sequential system that is installed on the connectionist hardware of the brain. It allows the brain to operate as a sequential system.

So, is the brain a computer? Yes, it’s a parallel processing connectionist device. The mind is a sequential software that operates in the brain. It is installed slowly through the acquisition of language. Now, the big question… Can a brain be *conscious* without a mind? Or is a mind essential for consciousness? If so, then according to the above hypothesis language is essential for consciousness.

Powerpoint by BRENT SILBY Produced at UPT Christchurch, New Zealand