Coarse coding
    Use three overlapping arrays of
large cells to get an array of fine
cells
If a point falls in a fine cell,
code it by activating 3 coarse
cells.
This is more efficient than using a
neuron for each fine cell.
It loses by needing 3 arrays
It wins by a factor of 3x3 per
array
Overall it wins by a factor of 3