Definitions for "Backpropagation"
A learning algorithm used by neural nets with supervised learning. Special form of the delta learning rule.
Optimization method used in multilayer feed forward nets
Backpropagation is a neural network training method. The neural network is adjusted until the difference between actual output and desired output is minimal.