Perceptron Algorithm
Perceptron Error Function
Y is set of misclassified vectors.
So update
a
by:
Simplify by cycling through
y
and whenever one
is misclassified, update
a
ß
a
+ c
y.
This converges after finite # of steps.