Connectionism
Connectionism is a cognitive science approach that models mental processes using artificial neural networks of simple interconnected units processing information in parallel through weighted connections.
Also known as: Parallel Distributed Processing, PDP, Neural Network Models
Category: Psychology & Mental Models
Tags: cognitive-science, neural-networks, psychology, ai, philosophy-of-mind, machine-learning
Explanation
Connectionism emerged in the 1980s with Rumelhart and McClelland's influential Parallel Distributed Processing (PDP) volumes as an alternative to classical symbolic approaches in cognitive science. Rather than treating cognition as symbol manipulation like a digital computer, connectionism models thinking as pattern activation across distributed networks of simple processing units—more like how brains actually work.
The approach features several distinctive properties: distributed representations where concepts spread across many units, parallel processing enabling simultaneous computations, learning through weight adjustment via backpropagation, graceful degradation where partial damage causes only partial impairment rather than catastrophic failure, and pattern completion allowing recognition of wholes from partial information.
Philosophers Paul and Patricia Churchland championed connectionism, arguing it better captures neural reality than symbolic approaches. However, critics like Jerry Fodor and Zenon Pylyshyn raised the systematicity challenge: if someone can think "John loves Mary," they can also think "Mary loves John." This systematic, compositional nature of thought seemed difficult for connectionist models to explain.
The debate between symbolic and connectionist approaches anticipated the modern deep learning revolution. Today's neural networks—transformers, large language models, and deep networks—have achieved remarkable success while still facing fundamental questions about whether they truly understand or merely pattern-match. Connectionism remains central to understanding both how minds might work and what artificial intelligence can achieve.
Related Concepts
← Back to all concepts