阅读(5.1k) 书签 (0)

TensorFlow函数教程:tf.keras.activations.softplus

2019-03-02 17:12 更新

tf.keras.activations.softplus函数

tf.keras.activations.softplus(x)

定义在:tensorflow/python/keras/activations.py。

Softplus激活函数。

参数:

  • x:输入张量。

返回:

softplus激活:log(exp(x) + 1)。