Pytorch实践——知识点梳理
发布时间
阅读量:
阅读量
Pytorch构建神经网络记录
1.Typical Loss
-mean squere error(MSE) 均方误差


pytorch中求mean squere error的梯度有两种方式:

The backward( ) function (this is more convenient)
A use case example for the torch.autograd.grad() function
The cross entropy loss

还没有任何评论哟~
