2-Layer Neural Net Gradient Derivations for Backpropagation
Overview In this post, we derive the gradients required to update weight matrices and bias vectors during backpropagation through a simple 2-layer neural network. We outline the forward pass equati...