tf.keras.activations.softplus(x)
Defined in tensorflow/python/keras/activations.py
.
Softplus activation function.
Arguments:
x
: Input tensor.
Returns:
The softplus activation: log(exp(x) + 1)
.
tf.keras.activations.softplus(x)
Defined in tensorflow/python/keras/activations.py
.
Softplus activation function.
x
: Input tensor.The softplus activation: log(exp(x) + 1)
.