常用**函数(tensorflow)

tf.nn.softplus

  • f(x)=ln(1+ex)
    常用**函数(tensorflow)

tf.nn.tanh

  • f(z)=(ez-e-z)/(ez+e-z)
    常用**函数(tensorflow)

相关文章: