| IActivation Interface |
Namespace: Imsl.DataMining.Neural
The IActivation type exposes the following members.
| Name | Description | |
|---|---|---|
| Derivative |
Returns the value of the derivative of the activation function.
| |
| G |
Returns the value of the activation function.
|
Standard activation functions are defined as static members of this interface. New activation functions can be defined by implementing a method, g(double x), returning the value and a method, derivative(double x, double y), returning the derivative of g evaluated at x where y = g(x).