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 + cy.
This converges after finite # of steps.