BernoulliFunctionDerivative2 Method |
Namespace: Accord.Neuro.ActivationFunctions
The method calculates the same derivative value as the Derivative(Double) method, but it takes not the input x value itself, but the function value, which was calculated previously with the help of Function(Double) method.
Note |
---|
Some applications require as function value, as derivative value, so they can save the amount of calculations using this method to calculate derivative. |