Click or drag to resize
IActivationDerivative Method
Returns the value of the derivative of the activation function.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
double Derivative(
	double x,
	double y
)

Parameters

x
Type: SystemDouble
A double which specifies the point at which the activation function is to be evaluated.
y
Type: SystemDouble
A double which specifies y = g(x), the value of the activation function at x.

Return Value

Type: Double
A double containing the value of the derivative of the activation function at x.
Remarks
y is not mathematically required, but can sometimes be used to more quickly compute the derivative.
See Also