Question 9
Consider a sigmoid neuron that takes in an input vector . The weight vector is initialized to and . The output from the sigmoid neuron is
Suppose we use the following loss function
Update the weight vector once by running the vanilla Gradient Descent algorithm with . Assume the true label . What is the new loss value (that is, the loss computed after updating the weight vector)?
(consider upto two digits after the decimal for all the calculations)