InterviewSolution
| 1. |
What is backpropagation how does it work? |
|
Answer» Backpropagation, short for "backward propagation of ERRORS," is an algorithm for supervised learning of artificial neural networks USING gradient descent. Given an artificial neural network and an error FUNCTION, the method calculates the gradient of the error function with respect to the neural network's weights. |
|