diff options
| author | YurenHao0426 <Blackhao0426@gmail.com> | 2026-04-03 17:35:12 -0500 |
|---|---|---|
| committer | YurenHao0426 <Blackhao0426@gmail.com> | 2026-04-03 17:35:12 -0500 |
| commit | 88485f6f05243e2fc459807b6644c1ff45a55d2e (patch) | |
| tree | a9b3f87b4ab31de3ec19e47de94c286a1682c8ae /results/cnn_baseline/credit_bridge_s789.json | |
| parent | 52b421fde3faa673e7007a456846f8195cb45942 (diff) | |
Recompute all CNN diagnostics with fixed BP gradient flow
CNN CIFAR-10 (5 seeds, fixed Gamma):
BP: acc=86.8%, Gamma=0.970, rho=0.603
DFA: acc=56.7%, Gamma=0.896, rho=0.061
EP: acc=50.6%, Gamma=0.484, rho=0.450
SB: acc=63.3%, Gamma=1.000 (BP self-cos, feedback nets not saved), rho=0.601
CB: acc=31.8%, Gamma=1.000 (BP self-cos), rho=0.226
DFA Gamma=0.896 is notably high — CNN DFA credit aligns well with BP gradients.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'results/cnn_baseline/credit_bridge_s789.json')
| -rw-r--r-- | results/cnn_baseline/credit_bridge_s789.json | 29 |
1 files changed, 12 insertions, 17 deletions
diff --git a/results/cnn_baseline/credit_bridge_s789.json b/results/cnn_baseline/credit_bridge_s789.json index 3d671be..128db46 100644 --- a/results/cnn_baseline/credit_bridge_s789.json +++ b/results/cnn_baseline/credit_bridge_s789.json @@ -2,24 +2,19 @@ "method": "credit_bridge", "seed": 789, "acc": 0.2114, - "Gamma": 0.008945251815021038, - "rho": 0.02571555378381163, + "Gamma": 1.0, + "Gamma_note": "BP grad self-cosine (feedback nets not saved)", + "rho": 0.2705688779242337, "gammas_per_layer": [ - 0.0, - 0.0, - 0.0, - 0.03578100726008415 + 1.0, + 1.0, + 1.0, + 1.0 ], "rhos_per_layer": [ - -0.0057774255983531475, - 0.034756917506456375, - 0.06739151477813721, - 0.006491208449006081 - ], - "epochs": 100, - "lr": 0.001, - "wd": 0.01, - "beta": 0.5, - "T_nudge": 20, - "alpha_nudge": 0.05 + 0.030463384464383125, + 0.10732807219028473, + 0.25793737173080444, + 0.6865466833114624 + ] }
\ No newline at end of file |
