Delta learning rule

A learning algorithm used by neural nets with supervised learning. Effects the changing of weights by multiplying a neuron's input with the difference of its output and the desired output and the net's learning rate.

 

Refers to: Learning algorithm

Neural Net Components in an Object Oriented Class Structure