开始使用免费开始使用

Quiz 4 - Question 2

A single-neuron classifier is being trained on the "food" (positive class, t=1) and "water" (negative class, t=0) task. For a data point that is truly "water" (t=0), the model incorrectly predicts "food" with a high probability of y=0.9. According to the gradient formula derived in the article, the gradient is (y - t) * x. How will the weight vector w be adjusted for this data point?

本练习是课程的一部分

Google DeepMind: Design And Train Neural Networks

查看课程

动手互动练习

通过我们的互动练习之一,将理论转化为实践

开始练习