Assume the artificial neural network below, with mean square error loss and a true output of 3.
All activation functions are ReLU.
Perform one round of forward propagation and calculate the loss.
Then perform a Stochastic Gradient Descent update using backpropagation to get the new values of weights W1 and W7 with a learning rate of 0.01.
Input layer
ReLU layer
Output layer
W1 = 2
W2 = 1
W7 = -1
W3 = 1
W8 = 3
W4 = -2
Wg = 2
W6