Backpropagation carries a gradient backwards through a network, and crossing one layer multiplies it by that layer's factor
Consider a deep sigmoid network in the most favourable case possible: every layer has weight , and at every layer the sigmoid derivative sits at its largest achievable value, .
The gradient arriving from the output has magnitude . A parameter whose gradient magnitude has fallen below makes no visible progress during training.
Passing back through how many such layers does the gradient magnitude first drop below ?
Select all that apply.