Connectionism describes a class of models that simulate the behavior of neural networks by consisting of many simple, highly interconnected units.
These units, often called nodes, communicate via weighted connections that can be adjusted through learning.
Connectionist systems typically learn by adjusting the connection weights to map inputs to outputs.
Well-known examples are the perceptron or multilayer neural networks.
The approach contrasts with symbolic AI methods and emphasizes distributed representations and parallel processing.