← 返回数学题库
2534机器学习困难数值题long

One Gradient Step on a Tiny Logistic Problem

题目

A one-feature logistic model without intercept uses beta = 0 initially, learning rate 0.2, data x = [-1, 0, 1], and labels y = [0, 0, 1]. What is beta after one gradient step on the negative log-likelihood?

解题计时

0:00

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

你的答案