美文网首页
logit是什么

logit是什么

作者: 7ccc099f4608 | 来源:发表于2021-03-30 16:23 被阅读0次

    https://stackoverflow.com/questions/41455101/what-is-the-meaning-of-the-word-logits-in-tensorflow
    https://zhuanlan.zhihu.com/p/35709485

    1. logit 函数把[0,1]数值映射到[-inf,inf]


      image.png
    2. 对于深度学习,logit是softmax之前的数值(softmax把数值映射到[0,1]之间)


      image.png
    image.png

    相关文章

      网友评论

          本文标题:logit是什么

          本文链接:https://www.haomeiwen.com/subject/zbjghltx.html