Home »
MCQs »
PyBrain MCQs
Which function computes the derivative of the output with regard to the input?
29. Which function computes the derivative of the output with regard to the input?
- _forwardImplementation()
- _backwardImplementation().
- Both
Answer: B) _backwardImplementation().
Explanation:
The _backwardImplementation() function computes the derivative of the output with regard to the input.