Enum ActType
Type of activation functions
Namespace: SiaNet.Engine
Assembly: SiaNet.Engine.dll
Syntax
public enum ActType
Fields
Name | Description |
---|---|
Elu | The elu activation |
Exp | The exponential activation |
HardSigmoid | The hard sigmoid activation |
LeakyReLU | The leaky ReLU activation |
Linear | The linear activation |
PReLU | The parameterized ReLU activation |
ReLU | The Rectilinear activation |
RReLU | The RReLU activation |
SeLU | The scaled elu activation |
Sigmoid | The sigmoid activation |
Softmax | The softmax activation |
Softplus | The softplus activation |
SoftSign | The soft sign activation |
Tanh | The tanh activation |