Backpropagation
Backpropagation is an algorithm used in artificial neural networks to calculate the error contribution of each neuron after a batch of data is processed. It is commonly used to train deep learning models by adjusting the weights of the network in order to minimize the error. More »