← 返回数学题库
2617机器学习简单数值题short

Two-Region Two-Round Boosting Calculation 25

题目

A boosting model starts from F_0=0 with learning rate eta=0.1. In round 1, region A gets update +2 and region B gets update -1. In round 2, region A gets update -0.5 and region B gets update +0.25. What are the final predictions for a point that always stays in region A and a point that always stays in region B?

解题计时

0:00

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

你的答案

Region A

Region B