83. Chain Rule in Backpropagation
easy
The chain rule states that the derivative of a composite function f(g(x)) is f'(g(x)) × g'(x). How does this apply to backpropagation?
The chain rule states that the derivative of a composite function f(g(x)) is f'(g(x)) × g'(x). How does this apply to backpropagation?