MSE 均方误差
pytorch官网中的介绍 measures the mean squared error (squared L2 norm) between each element in the input x x x and target y y y. 即均方误差,回归问题解决的是对具体数值的预测,使用于回归问题下的损失函数。 使用示例…
C - Prepare Another Box 题意:给你n个玩具,n-1个盒子,然后让你判断如果再加一个盒子,加的盒子最小的体积是多少,才能将其全部装下(一个盒子只能装1个玩具),让你判断时候能够让这n个…