Google News
logo
PyBrain - Quiz(MCQ)
Which function computes the derivative of the output with regard to the input?
A)
_forwardImplementation()
B)
_backwardImplementation()
C)
Both (A) and (B)
D)
None of the above

Correct Answer :   _backwardImplementation()


Explanation : The _backwardImplementation() function computes the derivative of the output with regard to the input.

Advertisement