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?
This exercise is part of the course
Google DeepMind: Design And Train Neural Networks
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
Start Exercise