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?
Questo esercizio fa parte del corso
Google DeepMind: Design And Train Neural Networks
Esercizio pratico interattivo
Passa dalla teoria alla pratica con uno dei nostri esercizi interattivi
Inizia esercizio