This is heavily biased guide to the historical development of artificial intelligence.
- 1943, December : A LOGICAL CALCULUS OF THE IDEAS IMMANENT IN NERVOUS ACTIVITY
- summary : First conceptual and computational model for neural networks
- authors : McCulloch and Pitts
- 1948, July : A Mathematical Theory of Communication
- summary : Creation of the Field of Information Theory
- authors : Claude E. Shannon
- references :
- 1949 : The Organization of Behavior: A Neuropsychological Theory
- summary : The introduction of Hebbian learning, a foundational concept in neural network theory.
- authors : D. O. Hebb
- references :
- 1950, March : Programming a Computer for Playing Chess
- summary : A test case for the coming generation of artificial intelligence programs.
- authors : Claude E. Shannon
- 1950, October : Computing Machinery and Intelligence
- summary : Proposal of the Turing Test, a model for determining whether a machine has human level intelligence
- authors : Alan Turing
- 1955, August : A Proposal for the Dartmouth Summer Research Project on Artificial Intelligence
- summary : The founding document for the field of AI
- authors : John McCarthy, Marvin Minsky, Nathaniel Rochester, Claude E. Shannon
- 1956, September : The logic theory machine--A complex information processing system
- summary : First automated reasoning program
- authors : A. Newell, H. Simon & C. Shaw
- 1959 Programs with Common Sense
- summary : Common Sense Reasoning
- authors : John McCarthy
- 1959 : GPS, a Program that Simulates Human Thought
- summary : Described the General Problem Solver (GPS), an early AI program designed to mimic human problem-solving.
- authors : H. Newell, J.C. Shaw, and H.A. Simon
- 1959, July : Some Studies in Machine Learning Using the Game of Checkers
- summary : Described one of the first successful self-learning programs, applying machine learning to checkers.
- authors : Arthur Samuel
- 1965, June : Fuzzy Sets
- summary : Introduction of Fuzzy Sets
- authors : L.A. Zadeh
- 1968, July : A Formal Basis for the Heuristic Determination of Minimum Cost Paths
- summary : Introduced the A* search algorithm, a cornerstone in pathfinding and graph traversal algorithms in AI.
- authors : Peter E. Hart, Nils J. Nilsson, Bertram Raphael
- 1969 : Perceptrons: An Introduction to Computational Geometry
- summary : This book critically analyzed the capabilities and limits of perceptrons, influencing the direction of AI research and leading to the first AI winter.
- authors : Marvin Minsky, Seymour Papert
- 1984, November : A Theory of the Learnable
- summary : laid the foundation for computational learning theory, introducing the concept of Probably Approximately Correct (PAC) learning.
- authors : Leslie Valiant
- 1986, March : Induction of decision trees
- summary : In
- authors : J. R. Quinlan
- 1986, October : Learning representations by back-propagating errors
- summary : This paper introduced the backpropagation algorithm, a cornerstone in training neural networks.
- authors : David E. Rumelhart, Geoffrey E. Hinton & Ronald J. Williams
- 1995, September : Support-vector networks
- summary : Support Vector Machines
- authors : Corinna Cortes & Vladimir Vapnik
- 1997, November : Long Short-Term Memory
- summary : introduction of LSTMs
- authors : Sepp Hochreiter & Jürgen Schmidhuber