Questions: Backpropagation Algorithm

3 questions to test your understanding

Score: 0 / 3
Question 1 Multiple Choice

In a neural network with L layers, backpropagation computes the gradient of the loss with respect to the weights in layer l. What does it propagate backward through the network to accomplish this?

AThe raw activation values from the forward pass
BThe predicted output values for each training example
CError signals (partial derivatives of the loss) from later layers
DThe learning rate scaled by the layer index
Question 2 True / False

Backpropagation can primarily be applied to neural networks that use sigmoid activation functions.

TTrue
FFalse
Question 3 Short Answer

What is the vanishing gradient problem, and in what part of the network does it cause the most harm?

Think about your answer, then reveal below.