Hebb learning rule

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

 

Refers to: Learning algorithm

Neural Net Components in an Object Oriented Class Structure