Landmark Papers

What the papers actually said - linked to the originals.

644 entries, all primary-sourced
paper October 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.

paper 1991

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.

paper May 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.

paper August 1996

Bagging Predictors

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

paper April 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.

paper October 2001

Random Forests

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

paper 2003

Latent Dirichlet Allocation

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

paper July 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.

paper December 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.