How often do you hear someone say that the brain is a computer? This statement is not literally true. The brain is certainly not like a desktop computer. Brains don’t look like computers; there’s no CPU in the head. Neurons aren’t all wired together to an executive control center. Human brains have a massively parallel architecture. Cognitive scientists who have carefully thought through this issue arrive at this same conclusion: the brain does not really resemble a computer, certainly not any sort of computer in general use today.
The brain as computer is a seductive metaphor. According to Edwin Hutchins, “The last 30 years of cognitive science can be seen as attempts to remake the person in the image of the computer.” See Cognition in the Wild (1996).
Metaphors are models, however, and models are imperfect versions of the reality they portray. Metaphors accentuate certain parts of reality while downplaying other parts.
Unfortunately, many people “reify” the brain-as-computer metaphor: they accept this metaphor as literal truth, leading to various misunderstandings about human cognition.
Here’s another big difference between brains and computers: human cognition is fault-tolerant and robust. In other words, our minds continue to function even when the information is incomplete (e.g., while we’re driving in the rain) or when our purposes or options are unclear (e.g., navigating a cocktail party). Computers, on the other hand, are always one line of code away from freezing up.
In Bright Air, Brilliant Fire: On the Matter of the Mind (1992) Gerald M. Edelman writes that “The world is not a piece of [computer] tape . . . and the brain is not a computer.” Brain as computer invites rampant functionalism: that any old hardware will do. I could implement my own cognition on any other piece of hardware.
Just because brains and desktop computers often arrive at similar results, though, doesn’t mean that the brain works like a computer. Edelman also points out people often believe that there are computer-like rules that govern thoughts, that the brain thinks by manipulating context-free symbols according to some sort of “rules” that have yet to be specified. To have any sort of “rules,” though, there must first be uncontested “facts.” But there is no such thing as context-free facts. Perhaps there could be if people used identical methods of categorizing the world. Contrary to what many people believe, however, human categorization does not occur by use of necessary and sufficient conditions. See Cognitive Psychology: An Overview for Cognitive Scientists, by Larry Barsalou (1992) and Women, Fire, and Dangerous Things, by Lakoff, George (1987). The world is unlabeled. Without pre-labeled “things,” computers flounder. Human brains are different. They thrive primarily on pattern matching, something with which computers struggle. See What Computers Still Can’t Do, by Hubert L. Dreyfus (1992).
Scott Kelso points out that the brain is not a computer that manipulates symbols. “The nervous system may act as if it were performing Boolean functions . . . People can be calculating, but the brain does not calculate.” See Dynamic Patterns (1995). Even those who believe that the brain is (an extremely sophisticated) machine, cognitive scientists such as Patricia Churchland, warn us to handle the computer metaphor with extreme caution. We are pattern matchers and pattern completers. Neurophilosophy: Toward a Unified Science of the Mind/Brain, Patricia Smith Churchland (1986).
As Andy Clark points out, we are great at Frisbee, but bad at math. See Being There: Putting Brain, Body and World Together Again, by Andy Clark (1997). Clark suggests that a better understanding of the brain is that it is a complex ever-evolving control system, connecting brain, body and world. Paul Churchland also notes that we are horrible at logic and other types of systematic thinking. How many years do we study math, but look how we still struggle as adults! If the brain were a computer, this would not be the case. The Engine of Reason, the Seat of the Soul, Paul M. Churchland (1995).
The “frame problem” is another proof that brains are not like computer. We can almost instantly bring relevant information to bear. No computer can do this like human brains.
Because of these many problems, William Bechtel concludes that the brain as computer metaphor is now dated: “[T]he inspiration for developing accounts of how cognition works is no longer the digital computer; instead, knowledge about how the brain works increasingly provides the foundation for theoretical modeling.” A Companion to Cognitive Science,” ed. by W. Bechtel and G. Graham (1998).
—
Why does it matter whether we ignore all of this evidence and insist that the brain is a computer? Here are some reasons:
- The brain-as-computer metaphor sees the brain as hardware, insisting that the all people for whom meaning can be shared do so by manipulating the same symbols in their heads based on the same “rules.” This view overlooks the tremendously complex and idiosyncratic wiring that makes your brain different than mine. As though that lifetime of wiring and pruning of tens of billions of neural connections wasn’t integral to you being you! As though there isn’t a critical connection between that three-pound wet “computer” in your head and your body!
- Insisting that brains are computers makes brains commodities, thereby denigrating the sanctity and idiosyncratic history of each individual.
- The brain as computer fails to explain how words can have meaning. What do symbols in the head ultimately refer to? More symbols? That’s a non-starter. An alternate approach to cognition, embodied cognition gives word meaning roots. http://dangerousintersection.org/?p=177
- Because the brain-as-computer metaphor sees thinking as symbol-manipulation in the head, it fails to explain the connection between world, body and cognition. It also ignores the well-established interplay between emotion and rationality. http://dangerousintersection.org/?p=146
- The brain as computer metaphor can erroneously lead to a belief in disembodied thought, along with related mischief, such as the possibility of the fully-functioning disembodied soul.
- None of the above is to deny that the brain can sometimes be seen, for limited purposes, to be like a computer. This comparison can is be fun and sometimes useful, but we must be careful that we don’t reify the brain-as-computer metaphor. Why? Because the brain is not a computer.
Signed,
A Head in a Jar
From a Reddit post here: http://www.reddit.com/r/askscience/comments/mouyg/if_the_human_brain_were_a_computer_what_would_its/
The architecture on which a modern PC is based is known as the Von Neuman architecture. Such systems have a stored set of instructions (the program), a memory (containing data), and a processor that fetches the instructions and applies them to the data.
The instructions and the data are conceptually different, and the instructions are executed one at a time in sequence (with some exceptions in modern CPUs, see below), with the result of the operations written to memory too. Turing outlined the power of such a machine and Von Neuman invented the practical architecture.
The human brain is so completely unlike this architecture it cannot be overstated. First of all consider practical differences. In a PC, programming languages are used to abstract from physical machine operations into a higher level that is easier for the human coders to work with. Then these instructions are compiled to the logical instructions, and then the whole program is run at once.
The human brain has none of these steps. There is no separation between instructions and data, no need for a higher-level language (because there’s no programmer), no compilation process. Input and output are happening continuously, and any “modifications to the program” must be made on the fly.
Biology has shown us that the synaptic connections between our neurons allow each neuron to approximate a very simple function, summing inputs and transforming them to a different output. All of these simple functions working in parallel somehow allow our brains to represent extremely complex functions. The research in AI in this area began in the 50s, initially called Parallel Distributed Processing, later Artificial Neural Networks. Relevant wikipedia: pdp, ann
These systems (although implemented on a traditional PC) attempted to emulate individual neurons in software and combine them to achieve parallel processing somewhat analogous to the human brain. They were only very crude approximations of the biological neuron, but it’s a huge breakthrough because it’s the first time we even approximated the computing paradigm of biological neural networks.
Recently, more complex and biologically accurate neural network models have been created, (and also )and neurobiologists even use computational modelling in their research. These models share some of the features of human cognition, such as distributed representations (no single point of failure), learning, and plasticity.
the very most recent kind
From Sam Harris’ interview of David Krakauer, who is President and William H. Miller Professor of Complex Systems at the Santa Fe Institute.