Activation function interface.
Namespace:
AForge.NeuroAssembly: AForge.Neuro (in AForge.Neuro.dll) Version: 2.2.4.0 (2.2.4.0)
Syntax
| C# |
|---|
public interface IActivationFunction |
Remarks
All activation functions, which are supposed to be used with
neurons, which calculate their output as a function of weighted sum of
their inputs, should implement this interfaces.