Click or drag to resize
Activation Fields

The Activation type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberLinear
The identity activation function, g(x) = x.
Public fieldStatic memberLogistic
The logistic activation function, g(x)=\frac{1}{1+e^{-x}}.
Public fieldStatic memberLogisticTable
The logistic activation function computed using a table.
Public fieldStatic memberSoftmax
The softmax activation function.

            {\rm{softmax}}_{\rm{i}}=\frac{{{\mathop{\rm e}\nolimits} ^{Z_i } }}
            {{\sum\limits_{j = 1}^C {e^{Z_j } } }}
.
Public fieldStatic memberSquash
The squash activation function, g(x)=\frac{x}{1+|x|}
Public fieldStatic memberTanh
The hyperbolic tangent activation function, g(x)=\tanh{x}=
            \frac{e^x-e^{-x}}{e^x+e^{-x}}.
Top
See Also