A logical calculus of the ideas immanent in nervous activity

A logical calculus of the ideas immanent to nervous activity is a 1943 article written by Warren McCulloch and Walter Pitts.[1] The paper, published in the journal The Bulletin of Mathematical Biophysics. The paper proposed a mathematical model of the nervous system as a network of simple logical elements, later known as artificial neurons, or McCulloch-Pitts neurons. These neurons receive inputs, perform a weighted sum, and fire an output signal based on a threshold function. By connecting these units in various configurations, McCulloch and Pitts demonstrated that their model could perform all logical functions.

It is a seminal work in computational neuroscience, computer science, and artificial intelligence. It was a foundational result in automata theory. John von Neumann cited it as a significant result.[2]

Mathematics

[edit]

The artificial neuron used in the original paper is slightly different from the modern version. They considered neural networks that operate in discrete steps of time .

The neural network contains a number of neurons. Let the state of a neuron at time be . The state of a neuron can either be 0 or 1, standing for "not firing" and "firing". Each neuron also has a firing threshold , such that it fires if the total input exceeds the threshold.

Each neuron can connect to any other neuron (including itself) with positive synapses (excitatory) or negative synapses (inhibitory). That is, each neuron can connect to another neuron with a weight taking an integer value. A peripheral afferent is a neuron with no incoming synapses.

We can regard each neural network as a directed graph, with the nodes being the neurons, and the directed edges being the synapses. A neural network has a circle or a circuit iff there exists a directed circle in the graph.

Let be the connection weight from neuron to neuron at time , then its next state iswhere is the Heaviside step function (outputting 1 if the input is greater than or equal to 0, and 0 otherwise).

Symbolic logic

[edit]

The paper used, as a logical language for describing neural networks, Language II from The Logical Syntax of Language by Rudolf Carnap with some notations taken from Principia Mathematica by Alfred North Whitehead and Bertrand Russell. Language II covers substantial parts of classical mathematics, including real analysis and portions of set theory.[3]

To describe a neural network with peripheral afferents and non-peripheral afferents they considered logical predicate of formwhere is a first-order logic predicate function (a function that outputs a boolean), are predicates that take as an argument, and is the only free variable in the predicate. Intuitively speaking, specifies the binary input patterns going into the neural network over all time, and is a function that takes some binary input patterns, and constructs an output binary pattern .

A logical sentence is realized by a neural network iff there exists a time-delay , a neuron in the network, and an initial state for the non-peripheral neurons , such that for any time , the truth-value of the logical sentence is equal to the state of the neuron at time . That is,

Equivalence

[edit]

In the paper, they considered some alternative definitions of artificial neural networks, and have shown them to be equivalent, that is, neural networks under one definition realizes precisely the same logical sentences as neural networks under another definition.

They considered three forms of inhibition: relative inhibition, absolute inhibition, and extinction. The definition above is relative inhibition. By "absolute inhibition" they meant that if any negative synapse fires, then the neuron will not fire. By "extinction" they meant that if at time , any inhibitory synapse fires on a neuron , then for , until the next time an inhibitory synapse fires on . It is required that for all large .

Theorem 4 and 5 state that these are equivalent.

They considered three forms of excitation: spatial summation, temporal summation, and facilitation. The definition above is spatial summation (which they pictured as having multiple synapses placed close together, so that the effect of their firing sums up). By "temporal summation" they meant that the total incoming signal is for some . By "facilitation" they meant the same as extinction, except that . Theorem 6 states that these are equivalent.

They considered neural networks that do not change, and those that change by Hebbian learning. That is, they assume that at , some excitatory synaptic connections are not active. If at any , both , then any latent excitatory synapse between becomes active. Theorem 7 states that these are equivalent.

Logical expressivity

[edit]

They considered "temporal propositional expressions" (TPE), which are propositional formulas with one free variable . For example, is such an expression. Theorem 1 and 2 together showed that neural nets without circles are equivalent to TPE.

For neural nets with loops, they noted that "realizable may involve reference to past events of an indefinite degree of remoteness". These then encodes for sentences like "There was some x such that x was a ψ" or . Theorems 8 to 10 showed that neural nets with loops can encode all first-order logic with equality and conversely, any looped neural networks is equivalent to a sentence in first-order logic with equality, thus showing that they are equivalent in logical expressiveness.[4]

