![]() |
Softplus activation function.
Aliases:
tf.keras.activations.softplus(x)
Arguments:
x
: Input tensor.
Returns:
The softplus activation: log(exp(x) + 1)
.
![]() |
Softplus activation function.
tf.keras.activations.softplus(x)
x
: Input tensor.The softplus activation: log(exp(x) + 1)
.