You are here: Start » AVL.NET » ActivationFunction Enumeration
ActivationFunction Enumeration
Function used to activate neuron.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Members
| Member name | Description |
|---|---|
| ArcTan | |
| Elliot | |
| FastSigmoidal | The same as Sigmoidal, but uses optimized exponent function. |
| FastTanh | The same as Tanh, but uses optimized exponent function. |
| Gauss | |
| Linear | |
| Log | Logarithmic function. |
| Sigmoidal | |
| Step | |
| Tanh |
