1958 · Rosenblatt
The perceptron
Inputs are multiplied by weights , summed with a bias , and passed through an activation:
- · Inputs — the features.
- · Weights — what the neuron learns.
- · Bias — shifts the boundary.
- · Activation — non-linear squash.
Inputs are multiplied by weights , summed with a bias , and passed through an activation: