Activations
Neural network hyperparameter, activation function of a node defines the output of that node given an input or set of inputs.
Entries
HardSigmoid
Link copied to clipboard
Content copied to clipboard
Hard sigmoid activation function.
Exponential
Link copied to clipboard
Content copied to clipboard
Exponential activation function.
LogSoftmax
Link copied to clipboard
Content copied to clipboard
Relu6
Link copied to clipboard
Relu6()
Content copied to clipboard
Computes Rectified Linear 6:Calls Relu6Activation under the hood.
min(max(features, 0), 6)