LeCun et al. (1989) at Bell Labs made the first practical recognition application of backpropagation — handwritten ZIP codes, end-to-end
"Backpropagation Applied to Handwritten Zip Code Recognition" (Neural Computation 1(4):541–551, December 1989) trained a convolutional network end-to-end on digit images from real U.S. Postal Service envelopes. The "first practical application" characterization is Wikipedia's (Tier 3, uncontested): "In 1989, Yann LeCun et al. at Bell Labs first applied the backpropagation algorithm to practical applications." (2026-09-11 audit: the sentence is in Wikipedia's LeNet article, not its Backpropagation article — en.wikipedia.org/wiki/LeNet, "History".)
The claim needs its boundary stated to be honest: NETtalk (Sejnowski & Rosenberg, 1987) is earlier — backpropagation trained on a practical text-to-speech task. The standard basis for LeCun's "first" is the word recognition: NETtalk maps text to phonemes (generation/transliteration); the ZIP-code system classifies images. A retelling that drops the qualifier overstates by two years.
Held out of this note under [unverified-quant] flags: the widely-quoted training-set size (7,291) and test error (5.0%), which circulate via Karpathy's 2022 reproduction rather than the primary text — the paper's PDF was unreachable at capture time (lecun.com ECONNREFUSED; MIT Press 403). (2026-09-11 audit: flags discharged — the paper, read from yann.lecun.com, says "7291 examples are used for training the network and 2007 are used for testing the generalization performance" (§2.1, p. 542; digits from "U.S. mail passing through the Buffalo, NY post office") and "The percentage of misclassified patterns was 0.14% on the training set (10 mistakes) and 5.0% on the test set (102 mistakes)" (§5, p. 547), after 23 training passes; the rejection figure is 12.1% for 1% error on the remainder. Also on record there: the paper's own "first" is about input representation — "the learning network is directly fed with images, rather than feature vectors" (§1) — not a priority claim over other practical tasks, which is why the NETtalk boundary above has to be stated by the vault, not by the paper.) See claim-rhw-1986-demonstration-not-invention for what 1986 demonstrated on toy tasks; this note is where the algorithm met the mail.
Precursors and siblings. The 1988 Bell Labs ZIP-code system usually invoked for hand-designed feature detectors was Denker et al., not LeCun; this 1989 work was published twice, in an order worth getting right (claim-lecun-1989-two-papers-publication-order); and the earlier practical backprop task NETtalk (1987) is a distinct document from its 1986 Johns Hopkins report.
Source
“Backpropagation Applied to Handwritten Zip Code Recognition”