ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
12k
Citations
504
Influential Citations
Psychological Review
Venue
1958
Year
If we are eventually to understand the capability of higher organisms for perceptual recognition, generalization, recall, and thinking, we must first have answers to three fundamental questions: 1. How is information about the physical world sensed, or detected, by the biological system? 2. In what form is information stored, or remembered? 3. How does information contained in storage, or in memory, influence recognition and behavior? The first of these questions is in the
Frank Rosenblatt's 1958 paper, "The Perceptron: A Probabilistic Model for Information Storage and Organization in the Brain," is a seminal work that introduced one of the earliest computational models of neural learning. At a time when artificial intelligence was in its infancy, Rosenblatt proposed a biologically inspired mechanism for pattern recognition that could learn from experience. This paper is crucial because it shifted the focus from symbolic AI to connectionist approaches, laying the groundwork for all subsequent neural network research.
The perceptron model directly addressed fundamental questions about how biological systems sense, store, and use information. By framing perception as a probabilistic process, Rosenblatt bridged psychology, neuroscience, and computation. This interdisciplinary perspective was ahead of its time and continues to influence modern AI, particularly in areas like computer vision and supervised learning.
The paper does not include experimental benchmarks or quantitative results in the modern sense. Instead, Rosenblatt provided theoretical proofs and conceptual demonstrations. He showed that the perceptron could learn to classify simple geometric shapes (e.g., triangles vs. squares) when presented repeatedly. The key result was the proof of convergence for linearly separable classes, which established the perceptron's viability as a learning machine. However, the paper also implicitly acknowledged that non-separable problems would cause the algorithm to oscillate, a limitation later rigorously analyzed by Minsky and Papert in 1969.
The perceptron paper ignited the first wave of neural network research in the 1960s and directly influenced the development of modern deep learning. Its learning rule is the foundation of all gradient-based optimization used in today's neural networks. The concept of adjusting weights based on error signals remains central to backpropagation. Beyond AI, the perceptron model influenced computational neuroscience by providing a testable hypothesis for synaptic plasticity (Hebbian learning). Despite its simplicity, the perceptron introduced ideas—such as distributed representation, learning from data, and probabilistic inference—that are now core to machine learning. This paper is not just a historical artifact; its principles are embedded in every modern neural network, from image classifiers to large language models.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba