Exercises
These exercises check the shortcut and gating ideas from the chapter.
Let x = 8 and F(x) = -3. What is y = x + F(x)?
Compute it first, then check your number.
Let P(x) = 11 and F(x) = 4. What is P(x) + F(x)?
Compute it first, then check your number.
One path has 9 channels and another has 3 channels. How many channels after concatenation?
Compute it first, then check your number.
Let old = 10, candidate = 2, and gate = 0.25. What is the gated output?
Compute it first, then check your number.
For y = x + F(x), what derivative contribution comes from the direct x path?
Compute it first, then check your number.
If F(x) = 0 and x = -6, what is x + F(x)?
Compute it first, then check your number.
Enter 1 if shortcut paths can help information and gradients move through deep networks, or 2 if they only increase loss.
Compute it first, then check your number.