What's the point of the threshold in a perceptron?

Viewed 16982

I'm having trouble seeing what the threshold actually does in a single-layer perceptron. The data is usually separated no matter what the value of the threshold is. It seems a lower threshold divides the data more equally; is this what it is used for?

3 Answers
Related