# Connectionism

> Mediated Wiki article. Canonical URL: https://mediated.wiki/source/Connectionism
> Markdown URL: https://mediated.wiki/source/Connectionism.md
> Source: https://en.wikipedia.org/wiki/Connectionism
> Source revision: 1348288724
> License: Creative Commons Attribution-ShareAlike 4.0 International (https://creativecommons.org/licenses/by-sa/4.0/)

Cognitive science approach

A 'second wave' connectionist (ANN) model with a hidden layer

**Connectionism** is an approach to the study of human mental processes and cognition that utilizes mathematical models known as connectionist networks or [artificial neural networks](/source/Artificial_neural_network).[1]

Connectionism has had many "waves" since its beginnings. The first wave appeared 1943 with [Warren Sturgis McCulloch](/source/Warren_Sturgis_McCulloch) and [Walter Pitts](/source/Walter_Pitts) both focusing on comprehending neural circuitry through a formal and mathematical approach,[2] and [Frank Rosenblatt](/source/Frank_Rosenblatt) who published the 1958 paper "The Perceptron: A Probabilistic Model For Information Storage and Organization in the Brain" in *Psychological Review*, while working at the Cornell Aeronautical Laboratory.[3] The first wave ended with the 1969 book *[Perceptrons](/source/Perceptrons)* about limitations of the original perceptron idea, written by [Marvin Minsky](/source/Marvin_Minsky) and [Seymour Papert](/source/Seymour_Papert), which contributed to discouraging major funding agencies in the US from investing in connectionist research.[4] With a few noteworthy deviations, most connectionist research entered a period of inactivity until the mid-1980s. The term *connectionist model* was reintroduced in a 1982 paper in the journal *Cognitive Science* by Jerome Feldman and Dana Ballard.

The second wave blossomed in the late 1980s, following a 1987 book *Parallel Distributed Processing* by [James L. McClelland](/source/James_L._McClelland), [David E. Rumelhart](/source/David_E._Rumelhart), et al., which introduced a couple of improvements to the simple perceptron idea, such as intermediate processors (now known as "[hidden layers](/source/Hidden_layers)") alongside input and output units, and used a [sigmoid](/source/Sigmoid_function) [activation function](/source/Activation_function) instead of the old "all-or-nothing" function. Their work built upon that of [John Hopfield](/source/John_Hopfield), who was a key figure investigating the mathematical characteristics of sigmoid activation functions.[3] From the late 1980s to the mid-1990s, connectionism took on an almost revolutionary tone when Schneider,[5] [Terence Horgan](/source/Terence_Horgan) and Tienson posed the question of whether connectionism represented a [fundamental shift](/source/Paradigm_shift) in psychology and so-called "good old-fashioned AI", or [GOFAI](/source/GOFAI).[3] Some advantages of the second wave connectionist approach included its applicability to a broad array of functions, structural approximation to biological neurons, low requirements for innate structure, and capacity for [graceful degradation](/source/Graceful_degradation).[6] Its disadvantages included the difficulty in deciphering how ANNs process information or account for the compositionality of mental representations, and a resultant difficulty explaining phenomena at a higher level.[7]

The current (third) wave has been marked by advances in [deep learning](/source/Deep_learning), which have made possible the creation of [large language models](/source/Large_language_model).[3] The success of deep-learning networks in the past decade has greatly increased the popularity of this approach, but the complexity and scale of such networks has brought with them increased [interpretability problems](/source/Explainable_artificial_intelligence).[8]

## Basic principle

The central connectionist principle is that mental phenomena can be described by interconnected networks of simple and often uniform units. The form of the connections and the units can vary from model to model. For example, units in the network could represent [neurons](/source/Neurons) and the connections could represent [synapses](/source/Synapses), as in the [human brain](/source/Human_brain). This principle has been seen as an alternative to GOFAI and the classical [theories of mind](/source/Theory_of_mind) based on symbolic computation, but the extent to which the two approaches are compatible has been the subject of much debate since their inception.[8]

### Activation function

Main article: [Activation function](/source/Activation_function)

Internal states of any network change over time due to neurons sending a signal to a succeeding layer of neurons in the case of a feedforward network, or to a previous layer in the case of a recurrent network. Discovery of non-linear activation functions has enabled the second wave of connectionism.

### Memory and learning

Main articles: [Artificial neural networks](/source/Artificial_neural_networks) and [Deep learning](/source/Deep_learning)

Neural networks follow two basic principles:

1. Any mental state can be described as a *n*-dimensional [vector](/source/Vector_(mathematics)) of numeric activation values over neural units in a network.

1. Memory and learning are created by modifying the 'weights' of the connections between neural units, generally represented as an *n*×*m* [matrix](/source/Matrix_(mathematics)). The weights are adjusted according to some [learning rule](/source/Learning_rule) or algorithm, such as [Hebbian learning](/source/Hebbian_theory).[9]

Most of the variety among the models comes from:

- *Interpretation of units*: Units can be interpreted as neurons or groups of neurons.

- *Definition of activation*: Activation can be defined in a variety of ways. For example, in a [Boltzmann machine](/source/Boltzmann_machine), the activation is interpreted as the probability of generating an action potential spike, and is determined via a [logistic function](/source/Logistic_function) on the sum of the inputs to a unit.

- *Learning algorithm*: Different networks modify their connections differently. In general, any mathematically defined change in connection weights over time is referred to as the "learning algorithm".

### Biological realism

Connectionist work in general does not need to be biologically realistic.[10][11][12][13][14][15][16] One area where connectionist models are thought to be biologically implausible is with respect to error-propagation networks that are needed to support learning,[17][18] but error propagation can explain some of the biologically-generated electrical activity seen at the scalp in [event-related potentials](/source/Event-related_potential) such as the [N400](/source/N400_(neuroscience)) and [P600](/source/P600_(neuroscience)),[19] and this provides some biological support for one of the key assumptions of connectionist learning procedures. Many recurrent connectionist models also incorporate [dynamical systems theory](/source/Dynamical_systems_theory). Many researchers, such as the connectionist [Paul Smolensky](/source/Paul_Smolensky), have argued that connectionist models will evolve toward fully [continuous](/source/Continuous_function), high-dimensional, [non-linear](/source/Non-linear), [dynamic systems](/source/Dynamic_systems) approaches.

## Precursors

Precursors of the connectionist principles can be traced to early work in [psychology](/source/Psychology), such as that of [William James](/source/William_James).[20] Psychological theories based on knowledge about the human brain were fashionable in the late 19th century. As early as 1869, the neurologist [John Hughlings Jackson](/source/John_Hughlings_Jackson) argued for multi-level, distributed systems. Following from this lead, [Herbert Spencer](/source/Herbert_Spencer)'s *Principles of Psychology*, 3rd edition (1872), and [Sigmund Freud](/source/Sigmund_Freud)'s *Project for a Scientific Psychology* (composed 1895) propounded connectionist or proto-connectionist theories. These tended to be speculative theories. But by the early 20th century, [Edward Thorndike](/source/Edward_Thorndike) was writing about [human learning](/source/Human_learning) that posited a connectionist type network.[21]

Hopfield networks had precursors in the [Ising model](/source/Ising_model) due to [Wilhelm Lenz](/source/Wilhelm_Lenz) (1920) and [Ernst Ising](/source/Ernst_Ising) (1925), though the Ising model conceived by them did not involve time. [Monte Carlo](/source/Monte_Carlo_method) simulations of Ising model required the advent of computers in the 1950s.[22]

## The first wave

The first wave begun in 1943 with [Warren Sturgis McCulloch](/source/Warren_Sturgis_McCulloch) and [Walter Pitts](/source/Walter_Pitts) both focusing on comprehending neural circuitry through a formal and mathematical approach. McCulloch and Pitts showed how neural systems could implement [first-order logic](/source/First-order_logic): Their classic paper "A Logical Calculus of Ideas Immanent in Nervous Activity" (1943) is important in this development here. They were influenced by the work of [Nicolas Rashevsky](/source/Nicolas_Rashevsky) in the 1930s and symbolic logic in the style of *[Principia Mathematica](/source/Principia_Mathematica)*.[2][3]

[Hebb](/source/Donald_O._Hebb) contributed greatly to speculations about neural functioning, and proposed a learning principle, [Hebbian learning](/source/Hebbian_learning). [Lashley](/source/Karl_Lashley) argued for distributed representations as a result of his failure to find anything like a localized [engram](/source/Engram_(neuropsychology)) in years of [lesion](/source/Lesion) experiments. [Friedrich Hayek](/source/Friedrich_Hayek) independently conceived the model, first in a brief unpublished manuscript in 1920,[23][24] then expanded into a book in 1952.[25]

The Perceptron machines were proposed and built by [Frank Rosenblatt](/source/Frank_Rosenblatt), who published the 1958 paper “The Perceptron: A Probabilistic Model For Information Storage and Organization in the Brain” in *Psychological Review*, while working at the Cornell Aeronautical Laboratory. He cited Hebb, Hayek, Uttley, and [Ashby](/source/W._Ross_Ashby) as main influences.

Another form of connectionist model was the [relational network](/source/Stratificational_linguistics) framework developed by the [linguist](/source/Linguist) [Sydney Lamb](/source/Sydney_Lamb) in the 1960s.

The research group led by Widrow empirically searched for methods to train two-layered [ADALINE](/source/ADALINE) networks (MADALINE), with limited success.[26][27]

A method to train multilayered perceptrons with arbitrary levels of trainable weights was published by [Alexey Grigorevich Ivakhnenko](/source/Alexey_Grigorevich_Ivakhnenko) and Valentin Lapa in 1965, called the [Group Method of Data Handling](/source/Group_method_of_data_handling). This method employs incremental layer by layer training based on [regression analysis](/source/Regression_analysis), where useless units in hidden layers are pruned with the help of a validation set.[28][29][30]

The first multilayered perceptrons trained by [stochastic gradient descent](/source/Stochastic_gradient_descent)[31] was published in 1967 by [Shun'ichi Amari](/source/Shun'ichi_Amari).[32] In computer experiments conducted by Amari's student Saito, a five layer MLP with two modifiable layers learned useful [internal representations](/source/Knowledge_representation) to classify non-linearily separable pattern classes.[29]

In 1972, [Shun'ichi Amari](/source/Shun'ichi_Amari) produced an early example of [self-organizing network](/source/Self-organizing_network).[33]

## The neural network winter

There was some conflict among artificial intelligence researchers as to what neural networks are useful for. Around late 1960s, there was a widespread lull in research and publications on neural networks, "the neural network winter", which lasted through the 1970s, during which the field of artificial intelligence turned towards [symbolic](/source/Symbolic_artificial_intelligence) methods. The publication of *[Perceptrons](/source/Perceptrons_(book))* (1969) is typically regarded as a catalyst of this event.[34][35]

## The second wave

The second wave begun in the early 1980s. Some key publications included ([John Hopfield](/source/John_Hopfield), 1982)[36] which popularized [Hopfield networks](/source/Hopfield_network), the 1986 paper that popularized backpropagation,[37] and the 1987 two-volume book about the *Parallel Distributed Processing* (PDP) by [James L. McClelland](/source/James_L._McClelland), [David E. Rumelhart](/source/David_E._Rumelhart) et al., which has introduced a couple of improvements to the simple perceptron idea, such as intermediate processors (known as "[hidden layers](/source/Hidden_layers)" now) alongside input and output units and using [sigmoid](/source/Sigmoid_function) [activation function](/source/Activation_function) instead of the old 'all-or-nothing' function.

Hopfield approached the field from the perspective of statistical mechanics, providing some early forms of mathematical rigor that increased the perceived respectability of the field.[3] Another important series of publications proved that neural networks are [universal function approximators](/source/Universal_approximation_theorem), which also provided some mathematical respectability.[38]

Some early popular demonstration projects appeared during this time. [NETtalk](/source/NETtalk_(artificial_neural_network)) (1987) learned to pronounce written English. It achieved popular success, appearing on the [*Today* show](/source/Today_(American_TV_program)).[39] [TD-Gammon](/source/TD-Gammon) (1992) reached top human level in [backgammon](/source/Backgammon).[40]

## Connectionism vs. computationalism debate

As connectionism became increasingly popular in the late 1980s, some researchers (including [Jerry Fodor](/source/Jerry_Fodor), [Steven Pinker](/source/Steven_Pinker) and others) reacted against it. They argued that connectionism, as then developing, threatened to obliterate what they saw as the progress being made in the fields of cognitive science and psychology by the classical approach of [computationalism](/source/Computationalism). Computationalism is a specific form of cognitivism that argues that mental activity is [computational](/source/Computing), that is, that the mind operates by performing purely formal operations on symbols, like a [Turing machine](/source/Turing_machine). Some researchers argued that the trend in connectionism represented a reversion toward [associationism](/source/Associationism) and the abandonment of the idea of a [language of thought](/source/Language_of_thought), something they saw as mistaken. In contrast, those very tendencies made connectionism attractive for other researchers.

Connectionism and computationalism need not be at odds, but the debate in the late 1980s and early 1990s led to opposition between the two approaches. Throughout the debate, some researchers have argued that connectionism and computationalism are fully compatible, though full consensus on this issue has not been reached. Differences between the two approaches include the following:

- Computationalists posit symbolic models that are structurally similar to underlying brain structure, whereas connectionists engage in "low-level" modeling, trying to ensure that their models resemble neurological structures.

- Computationalists in general focus on the structure of explicit symbols ([mental models](/source/Mental_models)) and [syntactical](/source/Syntactical) rules for their internal manipulation, whereas connectionists focus on learning from environmental stimuli and storing this information in a form of connections between neurons.

- Computationalists believe that internal mental activity consists of manipulation of explicit symbols, whereas connectionists believe that the manipulation of explicit symbols provides a poor model of mental activity.

- Computationalists often posit [domain specific](/source/Domain_specificity) symbolic sub-systems designed to support learning in specific areas of cognition (e.g., language, intentionality, number), whereas connectionists posit one or a small set of very general learning-mechanisms.

Despite these differences, some theorists have proposed that the connectionist architecture is simply the manner in which organic brains happen to implement the symbol-manipulation system. This is logically possible, as it is well known that connectionist models can implement symbol-manipulation systems of the kind used in computationalist models,[41] as indeed they must be able if they are to explain the human ability to perform symbol-manipulation tasks. Several cognitive models combining both symbol-manipulative and connectionist architectures have been proposed. Among them are [Paul Smolensky](/source/Paul_Smolensky)'s Integrated Connectionist/Symbolic Cognitive Architecture (ICS).[8][42] and [Ron Sun](/source/Ron_Sun)'s [CLARION (cognitive architecture)](/source/CLARION_(cognitive_architecture)). But the debate rests on whether this symbol manipulation forms the foundation of cognition in general, so this is not a potential vindication of computationalism. Nonetheless, computational descriptions may be helpful high-level descriptions of cognition of logic, for example.

The debate was largely centred on logical arguments about whether connectionist networks could produce the syntactic structure observed in this sort of reasoning. This was later achieved although using fast-variable binding abilities outside of those standardly assumed in connectionist models.[41][43]

Part of the appeal of computational descriptions is that they are relatively easy to interpret, and thus may be seen as contributing to our understanding of particular mental processes, whereas connectionist models are in general more opaque, to the extent that they may be describable only in very general terms (such as specifying the learning algorithm, the number of units, etc.), or in unhelpfully low-level terms. In this sense, connectionist models may instantiate, and thereby provide evidence for, a broad theory of cognition (i.e., connectionism), without representing a helpful theory of the particular process that is being modelled. In this sense, the debate might be considered as to some extent reflecting a mere difference in the level of analysis in which particular theories are framed. Some researchers suggest that the analysis gap is the consequence of connectionist mechanisms giving rise to [emergent phenomena](/source/Emergence) that may be describable in computational terms.[44]

In the 2000s, the popularity of [dynamical systems](/source/Cognitive_Model#Dynamical_systems) in [philosophy of mind](/source/Philosophy_of_mind) have added a new perspective on the debate;[45][46] some authors[*[which?](https://en.wikipedia.org/wiki/Wikipedia:Avoid_weasel_words)*] now argue that any split between connectionism and computationalism is more conclusively characterized as a split between computationalism and [dynamical systems](/source/Cognitive_Model#Dynamical_systems).

In 2014, [Alex Graves](/source/Alex_Graves_(computer_scientist)) and others from [DeepMind](/source/DeepMind) published a series of papers describing a novel Deep Neural Network structure called the [Neural Turing Machine](/source/Neural_Turing_Machine)[47] able to read symbols on a tape and store symbols in memory. Relational Networks, another Deep Network module published by DeepMind, are able to create object-like representations and manipulate them to answer complex questions. Relational Networks and Neural Turing Machines are further evidence that connectionism and computationalism need not be at odds.

## Symbolism vs. connectionism debate

Smolensky's Subsymbolic Paradigm[48][49] has to meet the Fodor-Pylyshyn challenge[50][51][52][53] formulated by classical symbol theory for a convincing theory of cognition in modern connectionism. In order to be an adequate alternative theory of cognition, Smolensky's Subsymbolic Paradigm would have to explain the existence of systematicity or systematic relations in language cognition without the assumption that cognitive processes are causally sensitive to the classical constituent structure of mental representations. The subsymbolic paradigm, or connectionism in general, would thus have to explain the existence of systematicity and compositionality without relying on the mere implementation of a classical cognitive architecture. This challenge implies a dilemma: If the Subsymbolic Paradigm could contribute nothing to the systematicity and compositionality of mental representations, it would be insufficient as a basis for an alternative theory of cognition. However, if the Subsymbolic Paradigm's contribution to systematicity requires mental processes grounded in the classical constituent structure of mental representations, the theory of cognition it develops would be, at best, an implementation architecture of the classical model of symbol theory and thus not a genuine alternative (connectionist) theory of cognition.[54] The classical model of symbolism is characterized by (1) a combinatorial syntax and semantics of mental representations and (2) mental operations as structure-sensitive processes, based on the fundamental principle of syntactic and semantic constituent structure of mental representations as used in Fodor's "Language of Thought (LOT)".[55][56] This can be used to explain the following closely related properties of human cognition, namely its (1) productivity, (2) systematicity, (3) compositionality, and (4) inferential coherence.[57]

This challenge has been met in modern connectionism, for example, not only by Smolensky's "Integrated Connectionist/Symbolic (ICS) Cognitive Architecture",[58][59] but also by Werning and Maye's "Oscillatory Networks".[60][61][62] An overview of this is given for example by Bechtel & Abrahamsen,[63] Marcus[64] and Maurer.[65]

Recently, Heng Zhang and his colleagues have demonstrated that mainstream knowledge representation formalisms are, in fact, recursively isomorphic, provided they possess equivalent expressive power.[66] This finding implies that there is no fundamental distinction between using symbolic or connectionist knowledge representation formalisms for the realization of [artificial general intelligence](/source/Artificial_general_intelligence) (AGI). Moreover, the existence of recursive isomorphisms suggests that different technical approaches can draw insights from one another.

## See also

- [Associationism](/source/Associationism)

- [Artificial intelligence](/source/Artificial_intelligence)

- [Behaviorism](/source/Behaviorism)

- [Catastrophic interference](/source/Catastrophic_interference)

- [Calculus of relations](/source/Calculus_of_relations)

- [Cybernetics](/source/Cybernetics)

- [Deep learning](/source/Deep_learning)

- [Eliminative materialism](/source/Eliminative_materialism)

- [Feature integration theory](/source/Feature_integration_theory)

- [Genetic algorithm](/source/Genetic_algorithm)

- [Harmonic grammar](/source/Harmonic_grammar)

- [Machine learning](/source/Machine_learning)

- [Pandemonium architecture](/source/Pandemonium_architecture)

- [Self-organizing map](/source/Self-organizing_map)

## Notes

1. **[^](#cite_ref-1)** ["Internet Encyclopedia of Philosophy"](https://iep.utm.edu/connectionism-cognition/#:~:text=Connectionism%20is%20an%20approach%20to,%2C%20neuron%2Dlike%20processing%20units.). *iep.utm.edu*. Retrieved 2023-08-19.

1. ^ [***a***](#cite_ref-doi.org_2-0) [***b***](#cite_ref-doi.org_2-1) McCulloch, Warren S.; Pitts, Walter (1943-12-01). ["A logical calculus of the ideas immanent in nervous activity"](https://doi.org/10.1007/BF02478259). *The Bulletin of Mathematical Biophysics*. **5** (4): 115–133. [doi](/source/Doi_(identifier)):[10.1007/BF02478259](https://doi.org/10.1007%2FBF02478259). [ISSN](/source/ISSN_(identifier)) [1522-9602](https://search.worldcat.org/issn/1522-9602).

1. ^ [***a***](#cite_ref-2019TheCuriousCaseOfConnectionism_3-0) [***b***](#cite_ref-2019TheCuriousCaseOfConnectionism_3-1) [***c***](#cite_ref-2019TheCuriousCaseOfConnectionism_3-2) [***d***](#cite_ref-2019TheCuriousCaseOfConnectionism_3-3) [***e***](#cite_ref-2019TheCuriousCaseOfConnectionism_3-4) [***f***](#cite_ref-2019TheCuriousCaseOfConnectionism_3-5) Berkeley, Istvan S. N. (2019). ["The Curious Case of Connectionism"](https://doi.org/10.1515%2Fopphil-2019-0018). *Open Philosophy*. **2019** (2): 190–205. [doi](/source/Doi_(identifier)):[10.1515/opphil-2019-0018](https://doi.org/10.1515%2Fopphil-2019-0018). [S2CID](/source/S2CID_(identifier)) [201061823](https://api.semanticscholar.org/CorpusID:201061823).

1. **[^](#cite_ref-2006_Margaret_Boden_book_4-0)** Boden, Margaret (2006). [*Mind as Machine: A History of Cognitive Science*](https://archive.org/details/mindasmachinehis0002bode/page/n5/mode/thumb). Oxford: Oxford U.P. p. 914. [ISBN](/source/ISBN_(identifier)) [978-0-262-63268-3](https://en.wikipedia.org/wiki/Special:BookSources/978-0-262-63268-3).

1. **[^](#cite_ref-1987_Paradigm_Shift_in_Psychology_5-0)** Schneider, Walter (1987). ["Connectionism: Is it a Paradigm Shift for Psychology?"](https://doi.org/10.1515%2Fopphil-2019-0018). *Behavior Research Methods, Instruments, & Computers*. **19**: 73–83. [doi](/source/Doi_(identifier)):[10.1515/opphil-2019-0018](https://doi.org/10.1515%2Fopphil-2019-0018). [S2CID](/source/S2CID_(identifier)) [201061823](https://api.semanticscholar.org/CorpusID:201061823).

1. **[^](#cite_ref-:2_6-0)** Marcus, Gary F. (2001). [*The Algebraic Mind: Integrating Connectionism and Cognitive Science (Learning, Development, and Conceptual Change)*](https://archive.org/details/algebraicmindint00marc_403). Cambridge, Massachusetts: MIT Press. pp. [27](https://archive.org/details/algebraicmindint00marc_403/page/n43)–28. [ISBN](/source/ISBN_(identifier)) [978-0-262-63268-3](https://en.wikipedia.org/wiki/Special:BookSources/978-0-262-63268-3).

1. **[^](#cite_ref-:1_7-0)** Smolensky, Paul (1999). ["Grammar-based Connectionist Approaches to Language"](https://doi.org/10.1207%2Fs15516709cog2304_9). *Cognitive Science*. **23** (4): 589–613. [doi](/source/Doi_(identifier)):[10.1207/s15516709cog2304_9](https://doi.org/10.1207%2Fs15516709cog2304_9).

1. ^ [***a***](#cite_ref-:0_8-0) [***b***](#cite_ref-:0_8-1) [***c***](#cite_ref-:0_8-2) Garson, James (27 November 2018). Zalta, Edward N. (ed.). [*The Stanford Encyclopedia of Philosophy*](https://plato.stanford.edu/archives/fall2018/entries/connectionism/). Metaphysics Research Lab, Stanford University – via Stanford Encyclopedia of Philosophy.

1. **[^](#cite_ref-9)** Novo, María-Luisa; Alsina, Ángel; Marbán, José-María; Berciano, Ainhoa (2017). ["Connective Intelligence for Childhood Mathematics Education"](https://doi.org/10.3916%2Fc52-2017-03). *Comunicar* (in Spanish). **25** (52): 29–39. [doi](/source/Doi_(identifier)):[10.3916/c52-2017-03](https://doi.org/10.3916%2Fc52-2017-03). [hdl](/source/Hdl_(identifier)):[10272/14085](https://hdl.handle.net/10272%2F14085). [ISSN](/source/ISSN_(identifier)) [1134-3478](https://search.worldcat.org/issn/1134-3478).

1. **[^](#cite_ref-10)** ["Encephalos Journal"](http://www.encephalos.gr/48-1-01e.htm). *www.encephalos.gr*. Retrieved 2018-02-20.

1. **[^](#cite_ref-11)** Wilson, Elizabeth A. (2016-02-04). [*Neural Geographies: Feminism and the Microstructure of Cognition*](https://books.google.com/books?id=s-OCCwAAQBAJ&q=%22accurate%22&pg=PT18). Routledge. [ISBN](/source/ISBN_(identifier)) [978-1-317-95876-5](https://en.wikipedia.org/wiki/Special:BookSources/978-1-317-95876-5).

1. **[^](#cite_ref-OIR_1_12-0)** Di Paolo, E.A (1 January 2003). ["Organismically-inspired robotics: homeostatic adaptation and teleology beyond the closed sensorimotor loop"](https://users.sussex.ac.uk/~ezequiel/dp-erasmus.pdf) (PDF). *Dynamical Systems Approach to Embodiment and Sociality, Advanced Knowledge International*. [University of Sussex](/source/University_of_Sussex). [S2CID](/source/S2CID_(identifier)) [15349751](https://api.semanticscholar.org/CorpusID:15349751). Retrieved 29 December 2023.

1. **[^](#cite_ref-13)** Zorzi, Marco; Testolin, Alberto; Stoianov, Ivilin P. (2013-08-20). ["Modeling language and cognition with deep unsupervised learning: a tutorial overview"](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3747356). *Frontiers in Psychology*. **4**: 515. [doi](/source/Doi_(identifier)):[10.3389/fpsyg.2013.00515](https://doi.org/10.3389%2Ffpsyg.2013.00515). [ISSN](/source/ISSN_(identifier)) [1664-1078](https://search.worldcat.org/issn/1664-1078). [PMC](/source/PMC_(identifier)) [3747356](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3747356). [PMID](/source/PMID_(identifier)) [23970869](https://pubmed.ncbi.nlm.nih.gov/23970869).

1. **[^](#cite_ref-AA_1_14-0)** Tieszen, R. (2011). ["Analytic and Continental Philosophy, Science, and Global Philosophy"](https://scholarworks.sjsu.edu/cgi/viewcontent.cgi?referer=&httpsredir=1&article=1015&context=comparativephilosophy). *Comparative Philosophy*. **2** (2): 4–22. [doi](/source/Doi_(identifier)):[10.31979/2151-6014(2011).020206](https://doi.org/10.31979%2F2151-6014%282011%29.020206). Retrieved 29 December 2023.

1. **[^](#cite_ref-15)** Browne, A. (1997-01-01). [*Neural Network Perspectives on Cognition and Adaptive Robotics*](https://books.google.com/books?id=uV9TZzOITMwC&q=%22biological%20plausibility%22&pg=PA17). CRC Press. [ISBN](/source/ISBN_(identifier)) [978-0-7503-0455-9](https://en.wikipedia.org/wiki/Special:BookSources/978-0-7503-0455-9).

1. **[^](#cite_ref-16)** Pfeifer, R.; Schreter, Z.; Fogelman-Soulié, F.; Steels, L. (1989-08-23). [*Connectionism in Perspective*](https://books.google.com/books?id=7pPv0STSos8C&q=%22biological+realism%22&pg=PA63). Elsevier. [ISBN](/source/ISBN_(identifier)) [978-0-444-59876-9](https://en.wikipedia.org/wiki/Special:BookSources/978-0-444-59876-9).

1. **[^](#cite_ref-17)** Crick, Francis (January 1989). "The recent excitement about neural networks". *Nature*. **337** (6203): 129–132. [Bibcode](/source/Bibcode_(identifier)):[1989Natur.337..129C](https://ui.adsabs.harvard.edu/abs/1989Natur.337..129C). [doi](/source/Doi_(identifier)):[10.1038/337129a0](https://doi.org/10.1038%2F337129a0). [ISSN](/source/ISSN_(identifier)) [1476-4687](https://search.worldcat.org/issn/1476-4687). [PMID](/source/PMID_(identifier)) [2911347](https://pubmed.ncbi.nlm.nih.gov/2911347). [S2CID](/source/S2CID_(identifier)) [5892527](https://api.semanticscholar.org/CorpusID:5892527).

1. **[^](#cite_ref-:4_18-0)** Rumelhart, David E.; Hinton, Geoffrey E.; Williams, Ronald J. (October 1986). "Learning representations by back-propagating errors". *Nature*. **323** (6088): 533–536. [Bibcode](/source/Bibcode_(identifier)):[1986Natur.323..533R](https://ui.adsabs.harvard.edu/abs/1986Natur.323..533R). [doi](/source/Doi_(identifier)):[10.1038/323533a0](https://doi.org/10.1038%2F323533a0). [ISSN](/source/ISSN_(identifier)) [1476-4687](https://search.worldcat.org/issn/1476-4687). [S2CID](/source/S2CID_(identifier)) [205001834](https://api.semanticscholar.org/CorpusID:205001834).

1. **[^](#cite_ref-19)** Fitz, Hartmut; Chang, Franklin (2019-06-01). "Language ERPs reflect learning through prediction error propagation". *Cognitive Psychology*. **111**: 15–52. [doi](/source/Doi_(identifier)):[10.1016/j.cogpsych.2019.03.002](https://doi.org/10.1016%2Fj.cogpsych.2019.03.002). [hdl](/source/Hdl_(identifier)):[21.11116/0000-0003-474F-6](https://hdl.handle.net/21.11116%2F0000-0003-474F-6). [ISSN](/source/ISSN_(identifier)) [0010-0285](https://search.worldcat.org/issn/0010-0285). [PMID](/source/PMID_(identifier)) [30921626](https://pubmed.ncbi.nlm.nih.gov/30921626). [S2CID](/source/S2CID_(identifier)) [85501792](https://api.semanticscholar.org/CorpusID:85501792).

1. **[^](#cite_ref-20)** Anderson, James A.; Rosenfeld, Edward (1989). "Chapter 1: (1890) William James *Psychology (Brief Course)*". *Neurocomputing: Foundations of Research*. A Bradford Book. p. 1. [ISBN](/source/ISBN_(identifier)) [978-0-262-51048-6](https://en.wikipedia.org/wiki/Special:BookSources/978-0-262-51048-6).

1. **[^](#cite_ref-21)** [Edward Thorndike](/source/Edward_Thorndike) (1931) [*Human Learning*](http://hdl.handle.net/2027/mdp.39015010306069), page 122

1. **[^](#cite_ref-brush67_22-0)** Brush, Stephen G. (1967). "History of the Lenz-Ising Model". *Reviews of Modern Physics*. **39** (4): 883–893. [Bibcode](/source/Bibcode_(identifier)):[1967RvMP...39..883B](https://ui.adsabs.harvard.edu/abs/1967RvMP...39..883B). [doi](/source/Doi_(identifier)):[10.1103/RevModPhys.39.883](https://doi.org/10.1103%2FRevModPhys.39.883).

1. **[^](#cite_ref-23)** Hayek, Friedrich A. [1920] 1991. Beiträge zur Theorie der Entwicklung des Bewusstseins [Contributions to a theory of how consciousness develops]. Manuscript, translated by Grete Heinz.

1. **[^](#cite_ref-24)** Caldwell, Bruce (2004). ["Some Reflections on F.A. Hayek's The Sensory Order"](http://link.springer.com/10.1007/s10818-004-5505-9). *Journal of Bioeconomics*. **6** (3): 239–254. [doi](/source/Doi_(identifier)):[10.1007/s10818-004-5505-9](https://doi.org/10.1007%2Fs10818-004-5505-9). [ISSN](/source/ISSN_(identifier)) [1387-6996](https://search.worldcat.org/issn/1387-6996). [S2CID](/source/S2CID_(identifier)) [144437624](https://api.semanticscholar.org/CorpusID:144437624).

1. **[^](#cite_ref-25)** Hayek, F. A. (2012-09-15). *The Sensory Order: An Inquiry into the Foundations of Theoretical Psychology* (1st ed.). The University of Chicago Press.

1. **[^](#cite_ref-26)** pp 124-129, Olazaran Rodriguez, Jose Miguel. *[A historical sociology of neural network research](https://web.archive.org/web/20221111165150/https://era.ed.ac.uk/bitstream/handle/1842/20075/Olazaran-RodriguezJM_1991redux.pdf?sequence=1&isAllowed=y)*. PhD Dissertation. University of Edinburgh, 1991.

1. **[^](#cite_ref-27)** Widrow, B. (1962) *Generalization and information storage in networks of ADALINE "neurons"*. In M. C. Yovits, G. T. Jacobi, & G. D. Goldstein (Ed.), Self-Organizing Svstems-1962 (pp. 435-461). Washington, DC: Spartan Books.

1. **[^](#cite_ref-ivak1967_28-0)** Ivakhnenko, A. G.; Grigorʹevich Lapa, Valentin (1967). [*Cybernetics and forecasting techniques*](https://books.google.com/books?id=rGFgAAAAMAAJ). American Elsevier Pub. Co.

1. ^ [***a***](#cite_ref-DLhistory_29-0) [***b***](#cite_ref-DLhistory_29-1) [Schmidhuber, Jürgen](/source/J%C3%BCrgen_Schmidhuber) (2022). "Annotated History of Modern AI and Deep Learning". [arXiv](/source/ArXiv_(identifier)):[2212.11279](https://arxiv.org/abs/2212.11279) [[cs.NE](https://arxiv.org/archive/cs.NE)].

1. **[^](#cite_ref-ivak1965_30-0)** Ivakhnenko, A. G. (1973). [*Cybernetic Predicting Devices*](https://books.google.com/books?id=FhwVNQAACAAJ). CCM Information Corporation.

1. **[^](#cite_ref-robbins1951_31-0)** [Robbins, H.](/source/Herbert_Robbins); Monro, S. (1951). ["A Stochastic Approximation Method"](https://doi.org/10.1214%2Faoms%2F1177729586). *The Annals of Mathematical Statistics*. **22** (3): 400. [doi](/source/Doi_(identifier)):[10.1214/aoms/1177729586](https://doi.org/10.1214%2Faoms%2F1177729586).

1. **[^](#cite_ref-Amari1967_32-0)** [Amari, Shun'ichi](/source/Shun'ichi_Amari) (1967). "A theory of adaptive pattern classifier". *IEEE Transactions*. **EC** (16): 279–307.

1. **[^](#cite_ref-33)** Amari, S.-I. (November 1972). "Learning Patterns and Pattern Sequences by Self-Organizing Nets of Threshold Elements". *IEEE Transactions on Computers*. **C-21** (11): 1197–1206. [doi](/source/Doi_(identifier)):[10.1109/T-C.1972.223477](https://doi.org/10.1109%2FT-C.1972.223477). [ISSN](/source/ISSN_(identifier)) [0018-9340](https://search.worldcat.org/issn/0018-9340).

1. **[^](#cite_ref-34)** Olazaran, Mikel (1993-01-01), ["A Sociological History of the Neural Network Controversy"](https://www.sciencedirect.com/science/article/pii/S0065245808604088), in Yovits, Marshall C. (ed.), *Advances in Computers Volume 37*, vol. 37, Elsevier, pp. 335–425, [doi](/source/Doi_(identifier)):[10.1016/S0065-2458(08)60408-8](https://doi.org/10.1016%2FS0065-2458%2808%2960408-8), [ISBN](/source/ISBN_(identifier)) [978-0-12-012137-3](https://en.wikipedia.org/wiki/Special:BookSources/978-0-12-012137-3), retrieved 2024-08-07

1. **[^](#cite_ref-35)** Olazaran, Mikel (August 1996). ["A Sociological Study of the Official History of the Perceptrons Controversy"](http://journals.sagepub.com/doi/10.1177/030631296026003005). *Social Studies of Science*. **26** (3): 611–659. [doi](/source/Doi_(identifier)):[10.1177/030631296026003005](https://doi.org/10.1177%2F030631296026003005). [ISSN](/source/ISSN_(identifier)) [0306-3127](https://search.worldcat.org/issn/0306-3127).

1. **[^](#cite_ref-36)** Hopfield, J J (April 1982). ["Neural networks and physical systems with emergent collective computational abilities"](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC346238). *Proceedings of the National Academy of Sciences*. **79** (8): 2554–2558. [Bibcode](/source/Bibcode_(identifier)):[1982PNAS...79.2554H](https://ui.adsabs.harvard.edu/abs/1982PNAS...79.2554H). [doi](/source/Doi_(identifier)):[10.1073/pnas.79.8.2554](https://doi.org/10.1073%2Fpnas.79.8.2554). [ISSN](/source/ISSN_(identifier)) [0027-8424](https://search.worldcat.org/issn/0027-8424). [PMC](/source/PMC_(identifier)) [346238](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC346238). [PMID](/source/PMID_(identifier)) [6953413](https://pubmed.ncbi.nlm.nih.gov/6953413).

1. **[^](#cite_ref-37)** Rumelhart, David E.; Hinton, Geoffrey E.; Williams, Ronald J. (October 1986). ["Learning representations by back-propagating errors"](https://www.nature.com/articles/323533a0). *Nature*. **323** (6088): 533–536. [Bibcode](/source/Bibcode_(identifier)):[1986Natur.323..533R](https://ui.adsabs.harvard.edu/abs/1986Natur.323..533R). [doi](/source/Doi_(identifier)):[10.1038/323533a0](https://doi.org/10.1038%2F323533a0). [ISSN](/source/ISSN_(identifier)) [1476-4687](https://search.worldcat.org/issn/1476-4687).

1. **[^](#cite_ref-38)** Cybenko, G. (1989-12-01). ["Approximation by superpositions of a sigmoidal function"](https://doi.org/10.1007/BF02551274). *Mathematics of Control, Signals and Systems*. **2** (4): 303–314. [Bibcode](/source/Bibcode_(identifier)):[1989MCSS....2..303C](https://ui.adsabs.harvard.edu/abs/1989MCSS....2..303C). [doi](/source/Doi_(identifier)):[10.1007/BF02551274](https://doi.org/10.1007%2FBF02551274). [ISSN](/source/ISSN_(identifier)) [1435-568X](https://search.worldcat.org/issn/1435-568X).

1. **[^](#cite_ref-:02_39-0)** Sejnowski, Terrence J. (2018). *The deep learning revolution*. Cambridge, Massachusetts London, England: The MIT Press. [ISBN](/source/ISBN_(identifier)) [978-0-262-03803-4](https://en.wikipedia.org/wiki/Special:BookSources/978-0-262-03803-4).

1. **[^](#cite_ref-40)** Sammut, Claude; Webb, Geoffrey I., eds. (2010), ["TD-Gammon"](https://doi.org/10.1007/978-0-387-30164-8_813), *Encyclopedia of Machine Learning*, Boston, MA: Springer US, pp. 955–956, [doi](/source/Doi_(identifier)):[10.1007/978-0-387-30164-8_813](https://doi.org/10.1007%2F978-0-387-30164-8_813), [ISBN](/source/ISBN_(identifier)) [978-0-387-30164-8](https://en.wikipedia.org/wiki/Special:BookSources/978-0-387-30164-8), retrieved 2023-12-25

1. ^ [***a***](#cite_ref-:3_41-0) [***b***](#cite_ref-:3_41-1) Chang, Franklin (2002). ["Symbolically speaking: a connectionist model of sentence production"](https://doi.org/10.1207%2Fs15516709cog2605_3). *Cognitive Science*. **26** (5): 609–651. [doi](/source/Doi_(identifier)):[10.1207/s15516709cog2605_3](https://doi.org/10.1207%2Fs15516709cog2605_3). [ISSN](/source/ISSN_(identifier)) [1551-6709](https://search.worldcat.org/issn/1551-6709).

1. **[^](#cite_ref-42)** Smolensky, Paul (1990). ["Tensor Product Variable Binding and the Representation of Symbolic Structures in Connectionist Systems"](http://www.lscp.net/persons/dupoux/teaching/AT1_2012/papers/Smolensky_1990_TensorProductVariableBinding.AI.pdf) (PDF). *Artificial Intelligence*. **46** (1–2): 159–216. [doi](/source/Doi_(identifier)):[10.1016/0004-3702(90)90007-M](https://doi.org/10.1016%2F0004-3702%2890%2990007-M).

1. **[^](#cite_ref-43)** Shastri, Lokendra; Ajjanagadde, Venkat (September 1993). "From simple associations to systematic reasoning: A connectionist representation of rules, variables and dynamic bindings using temporal synchrony". *Behavioral and Brain Sciences*. **16** (3): 417–451. [doi](/source/Doi_(identifier)):[10.1017/S0140525X00030910](https://doi.org/10.1017%2FS0140525X00030910). [ISSN](/source/ISSN_(identifier)) [1469-1825](https://search.worldcat.org/issn/1469-1825). [S2CID](/source/S2CID_(identifier)) [14973656](https://api.semanticscholar.org/CorpusID:14973656).

1. **[^](#cite_ref-44)** Ellis, Nick C. (1998). ["Emergentism, Connectionism and Language Learning"](http://www-personal.umich.edu/~ncellis/NickEllis/Publications_files/Emergentism.pdf) (PDF). *Language Learning*. **48** (4): 631–664. [doi](/source/Doi_(identifier)):[10.1111/0023-8333.00063](https://doi.org/10.1111%2F0023-8333.00063).

1. **[^](#cite_ref-45)** Van Gelder, Tim (1998), ["The dynamical hypothesis in cognitive science"](https://www.cambridge.org/core/services/aop-cambridge-core/content/view/S0140525X98271731), *Behavioral and Brain Sciences*, **21** (5): 615–28, discussion 629–65, [doi](/source/Doi_(identifier)):[10.1017/S0140525X98001733](https://doi.org/10.1017%2FS0140525X98001733), [PMID](/source/PMID_(identifier)) [10097022](https://pubmed.ncbi.nlm.nih.gov/10097022), retrieved 28 May 2022

1. **[^](#cite_ref-46)** Beer, Randall D. (March 2000). "Dynamical approaches to cognitive science". *Trends in Cognitive Sciences*. **4** (3): 91–99. [doi](/source/Doi_(identifier)):[10.1016/s1364-6613(99)01440-0](https://doi.org/10.1016%2Fs1364-6613%2899%2901440-0). [ISSN](/source/ISSN_(identifier)) [1364-6613](https://search.worldcat.org/issn/1364-6613). [PMID](/source/PMID_(identifier)) [10689343](https://pubmed.ncbi.nlm.nih.gov/10689343). [S2CID](/source/S2CID_(identifier)) [16515284](https://api.semanticscholar.org/CorpusID:16515284).

1. **[^](#cite_ref-47)** Graves, Alex (2014). "Neural Turing Machines". [arXiv](/source/ArXiv_(identifier)):[1410.5401](https://arxiv.org/abs/1410.5401) [[cs.NE](https://arxiv.org/archive/cs.NE)].

1. **[^](#cite_ref-48)** P. Smolensky: On the proper treatment of connectionism. In: Behavioral and Brain Sciences. Band 11, 1988, S. 1-74.

1. **[^](#cite_ref-49)** P. Smolensky: The constituent structure of connectionist mental states: a reply to Fodor and Pylyshyn. In: T. Horgan, J. Tienson (Hrsg.): Spindel Conference 1987: Connectionism and the Philosophy of Mind. The Southern Journal of Philosophy. Special Issue on Connectionism and the Foundations of Cognitive Science. Supplement. Band 26, 1988, S. 137-161.

1. **[^](#cite_ref-50)** Fodor, Jerry A.; Pylyshyn, Zenon W. (March 1988). "Connectionism and cognitive architecture: A critical analysis". *Cognition*. **28** (1–2): 3–71. [doi](/source/Doi_(identifier)):[10.1016/0010-0277(88)90031-5](https://doi.org/10.1016%2F0010-0277%2888%2990031-5). [PMID](/source/PMID_(identifier)) [2450716](https://pubmed.ncbi.nlm.nih.gov/2450716).

1. **[^](#cite_ref-51)** J.A. Fodor, B. McLaughlin: Connectionism and the problem of systematicity: why Smolensky's solution doesn't work. Cognition. Band 35, 1990, S. 183-184.

1. **[^](#cite_ref-52)** B. McLaughlin (1993). "The connectionism/classicism battle to win souls". *Philosophical Studies*. **71** (2): 171–172. [doi](/source/Doi_(identifier)):[10.1007/BF00989855](https://doi.org/10.1007%2FBF00989855).

1. **[^](#cite_ref-53)** B. McLaughlin: Can an ICS architecture meet the systematicity and productivity challenges? In: P. Calvo, J. Symons (Hrsg.): The Architecture of Cognition. Rethinking Fodor and Pylyshyn's Systematicity Challenge. MIT Press, Cambridge/MA, London, 2014, S. 31-76.

1. **[^](#cite_ref-54)** J.A. Fodor, B. McLaughlin: Connectionism and the problem of systematicity: Why Smolensky's solution doesn't work. Cognition. Band 35, 1990, S. 183-184.

1. **[^](#cite_ref-55)** J.A. Fodor: The language of thought. Harvester Press, Sussex, 1976, ISBN 0-85527-309-7.

1. **[^](#cite_ref-56)** J.A. Fodor: LOT 2: The language of thought revisited. Clarendon Press, Oxford, 2008, ISBN 0-19-954877-3.

1. **[^](#cite_ref-57)** J.A. Fodor, Z.W. Pylyshyn (1988), S. 33-48.

1. **[^](#cite_ref-58)** P. Smolenky: Reply: Constituent structure and explanation in an integrated connectionist / symbolic cognitive architecture. In: C. MacDonald, G. MacDonald (Hrsg.): Connectionism: Debates on psychological explanation. Blackwell Publishers. Oxford/UK, Cambridge/MA. Vol. 2, 1995, S. 224, 236-239, 242-244, 250-252, 282.

1. **[^](#cite_ref-59)** P. Smolensky, G. Legendre: The Harmonic Mind: From Neural Computation to Optimality-Theoretic Grammar. Vol. 1: Cognitive Architecture. A Bradford Book, The MIT Press, Cambridge, London, 2006a, ISBN 0-262-19526-7, S. 65-67, 69-71, 74-75, 154-155, 159-202, 209-210, 235-267, 271-342, 513.

1. **[^](#cite_ref-60)** M. Werning: Neuronal synchronization, covariation, and compositional representation. In: M. Werning, E. Machery, G. Schurz (Hrsg.): The compositionality of meaning and content. Vol. II: Applications to linguistics, psychology and neuroscience. Ontos Verlag, 2005, S. 283-312.

1. **[^](#cite_ref-61)** M. Werning: Non-symbolic compositional representation and its neuronal foundation: towards an emulative semantics. In: M. Werning, W. Hinzen, E. Machery (Hrsg.): The Oxford Handbook of Compositionality. Oxford University Press, 2012, S. 633-654.

1. **[^](#cite_ref-62)** A. Maye und M. Werning: Neuronal synchronization: from dynamics feature binding to compositional representations. Chaos and Complexity Letters, Band 2, S. 315-325.

1. **[^](#cite_ref-63)** Bechtel, W., Abrahamsen, A.A. *Connectionism and the Mind: Parallel Processing, Dynamics, and Evolution in Networks.* 2nd Edition. Blackwell Publishers, Oxford. 2002

1. **[^](#cite_ref-64)** G.F. Marcus: The algebraic mind. Integrating connectionism and cognitive science. Bradford Book, The MIT Press, Cambridge, 2001, ISBN 0-262-13379-2.

1. **[^](#cite_ref-65)** H. Maurer: Cognitive science: Integrative synchronization mechanisms in cognitive neuroarchitectures of the modern connectionism. CRC Press, Boca Raton/FL, 2021, ISBN 978-1-351-04352-6. [https://doi.org/10.1201/9781351043526](https://doi.org/10.1201/9781351043526)

1. **[^](#cite_ref-66)** Zhang, Heng; Jiang, Guifei; Quan, Donghui (2025-04-11). ["A Theory of Formalisms for Representing Knowledge"](https://ojs.aaai.org/index.php/AAAI/article/view/33674). *Proceedings of the AAAI Conference on Artificial Intelligence*. **39** (14): 15257–15264. [arXiv](/source/ArXiv_(identifier)):[2412.11855](https://arxiv.org/abs/2412.11855). [doi](/source/Doi_(identifier)):[10.1609/aaai.v39i14.33674](https://doi.org/10.1609%2Faaai.v39i14.33674). [ISSN](/source/ISSN_(identifier)) [2374-3468](https://search.worldcat.org/issn/2374-3468).

## References

- Feldman, Jerome and Ballard, Dana. Connectionist models and their properties(1982). Cognitive Science. V6, Issue 3, pp205–254.

- Rumelhart, D.E., J.L. McClelland and the PDP Research Group (1986). *Parallel Distributed Processing: Explorations in the Microstructure of Cognition. Volume 1: Foundations*, Cambridge, Massachusetts: [MIT Press](/source/MIT_Press), [ISBN](/source/ISBN_(identifier)) [978-0-262-68053-0](https://en.wikipedia.org/wiki/Special:BookSources/978-0-262-68053-0)

- McClelland, J.L., D.E. Rumelhart and the PDP Research Group (1986). *Parallel Distributed Processing: Explorations in the Microstructure of Cognition. Volume 2: Psychological and Biological Models*, Cambridge, Massachusetts: MIT Press, [ISBN](/source/ISBN_(identifier)) [978-0-262-63110-5](https://en.wikipedia.org/wiki/Special:BookSources/978-0-262-63110-5)

- Pinker, Steven and Mehler, Jacques (1988). *Connections and Symbols*, Cambridge MA: MIT Press, [ISBN](/source/ISBN_(identifier)) [978-0-262-66064-8](https://en.wikipedia.org/wiki/Special:BookSources/978-0-262-66064-8)

- Jeffrey L. Elman, Elizabeth A. Bates, Mark H. Johnson, Annette Karmiloff-Smith, Domenico Parisi, Kim Plunkett (1996). *Rethinking Innateness: A connectionist perspective on development*, Cambridge MA: MIT Press, [ISBN](/source/ISBN_(identifier)) [978-0-262-55030-7](https://en.wikipedia.org/wiki/Special:BookSources/978-0-262-55030-7)

- Marcus, Gary F. (2001). *The Algebraic Mind: Integrating Connectionism and Cognitive Science (Learning, Development, and Conceptual Change)*, Cambridge, Massachusetts: MIT Press, [ISBN](/source/ISBN_(identifier)) [978-0-262-63268-3](https://en.wikipedia.org/wiki/Special:BookSources/978-0-262-63268-3)

- David A. Medler (1998). ["A Brief History of Connectionism"](http://www.blutner.de/NeuralNets/Texts/Medler.pdf) (PDF). *Neural Computing Surveys*. **1**: 61–101.

- Maurer, Harald (2021). *Cognitive Science: Integrative Synchronization Mechanisms in Cognitive Neuroarchitectures of the Modern Connectionism*, Boca Raton/FL: CRC Press, [https://doi.org/10.1201/9781351043526](https://doi.org/10.1201/9781351043526), [ISBN](/source/ISBN_(identifier)) [978-1-351-04352-6](https://en.wikipedia.org/wiki/Special:BookSources/978-1-351-04352-6)

## External links

Listen to this article (19 minutes)

[This audio file](https://en.wikipedia.org/wiki/File:En-Connectionism.ogg) was created from a revision of this article dated 26 November 2011 (2011-11-26), and does not reflect subsequent edits.

([Audio help](https://en.wikipedia.org/wiki/Wikipedia:Media_help) · [More spoken articles](https://en.wikipedia.org/wiki/Wikipedia:Spoken_articles))

- [Dictionary of Philosophy of Mind entry on connectionism](http://philosophy.uwaterloo.ca/MindDict/connectionism.html)

- [Garson, James](/source/James_Garson). ["Connectionism"](https://plato.stanford.edu/entries/connectionism/). In [Zalta, Edward N.](/source/Edward_N._Zalta) (ed.). *[Stanford Encyclopedia of Philosophy](/source/Stanford_Encyclopedia_of_Philosophy)*. [ISSN](/source/ISSN_(identifier)) [1095-5054](https://search.worldcat.org/issn/1095-5054). [OCLC](/source/OCLC_(identifier)) [429049174](https://search.worldcat.org/oclc/429049174).

- [A demonstration of Interactive Activation and Competition Networks](http://srsc.ulb.ac.be/pdp/iac/IAC.html) [Archived](https://web.archive.org/web/20150703142148/http://srsc.ulb.ac.be/pdp/iac/IAC.html) 2015-07-03 at the [Wayback Machine](/source/Wayback_Machine)

- Fieser, James; Dowden, Bradley (eds.). ["Connectionism"](https://iep.utm.edu/connect). *[Internet Encyclopedia of Philosophy](/source/Internet_Encyclopedia_of_Philosophy)*. [ISSN](/source/ISSN_(identifier)) [2161-0002](https://search.worldcat.org/issn/2161-0002). [OCLC](/source/OCLC_(identifier)) [37741658](https://search.worldcat.org/oclc/37741658).

- [Critique of connectionism](https://sapienlabs.org/the-crisis-of-computational-neuroscience/)

v t e Subfields of and cyberneticians involved in cybernetics Subfields Artificial intelligence Biological cybernetics Biomedical cybernetics Biorobotics Biosemiotics Neurocybernetics Catastrophe theory Computational neuroscience Connectionism Control theory Conversation theory Cybernetics in the Soviet Union Decision theory Emergence Engineering cybernetics Homeostasis Information theory Management cybernetics Medical cybernetics Second-order cybernetics Cybersemiotics Sociocybernetics Synergetics Cyberneticians Alexander Lerner Alexey Lyapunov Alfred Radcliffe-Brown Allenna Leonard Anthony Wilden Buckminster Fuller Charles François Genevieve Bell Margaret Boden Claude Bernard Cliff Joslyn Erich von Holst Ernst von Glasersfeld Francis Heylighen Francisco Varela Frederic Vester Charles Geoffrey Vickers Gordon Pask Gordon S. Brown Gregory Bateson Heinz von Foerster Humberto Maturana I. A. Richards Igor Aleksander Jacque Fresco Jakob von Uexküll Jason Jixuan Hu Jay Wright Forrester Jennifer Wilby John N. Warfield Kevin Warwick Ludwig von Bertalanffy Maleyka Abbaszadeh Manfred Clynes Margaret Mead Marian Mazur N. Katherine Hayles Natalia Bekhtereva Niklas Luhmann Norbert Wiener Pyotr Grigorenko Qian Xuesen Ranulph Glanville Robert Trappl Sergei P. Kurdyumov Stafford Beer Stuart Kauffman Stuart Umpleby Talcott Parsons Ulla Mitzdorf Valentin Turchin Valentin Braitenberg William Ross Ashby Walter Bradford Cannon Walter Pitts Warren McCulloch William Grey Walter

v t e Evolutionary psychology History Evolutionary thought Theoretical foundations Adaptationism Cognitive revolution Cognitivism Gene selection theory Modern synthesis Criticism Evolutionary processes Acquired characteristics Adaptations Altruism Cheating Hamiltonian spite Reciprocal Baldwin effect By-products Evolutionarily stable strategy Exaptation Fitness Inclusive Kin selection Inbreeding avoidance Kin recognition Parental investment Parent–offspring conflict Mismatch Natural selection Sexual selection Costly signaling Male/female intrasexual competition Mate choice Sexual dimorphism Social selection Species-typical behavior Areas Cognition / Emotion Affect Display Display rules Facial expression Behavioral modernity Cognitive module/modularity of mind Adaptive unconscious/Unconscious cognition Automatic and controlled processes Cognitive specialization Computational theory of mind Domain generality Domain specificity/learning Dual process theory Cognitive tradeoff hypothesis Evolution of the brain Evolution of nervous systems Fight-or-flight response Arachnophobia Basophobia Ophidiophobia Folk biology/taxonomy Folk psychology/theory of mind Intelligence Flynn effect Wason selection task Motor control/skill Multitasking Numerical cognition Number sense Approximate number system Parallel individuation system Sleep Visual perception Color vision Eye Naïve physics Culture Aesthetics Literary criticism Musicology Anthropology Biological Crime Language Origin Psychology Speech Morality Moral foundations Religion Origin Social contagion Behavioral contagion Emotional contagion Epidemiology of representations Universals Development Attachment Bonding Biology Affectional/maternal/paternal bond Caregiver deprivation Childhood attachment Cinderella effect Cognitive development Education Neuronal recycling hypothesis Science of reading Language acquisition Personality development Socialization Human factors / Mental health Cognitive ergonomics Computer-mediated communication Engineering psychology Human–computer interaction Media naturalness theory Neuroergonomics Depression Digital media use and mental health Hypophobia Imprinted brain hypothesis Mind-blindness Psychological effects of Internet use Rank theory of depression Schizophrenia Screen time Smartphones and pedestrian safety Social aspects of television Societal effects of cars Distracted driving Lead–crime hypothesis Mobile phones and driving safety Texting while driving Sex Activity Adult attachment Age disparity Arousal Concealed ovulation Coolidge effect Desire Fantasy Hormonal motivation Incest taboo Westermarck effect Jealousy Mate guarding Mating preferences Mating strategies Orientation Ovulatory shift hypothesis Pair bond Romantic love Physical/Sexual attraction Sexuality/male/female Sexy son hypothesis Sex differences Aggression Autism Cognition Crime Division of labour Emotional intelligence Empathising–systemising theory Gender role Intelligence Memory Mental health Narcissism Neuroscience Schizophrenia Substance abuse Suicide Variability hypothesis Related subjects Academic disciplines Behavioral/evolutionary economics Behavioral epigenetics/genetics Affective/behavioral/cognitive/evolutionary neuroscience Biocultural anthropology Biolinguistics Biological psychiatry Cognitive ethology Cognitive psychology Cognitive science Comparative psychology Cross-cultural psychology Ethology Evolutionary biology Evolutionary medicine Functional psychology Neuropsychology Philosophy of mind Population genetics Primatology Sociobiology Research topics Animal/comparative cognition Animal communication Animal consciousness Animal culture Animal language Animal navigation Animal training Animal-made art Cognitive bias Emotion g factor in non-humans Great ape language Human–animal communication Number sense Primate cognition Theory of mind Tool use Cultural evolution Evolutionary epistemology Missing heritability problem Unit of selection Coevolution Cultural group selection Dual inheritance theory Fisher's principle Group selection Hologenome theory Lamarckism Population Punctuated equilibrium Recent human evolution Species Species complex Transgenerational epigenetic inheritance Trivers–Willard hypothesis Theoretical positions Cultural selection theory Determinism/indeterminism Biological determinism Connectionism Cultural determinism Environmental determinism Nature versus nurture Psychological nativism Social constructionism Social determinism Standard social science model Functionalism Memetics Multilineal evolution Neo-Darwinism Neoevolutionism Sociocultural evolution Unilineal evolution Evolutionary psychologists Evolutionary psychology Psychology portal Evolutionary biology portal

Authority control databases International GND National United States France BnF data Israel Other Yale LUX

---
Adapted from the Wikipedia article [Connectionism](https://en.wikipedia.org/wiki/Connectionism) by Wikipedia contributors ([contributor history](https://en.wikipedia.org/wiki/Connectionism?action=history)). Available under [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/). Changes may have been made.
