What are the required steps and correct sequence of updating weights in a neural network: a. Use the gradients to update
Posted: Sun Jul 10, 2022 11:23 am
https://piazza.com/buffalo/summer2022/cse474/resources Ob-d-a-c Od-b-a Od-c-a Od-c-b-a
What are the required steps and correct sequence of updating weights in a neural network: a. Use the gradients to update the weights.. b. Manually save the best weights for the next cycle(1 cycle is the combination of 1 forward and 1 backward propagation). c. Apply backpropagation to get the gradient of the loss with respect to each weight. d. Use training data and forward propagate to compute the loss