Learning Representations by Back-propagating Errors

David E. Rumelhart, Geoffrey E. Hinton, Ronald J. Williams

1986 · Nature

Learning Representations by Back-propagating Errors

Problem

Framing

Single-layer perceptrons could not learn internal features for non-linearly separable structure. The paper closes this gap with multilayer gradient descent that propagates output error through hidden units, enabling distributed representations and tasks like XOR and structured family-role inference.

Currently Used Methods

Foundational

Direct antecedents

Proposed Method

Architecture

The paper studies feedforward multilayer networks with differentiable hidden and output units. Learning adjusts every weight by chaining local derivatives from output loss back to earlier layers.

Verified caption: six binary input patterns over family-member names, illustrating the structured relational coding task used to probe hidden representations.

Evaluation

Datasets

Metrics

Headline results

Method Strengths and Weaknesses

Strengths

Weaknesses

Suggestions from the authors

Links

Prior Papers

Further Papers