Basic..::..Activation Method
Applies an activation function to an output.
Namespace:
SiaNet.NNAssembly: SiaNet (in SiaNet.dll)
Syntax
Parameters
- layer
- Type: Variable
The output of the last layer.
- activation
- Type: String
Activation function to use. If you don't specify anything, no activation is applied (ie. "linear" activation: a(x) = x). OptActivations