1. Retina and training
corpus
train (unsupervised, layer by layer)
snapshot
output UC4
2. Inspector - every plane, live
Each small canvas is one cell-plane. S-planes (teal) share a single kernel across all their cells; C-planes (blue) pool overlapping windows of the S-plane below them. The red canvas at the end of each row is the layer's V-cell (the divisive inhibitor for S, the lateral mean for C). Faded S-planes have never been reinforced. While training runs, amber cells are the seeds - the winner-take-all representatives the last presentation reinforced. Click a cell to trace its receptive field down to the retina.
selected cell
2b. The stack in three dimensions
The same network, seen along its depth. Each sheet is one layer, tiled into its 24 cell-planes; each point is one cell, and its brightness is that cell's activation u right now - drawn straight from the live arrays, recomputed every time the retina changes. Amber is the retina, teal the S-layers (feature extractors), blue the C-layers (position-tolerant pooling). Faded planes have never been reinforced. Click a cell in the inspector above and its receptive field lights up through every layer, with red edges to the cells that feed it directly.
3. Measurement - does position invariance hold?
After training, each digit is assigned the UC4 plane it wins at shift 0. Accuracy at shift s is the fraction of digit presentations at the 8 compass offsets of s pixels (plus two mildly deformed variants each) whose winning plane is labelled with that digit. The control arm is an untrained network through the same procedure.
learned stage-1 kernels
4. one-cortex - the memory store as retina and as stack
Each one-cortex chunk carries a 768-dimensional embedding. The export script arranges those 768 dimensions on the 28x28 retina so that correlated dimensions are neighbours (a PCA layout of the dimensions, assigned to grid cells), then every chunk becomes a retina image the same network can eat. Select this corpus above and train: the planes now specialise on regions of the memory.