© 2000 Todd Neller.  A.I.M.A. text figures © 1995 Prentice Hall.  Used by permission.
Perceptron Learning Rule
•Suppose one randomizes initial weights and has a set of desired input, output pairs.
•Iterate:
–Compute O from inputs
–Compute error Err = T – O from correct output T
–Adjust weights: Wj ß Wj + a´Ij´Err where a is the learning rate.