tf.keras.activations.softplus

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).