Loading slide
Loading contents...
A weight belongs to one connection. It controls how much one input counts.
A neuron can also have another adjustable number. Add it after combining the weighted inputs, just before the neuron checks its result.
Suppose the neuron needs 0.8 before it responds, and the weighted inputs total 0.6. It falls short and stays quiet. Add +0.4 and the total reaches 1.0, which clears the bar. The inputs never changed.
That number is called a
Without a bias, a neuron could only change how much each input counts, never how much it takes to convince it.
Weights and biases are together called