As a remark, they noted that a neural network, if furnished with a tape, scanners, and write-heads, is equivalent to a Turing machine, and conversely, every Turing machine is equivalent to some such neural network. Thus, these neural networks are equivalent to Turing computability, Church's lambda-definability, and Kleene's primitive recursiveness.

Context

[edit]

Previous work

[edit]

The paper built upon several previous strands of work.[5][6]

In the symbolic logic side, it built on the previous work by Carnap, Whitehead, and Russell. This was contributed by Walter Pitts, who had a strong proficiency with symbolic logic. Pitts provided mathematical and logical rigor to McCulloch’s vague ideas on psychons (atoms of psychological events) and circular causality.[7]

In the neuroscience side, it built on previous work by the mathematical biology research group centered around Nicolas Rashevsky, of which McCulloch was a member. The paper was published in the Bulletin of Mathematical Biophysics, which was founded by Rashevsky in 1939. During the late 1930s, Rashevsky's research group was producing papers that had difficulty publishing in other journals at the time, so Rashevsky decided to found a new journal exclusively devoted to mathematical biophysics.[8]

Also in the Rashevsky's group was Alston Scott Householder, who in 1941 published an abstract model of the steady-state activity of neural networks that uses what would now be called the ReLU activation function.[9] Walter Pitts' first two papers formulated a mathematical theory of learning and conditioning. The next three were mathematical developments of Householder’s model.[10]

In 1938, at age 15, Pitts ran away from home in Detroit and arrived in the University of Chicago. Later, he walked into Rudolf Carnap's office with Carnap's book filled with corrections and suggested improvements. He started studying under Carnap and attending classes during 1938--1943. He wrote several early papers on neuronal network modelling and regularly attended Rashevsky's seminars in theoretical biology. The seminar attendants included Gerhard von Bonin and Householder. In 1940, von Bonin introduced Lettvin to McCulloch. In 1942, both Lettvin and Pitts had moved in with McCulloch's home.[11]

McCulloch had been interested in circular causality from studies with causalgia after amputation, epileptic activity of surgically isolated brain, and Lorente de Nò's research showing recurrent neural networks are needed to explain vestibular nystagmus. He had difficulty with treating circular causality until Pitts demonstrated how it can be treated by the appropriate mathematical tools of modular arithmetics and symbolic logic.[4][10]

Both authors' affiliation in the article was given as "University of Illinois, College of Medicine, Department of Psychiatry at the Illinois Neuropsychiatric Institute, University of Chicago, Chicago, U.S.A."

Subsequent work

[edit]

It was a foundational result in automata theory. John von Neumann cited it as a significant result.[2] This work led to work on nerve networks and their link to finite automata.[12]

McCulloch was the chair to the ten Macy conferences (1946--1953) on "Circular Causal and Feedback Mechanisms in Biological and Social Systems". This was a key event in the beginning of cybernetics, and what later became known as cognitive science. Pitts also attended the conferences.[13]

In the 1943 paper, they described how memories can be formed by a neural network with loops in it, or alterable synapses, which are operating over time, and implements logical universals -- "there exists" and "for all". This was generalized for spatial objects, such as geometric figures, in their 1947 paper How we know universals.[14] Norbert Wiener found this a significant evidence for a general method for how animals recognizing objects, by scanning a scene from multiple transformations and finding a canonical representation. He hypothesized that this "scanning" activity is clocked by the alpha wave, which he mistakenly thought was tightly regulated at 10 Hz (instead of the 8 -- 13 Hz as modern research shows).[15]

McCulloch worked with Manuel Blum in studying how a neural network can be "logically stable", that is, can implement a boolean function even if the activation thresholds of individual neurons are varied.[16]: 64  They were inspired by the problem of how the brain can perform the same functions, such as breathing, under influence of caffeine or alcohol, which shifts the activation threshold over the entire brain.[4]

See also

[edit]

References

[edit]
  1. ^ McCulloch, Warren S.; Pitts, Walter (December 1943). "A logical calculus of the ideas immanent in nervous activity". The Bulletin of Mathematical Biophysics. 5 (4): 115–133. doi:10.1007/BF02478259. ISSN 0007-4985.
  2. ^ a b von Neumann, J. (1951). The general and logical theory of automata. In L. A. Jeffress (Ed.), Cerebral mechanisms in behavior; the Hixon Symposium (pp. 1–41). Wiley.
  3. ^ "Rudolf Carnap > G. Logical Syntax of Language (Stanford Encyclopedia of Philosophy)". plato.stanford.edu. Retrieved 2024-10-13.
  4. ^ a b c McCulloch, Warren (1961). "What is a number, that a man may know it, and a man, that he may know a Number" (PDF). General Semantics Bulletin (26 & 27): 7–18.
  5. ^ Abraham, Tara H. (2002). "(Physio)logical circuits: The intellectual origins of the McCulloch-Pitts neural networks". Journal of the History of the Behavioral Sciences. 38 (1): 3–25. doi:10.1002/jhbs.1094. ISSN 0022-5061. PMID 11835218.
  6. ^ Piccinini, Gualtiero (August 2004). "The First Computational Theory of Mind and Brain: A Close Look at Mcculloch and Pitts's "Logical Calculus of Ideas Immanent in Nervous Activity"". Synthese. 141 (2): 175–215. doi:10.1023/B:SYNT.0000043018.52445.3e. ISSN 0039-7857.
  7. ^ Aizawa, Kenneth (September 2012). "Warren McCulloch's Turn to Cybernetics: What Walter Pitts Contributed". Interdisciplinary Science Reviews. 37 (3): 206–217. Bibcode:2012ISRv...37..206A. doi:10.1179/0308018812Z.00000000017. ISSN 0308-0188.
  8. ^ Abraham, Tara H. (2004). "Nicolas Rashevsky's Mathematical Biophysics". Journal of the History of Biology. 37 (2): 333–385. doi:10.1023/B:HIST.0000038267.09413.0d. ISSN 0022-5010.
  9. ^ Householder, Alston S. (June 1941). "A theory of steady-state activity in nerve-fiber networks: I. Definitions and preliminary lemmas". The Bulletin of Mathematical Biophysics. 3 (2): 63–69. doi:10.1007/BF02478220. ISSN 0007-4985.
  10. ^ a b Schlatter, Mark; Aizawa, Ken (May 2008). "Walter Pitts and "A Logical Calculus"". Synthese. 162 (2): 235–250. doi:10.1007/s11229-007-9182-9. ISSN 0039-7857.
  11. ^ Smalheiser, Neil R (December 2000). "Walter Pitts". Perspectives in Biology and Medicine. 43 (2): 217–226. doi:10.1353/pbm.2000.0009. ISSN 1529-8795. PMID 10804586.
  12. ^ Kleene, S. C. (1956-12-31), Shannon, C. E.; McCarthy, J. (eds.), "Representation of Events in Nerve Nets and Finite Automata", Automata Studies. (AM-34), Princeton University Press, pp. 3–42, doi:10.1515/9781400882618-002, ISBN 978-1-4008-8261-8, retrieved 2024-10-14
  13. ^ "Summary: The Macy Conferences". asc-cybernetics.org. Retrieved 2024-10-14.
  14. ^ Pitts, Walter; McCulloch, Warren S. (1947-09-01). "How we know universals the perception of auditory and visual forms". The Bulletin of Mathematical Biophysics. 9 (3): 127–147. doi:10.1007/BF02478291. ISSN 1522-9602. PMID 20262674.
  15. ^ Masani, P. R. (1990), "McCulloch, Pitts and the Evolution of Wiener's Neurophysiological Ideas", Norbert Wiener 1894–1964, Basel: Birkhäuser Basel, pp. 218–238, doi:10.1007/978-3-0348-9252-0_16, ISBN 978-3-0348-9963-5, retrieved 2024-10-14
  16. ^ Blum, Manuel. "Properties of a neuron with many inputs." Bionics Symposium: Living Prototypes--the Key to New Technology, 13-14-15 September 1960. WADD technical report, 60-600. (1961)