← 返回数学题库
2596机器学习简单derivationmedium

Optimal Leaf Update Under Squared Loss 1

题目

In gradient boosting for squared error, a terminal region R is assigned one constant update gamma. Derive the gamma that minimizes sum_{i in R} (r_i-gamma)^2, where r_i are the current residuals.

解题计时

0:00

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

你的答案