I'm new to Neual Networks and I suppose I don't fully understand what 'bias' param does in Matlab's NN.
|
|
It simply means an additive term in the neuron computation. Typically you have the input vector to a neuron The The term bias is probably simply because it's an additive value in addition to the neuron's activation (that comes from the weighted inputs). Once trained, the bias is a fixed term that does not depend on the neuron inputs. |
||||
|
|
|
A neuron's bias is basically an extra input value that doesn't change. It is added to the normal inputs to get the total input to the neuron. |
|||
|
|