Pytorch中的数学函数

Posted sbj123456789

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Pytorch中的数学函数相关的知识,希望对你有一定的参考价值。

log_softmax

log(softmax(X))

function:torch.nn.functional.log_softmax(x, dim=None)

nn:torch.nn.LogSoftmax(dim=None)

技术分享图片

如:

技术分享图片

nll_loss

The negative log likelihood loss

function:torch.nn.functional.nll_loss(input, target, weight=None, size_average=True, ignore_index=-100, reduce=None, reduction=‘elementwise_mean‘)

nn:torch.nn.NLLLoss(weight=None, size_average=True, ignore_index=-100, reduce=None, reduction=‘elementwise_mean‘)

技术分享图片

如:

技术分享图片

 

以上是关于Pytorch中的数学函数的主要内容,如果未能解决你的问题,请参考以下文章

数学相关函数在PHP中的应用简介

log是啥函数,在数学中有啥作用?

数学相关函数在PHP中的应用简介

带有 NEON 的 ARM 汇编中的高级数学函数

高中数学数学中的int是啥意思?

捋一捋Python中的数学运算math库之三角函数