: Use standard formulas to determine the error between the network's prediction and the actual training data. Backpropagation
This is where the "new" Excel shines. Backpropagation requires calculating the derivative of the error with respect to every weight. We do this using matrix calculus. build neural network with ms excel new
=MMULT(HiddenActivation, W2) + b2