我是靠谱客的博主 玩命小蜜蜂,这篇文章主要介绍tensorflow loss function 小结,现在分享给大家,希望可以做个参考。

1.tf.nn.l2_loss

tf.nn.l2_loss( t,name=None)

L2 Loss. Computes half the L2 norm of a tensor without the sqrt:

output = sum(t ** 2) / 2

Args:

  • t: A Tensor. Must be one of the following types: halfbfloat16float32float64. Typically 2-D, but may have any dimensions.
  • name: A name for the operation (optional).

Returns: A Tensor. Has the same type as t.

2.

最后

以上就是玩命小蜜蜂最近收集整理的关于tensorflow loss function 小结的全部内容,更多相关tensorflow内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(56)

评论列表共有 0 条评论

立即
投稿
返回
顶部