From fe36805c894671b571f0dd573185394ca2e88c8d Mon Sep 17 00:00:00 2001 From: YurenHao0426 Date: Thu, 2 Apr 2026 14:42:02 -0500 Subject: Add EP baseline (5 seeds), GELU ablation (20 runs), CNN BP+DFA (10 runs) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- results/cnn_baseline/bp_s42.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 results/cnn_baseline/bp_s42.json (limited to 'results/cnn_baseline/bp_s42.json') diff --git a/results/cnn_baseline/bp_s42.json b/results/cnn_baseline/bp_s42.json new file mode 100644 index 0000000..1f1e041 --- /dev/null +++ b/results/cnn_baseline/bp_s42.json @@ -0,0 +1,25 @@ +{ + "method": "bp", + "seed": 42, + "acc": 0.8621, + "Gamma": 0.2417115569114685, + "rho": 0.24997350573539734, + "gammas_per_layer": [ + 0.0, + 0.0, + 0.0, + 0.966846227645874 + ], + "rhos_per_layer": [ + 0.0, + 0.0, + 0.0, + 0.9998940229415894 + ], + "epochs": 100, + "lr": 0.001, + "wd": 0.01, + "beta": 0.5, + "T_nudge": 20, + "alpha_nudge": 0.05 +} \ No newline at end of file -- cgit v1.2.3