Perceptron
The earliest trainable artificial neuron.
The perceptron, introduced by Frank Rosenblatt in 1958, is a single artificial neuron that classifies inputs by a weighted sum and threshold. Though limited (it cannot learn the XOR function), it established the idea of learning from examples and is the conceptual ancestor of every neural network.