The output y of a single-node neural network can be represented as:
y = a(Σwixi - θ)
where a is the activation function, xi is the ith input, wi is the ith weight, and θ is the threshold.
When the summation of wighted input Σwixi is less than θ, the neuron does not output. Hence we call θ the threshold, which is similar to the threshold potential in a physical neuron.
We may replace θ by -b and get
y = a(Σwixi + b)
where b is called the bias parameter.
So b = - θ is a more generalized representation for the threshold.
References:
A Beginner’s Guide to Neural Networks: Part Two
Hinton Neural Networks課程筆記2b:第一代神經網路之感知機
沒有留言:
張貼留言