Landmark Papers

What the papers actually said - linked to the originals.

691 entries, all primary-sourced
paperOctober 1990

Neuromorphic Electronic Systems (Mead)

Carver Mead's 1990 paper coined neuromorphic engineering, arguing analog VLSI modeled on neurons could compute far more efficiently than digital logic.

paper1991

Intelligence Without Representation

Rodney Brooks's manifesto for behavior-based robotics, arguing intelligent systems need no central world model: the world is its own best model.

paperMay 1992

Q-learning (Watkins and Dayan, 1992)

Watkins and Dayan's 1992 paper proved that Q-learning converges to optimal action values, giving model-free RL a firm guarantee.

paperAugust 1996

Bagging Predictors

Leo Breiman's 1996 paper introducing bagging, which builds many models on bootstrap samples and averages them to cut variance.

paperApril 24, 2000

The Information Bottleneck Method

The 2000 paper framing learning as compressing an input while keeping what is relevant to a target, later applied to deep networks.

paperOctober 2001

Random Forests

Leo Breiman's 2001 paper introducing random forests, an ensemble of randomized decision trees that became a default workhorse classifier.

paper2003

Latent Dirichlet Allocation

The 2003 LDA paper introduced topic modeling, a way to discover the hidden themes running through a collection of documents.

paperJuly 2004

NLTK: The Natural Language Toolkit

The 2004 ACL paper introducing NLTK, the open-source Python toolkit that taught a generation how to do natural language processing.

paperDecember 2004

The Bayesian Brain (Knill and Pouget)

Knill and Pouget's review argued the brain represents uncertainty and combines evidence in a near-optimal Bayesian way during perception and action.