The methods of the IActivationFunction interface are listed below. For a complete list of IActivationFunction interface members, see the IActivationFunction Members topic.
ActivationFunction | Implements the activation function. The array is modified according to the activation function being used. See the class description for more specific information on this type of activation function. |
DerivativeFunction | Implements the activation function derivative. The array is modified according derivative of the activation function being used. See the class description for more specific information on this type of activation function. Propagation training requires the derivative. Some activation functions do not support a derivative and will throw an error. |
IActivationFunction Interface | Encog.Neural.Activation Namespace