An iterative storage method
Instead of trying to store vectors in one shot as
Hopfield does, cycle through the training set
many times.
use the perceptron convergence procedure to
train each unit to have the correct state given
the states of all the other units in that vector.
This uses the capacity of the weights
efficiently.