In Plain Language
Imagine a machine deciding whether a picture shows a cat. It looks at lots of little clues and gives each one a score for how much it matters. Add the scores up: high enough means cat. When it gets one wrong, it nudges the scores that misled it. Do that over and over and it slowly gets better.
The perceptron takes a list of numbers describing an input, multiplies each by a weight, adds them up, and answers yes or no depending on whether the total clears a threshold. What made it notable was the training rule: show it an example, and if it answers wrong, shift the weights slightly in the direction that would have helped. Rosenblatt proved this procedure is guaranteed to find a working set of weights — provided one exists. That proviso turned out to matter enormously, because a single perceptron can only separate categories that a straight line can divide, a limitation Minsky and Papert made famous a decade later.
Why It Was Important
Frank Rosenblatt developed the Perceptron, a single-layer neural network capable of learning linearly separable patterns through an iterative weight-updating rule. Built as hardware (the Mark I Perceptron) for image recognition, it generated massive excitement about machine learning before its theoretical limits were exposed in 1969.
Who Invented It
Frank Rosenblatt
American psychologist and computer pioneer at Cornell Aeronautical Laboratory.
Applications
- Image Classification
- Binary Classifiers
- Foundations of Deep Learning
Key Papers
- The Perceptron: A Probabilistic Model for Information Storage and Organization in the Brain
Frank Rosenblatt · Psychological Review · 1958