Perceptron
The perceptron is an early artificial-neuron model that converts a weighted linear combination of inputs into a classification through a threshold or activation.
Definition
The perceptron is an early artificial-neuron model that converts a weighted linear combination of inputs into a classification through a threshold or activation.
Technical Context
A single-layer perceptron is limited to linearly separable problems. Its historical importance lies in making learnable weights central to connectionist AI.