开发者社区 问答 正文

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

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

展开
收起
游客ytb64eurol5ni 2022-03-14 22:50:51 1517 分享 版权
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-14 22:51:14
    赞同 展开评论
问答地址: