You are here: Start » AVL.NET » ActivationFunction Enumeration

ActivationFunction Enumeration

Function used to activate neuron.

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Members

Member nameDescription
ArcTan
Elliot
FastSigmoidalThe same as Sigmoidal, but uses optimized exponent function.
FastTanhThe same as Tanh, but uses optimized exponent function.
Gauss
Linear
LogLogarithmic function.
Sigmoidal
Step
Tanh

See also