Enum RnnActivation
Options for activation functions to apply in a recurrent layer.
Namespace: Unity.Sentis.Layers
Assembly: Unity.Sentis.dll
Syntax
public enum RnnActivation
Fields
Name | Description |
---|---|
Affine | Use |
Elu | Use |
HardSigmoid | Use |
LeakyRelu | Use |
Relu | Use |
ScaledTanh | Use |
Sigmoid | Use |
Softplus | Use |
Softsign | Use |
Tanh | Use |
ThresholdedRelu | Use |