4294机器学习简单数值题short
Weight Decay Shrinkage 4
题目
A layer weight vector is w = (3, 4), so its norm is 5. You enforce max-norm regularization with cap c = 4 by rescaling only when the norm exceeds c. What vector is stored after clipping?
解题计时
0:00
提交作答时记录,用于后续平均用时统计。