The trained networks this entry uses are produced once in the shared training hub, exp022 (Training), and reused here rather than retrained.
Reads exp022′s PING and COBA off baselines (three seeds each, 50 epochs) and asks whether the firing rate converges once the accuracy has. It does not, not for COBA. Test accuracy plateaus by ≈ 15 epochs in both architectures, but PING’s E rate locks to a tight ≈ 10 Hz attractor (cross-seed to 0.1 Hz) while COBA’s keeps climbing through epoch 50. Accuracy is a point; for COBA, the rate is a manifold the optimiser drifts along at constant accuracy.
Reads the shared off baselines (coba and ping, three seeds each) from the training hub, exp022 (Training), which fixes the recipe (50 epochs, mem-mean readout, no rate regulariser), and plots their per-epoch training history. The question, following exp041 / exp044: once test accuracy has plateaued, does the firing rate also settle? Converged means a last-10-epoch slope below 0.1 pp/ep (accuracy) or 0.05 Hz/ep (rate).
The rate climb is what the loss spends to keep gaining confidence. Cross-entropy stops at certain, not correct:
Accuracy needs only the sign of ; cross-entropy keeps shrinking with the size of the gaps. So past the convergence line the argmax is fixed but the loss still falls by widening margins, which means scaling logits up. With a mem-mean readout, , so wider margins cost either weight or spikes. COBA takes the spike route (rate ≈ 45 → 143 Hz, still climbing); PING sharpens its readout through the loop and holds ≈ 10 Hz. The loop buys confidence for free; without it, confidence costs spikes.
So the rate doesn’t fail to converge: it tracks a loss that never stops rewarding margin. Each cell’s per-epoch metrics already record test_margin, test_confidence and test_logit_scale, so the prediction that COBA’s margin rises with its rate while PING’s plateaus can be read straight from them.
Figure 3 infers confidence from the rate. The margin, confidence and logit scale that exp022 already logs per epoch let us measure it directly: