Home »
MCQs »
PyBrain MCQs
To set the bias term for a neuron in PyBrain, which method is utilized?
41. To set the bias term for a neuron in PyBrain, which method is utilized?
- setBias()
- set()
- Bias()
Answer: A) setBias()
Explanation:
To set the bias term for a neuron in PyBrain, you can use the setBias() method of the Neuron object.