摘要: Activation Functions(激活函数) tf.nn.relu(features, name=None) #max(features, 0) tf.nn.relu6(features, name=None) #min(max(features, 0), 6) tf.nn.softplus 阅读全文
posted @ 2019-08-08 11:02 小白羊fight 阅读(1598) 评论(0) 推荐(0) 编辑