[source]
ELU
keras.layers.ELU(alpha=1.0, **kwargs)
Applies an Exponential Linear Unit function to an output.
Formula:
f(x) = alpha * (exp(x) - 1.) for x < 0 f(x) = x for x >= 0
Arguments
1.0
name
dtype