Threshold
The minimum weighted sum required for the Perceptron to output 1.
The minimum weighted sum required for the Perceptron to output 1. If the sum is below the threshold, it outputs 0. Also called the bias (when reformulated as a learnable parameter). Later papers replace the hard threshold with smooth activation functions.