neuro→ee · model · 1943 · seed

The artificial neuron

Stripping the neuron to a weighted sum and a threshold, which gave engineering a computing element built from biology and is still the unit inside every network built since.


This entry is about an origin, not a field. What crossed from neuroscience into engineering in 1943 was a single idea — that a neuron could be treated as a computing element — and that idea is still the unit inside anything called a network today. Where it went afterwards is somebody else’s subject.

The abstraction

McCulloch and Pitts asked what remains of a neuron if you keep only its logic. Their answer: a unit that sums its inputs with weights and produces an output when the sum crosses a threshold.

y=Θ ⁣(iwixiθ)y = \Theta\!\left(\sum_i w_i x_i - \theta\right)

They then showed that networks of such units could compute any logical proposition. That was the point of the paper — not to model neurons well, but to establish that something this simple was already sufficient for computation.

It is worth being blunt about how little biology survived the abstraction. There is no time, no spike, no dendrite, no adaptation, no refractory period. Set beside the Hodgkin–Huxley model, written nine years later and describing an actual membrane, the McCulloch–Pitts neuron is not a competing model of a neuron. It is a different kind of object: a claim about computation that borrowed a neuron’s name.

Why it counts as engineering

Because the second step made it a machine. Rosenblatt’s perceptron added a rule for adjusting the weights from examples, so the unit could be trained rather than specified — and he built it. The Mark I Perceptron was analog hardware: an array of photocells for input, and weights held as potentiometer settings driven by electric motors. Learning was a physical process, literally turning knobs.

That is the part that makes this belong here rather than in a history of computer science. The first artificial neuron that learned was an electrical machine, and the reason it was built that way is the reason neuromorphic designers give now: the arithmetic is nearly free if you let the physics do it.

Where this entry stops

At the origin, deliberately. The subsequent history — hidden layers, gradient methods, convolutional architectures, the whole modern apparatus — is computer science, and following it would swamp a site about circuits and nervous systems.

One thing from that history is worth recording, because it reflects back on the crossing itself: the methods that eventually made these networks work are not ones a neuron could plausibly use. So the honest reading is that biology did not hand engineering a working design. It handed over a framing — computation as many simple adaptive elements in parallel, rather than one fast sequential processor — and the framing outlived every detail that came with it.

Origins & further reading

  1. Warren S. McCulloch & Walter Pitts, 1943. A logical calculus of the ideas immanent in nervous activity. The Bulletin of Mathematical Biophysics. paper · doi
  2. Frank Rosenblatt, 1958. The perceptron: a probabilistic model for information storage and organization in the brain. Psychological Review. paper · doi

Concepts

Related

Updated July 29, 2026