What is a Bias Term?

A)  In PyBrain, a bias term is a constant value that is added to a neuron's inputs before activation.
B)  In PyBrain, a bias term is a variable value that is added to a neuron's output before activation.
C)  Both (A) and (B)
D)  None of the above

Correct Answer :   In PyBrain, a bias term is a constant value that is added to a neuron's inputs before activation.


Explanation : In PyBrain, a bias term is a constant value that is added to a neuron's inputs before activation. It can contribute to a network's performance improvement by adding more flexibility.