开发者社区 问答 正文

TensorFlow中交叉熵 常用的有哪些呢?

TensorFlow中交叉熵 常用的有哪些呢?

展开
收起
游客5ixw6pdymb5xs 2022-03-15 00:19:13 562 分享 版权
1 条回答
写回答
取消 提交回答
  • tf.nn.weighted_cross_entropy_with_logits;

    tf.nn.sigmoid_cross_entropy_with_logits;

    tf.nn.softmax_cross_entropy_with_logits;

    tf.nn.sparse_softmax_cross_entropy_with_logits;

    2022-03-15 00:19:32
    赞同 展开评论
问答地址: