牛骨文教育服务平台(让学习变的简单)
博文笔记

tensorflow 函数接口的理解

创建时间:2017-03-20 投稿人: 浏览次数:968

1. tf.nn.softmax

  • tf.nn.softmax(logits, dim=-1, name=None)
    • w*x+b ⇒ logits
    • softmax 函数执行的操作:exp(logits)/reduce_sum(exp(logits), dim)
声明:该文观点仅代表作者本人,牛骨文系教育信息发布平台,牛骨文仅提供信息存储空间服务。