Google News
logo
PyBrain - Quiz(MCQ)
To set the bias term for a neuron in PyBrain, which method is utilized?
A)
set()
B)
Bias()
C)
setBias()
D)
None of the above

Correct Answer :   setBias()


Explanation : To set the bias term for a neuron in PyBrain, you can use the setBias() method of the Neuron object.

Advertisement