您的位置: 首页 > 文章 > 常用**函数(tensorflow) 常用**函数(tensorflow) 分类: 文章 • 2025-03-08 18:59:46 常用**函数(tensorflow) tf.nn.softplus tf.nn.tanh tf.nn.softplus f(x)=ln(1+ex) tf.nn.tanh f(z)=(ez-e-z)/(ez+e-z)