TensorFlow函数教程:tf.keras.activations
2019-03-02 17:09 更新
tf.keras.activations函数
定义在:tensorflow/_api/v1/keras/activations/__init__.py。
内置激活功能。
函数
deserialize(...)
elu(...):指数线性单位。
exponential(...)
get(...)
hard_sigmoid(...):Hard sigmoid激活函数。
linear(...)
relu(...):整流线性单元。
selu(...):缩放指数线性单位(SELU)。
serialize(...)
sigmoid(...)
softmax(...):Softmax激活功能。
softplus(...):Softplus激活功能。
softsign(...):Softsign激活功能。
tanh(...)