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:
W
j
ß
W
j
+
a
´
I
j
´
Err
where
a
is the
learning rate.