diff options
| author | YurenHao0426 <Blackhao0426@gmail.com> | 2026-04-02 14:42:02 -0500 |
|---|---|---|
| committer | YurenHao0426 <Blackhao0426@gmail.com> | 2026-04-02 14:42:02 -0500 |
| commit | fe36805c894671b571f0dd573185394ca2e88c8d (patch) | |
| tree | dc04ab3d0057f50d0d2392904198a8a800c4c092 /results/ep_baseline/ep_s1024.json | |
| parent | 100ae0eb429774ae9cd4f3085de7c87bf9d56d45 (diff) | |
Add EP baseline (5 seeds), GELU ablation (20 runs), CNN BP+DFA (10 runs)
EP (L=4 d=256): acc≈30%, Gamma≈0, rho≈0 — EP credit signal weak on feedforward MLP
GELU ablation (ReLU variant): 4 methods × 5 seeds complete
CNN BP+DFA: 5 seeds each, BP + DFA on SmallCNN
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'results/ep_baseline/ep_s1024.json')
| -rw-r--r-- | results/ep_baseline/ep_s1024.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/results/ep_baseline/ep_s1024.json b/results/ep_baseline/ep_s1024.json new file mode 100644 index 0000000..a6f16e2 --- /dev/null +++ b/results/ep_baseline/ep_s1024.json @@ -0,0 +1,23 @@ +{ + "method": "ep", + "seed": 1024, + "acc": 0.2981, + "Gamma": -0.001718481391435489, + "rho": 0.0012313337065279484, + "naive_StateErr": 0.804000735282898, + "gammas_per_layer": [ + 0.0, + 0.004800701513886452, + -0.00025482603814452887, + -0.011419801041483879 + ], + "rhos_per_layer": [ + 0.0, + -0.01354932226240635, + 0.03151280805468559, + -0.01303815096616745 + ], + "beta": 0.5, + "T_nudge": 20, + "alpha_nudge": 0.1 +}
\ No newline at end of file |
