AnnMlpActivationFunction Fields |
The ANN_MLPAnnMlpActivationFunction type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Gaussian |
Gaussian function: f(x)=beta e^{-alpha x*x}
|
![]() ![]() | Identity |
Identity function: f(x)=x
|
![]() ![]() | LeakyRelu |
Leaky ReLU function:
for x>0, $f(x)=x;
and x<=0, f(x)=alpha x
|
![]() ![]() | Relu |
ReLU function: f(x)=max(0,x)
|
![]() ![]() | SigmoidSym |
Symmetrical sigmoid: f(x)=beta*(1-e^{-alpha x})/(1+e^{-alpha x})
|
![]() | value__ |