LeakyReLU
Leaky version of a Rectified Linear Unit.
It allows a small gradient when the unit is not active:
f(x) = x, if x >= 0
f(x) = alpha * x if x < 0
Since
0.3
Constructors
Functions
Properties
hasActivation
Link copied to clipboard
inboundLayers
Link copied to clipboard
outboundLayers
Link copied to clipboard
outputShape
Link copied to clipboard
parentModel
Link copied to clipboard