← 返回数学题库
4296机器学习中等数值题short

Dropout Noise Level 1

题目

Keep eta = 0.1, gradient g = 0.3, and current weight w = 2.0. In the decoupled update w_new = (1 - eta*lambda)w - eta*g, lambda rises from 0.05 to 0.10. By how much does the updated weight decrease relative to the old lambda case?

解题计时

0:00

提交作答时记录,用于后续平均用时统计。

你的答案