summaryrefslogtreecommitdiff
path: root/experiments
AgeCommit message (Expand)Author
12 hoursAdd new experiment scripts, figures, and paper assets; untrack pyc/build arti...HEADmasterYurenHao0426
2026-04-26BP+EP audit for d=512 L=2 qualifying seeds + CIFAR-100 supportYurenHao0426
2026-04-26Find setting where both FA and DFA fail: d=512 L=2 ResMLPYurenHao0426
2026-04-22Add vanilla FA (Lillicrap 2016) implementation + full experiment suiteYurenHao0426
2026-04-08Sync experiment+protocol scripts with v2.32 corrected control valuesYurenHao0426
2026-04-08Round 38: add --penalty_lam flag to cifar_resmlp.py for Mode 2 cross-method testYurenHao0426
2026-04-08Round 36: upgrade (b) wording + add EP random-target neg control to §3YurenHao0426
2026-04-08Round 35: SB and CB also show data-agnostic Mode 1 growth on random targetsYurenHao0426
2026-04-08Round 34 random-target ablation: Mode 1 fires under random labels tooYurenHao0426
2026-04-08Round 32+33 H2 ablation: add no_residual_add flag; falsify residual-as-cause ...YurenHao0426
2026-04-08Add perturbation correlation metric calibrationYurenHao0426
2026-04-08Extend perturbation audit to vanilla early-epoch checkpointsYurenHao0426
2026-04-08Add perturbation correlation audit (round 19's recommended alt metric)YurenHao0426
2026-04-08Add BP+penalty control (round 19's #4 critical experiment)YurenHao0426
2026-04-08Add vanilla DFA early-epoch checkpoint training (round 19 disambiguation)YurenHao0426
2026-04-08Add null calibration script: training-Bs vs fresh-Bs cos on penalized DFAYurenHao0426
2026-04-08Add penalty lambda 3-seed summary script + checkpoint save in penalty testYurenHao0426
2026-04-07Add fast direction-quality measurement on existing DFA checkpointsYurenHao0426
2026-04-07Add ViT-Mini DFA training script that saves checkpoint + BsYurenHao0426
2026-04-07Add DFA direction-quality direct test (codex round 13 option c)YurenHao0426
2026-04-03Fix CNN compute_bp_grads: remove inter-layer detach so gradients flow to all ...YurenHao0426
2026-04-03Add checkpoint saving to ep_synthetic.pyYurenHao0426
2026-04-03Fix EP credit sign in cnn_baseline.pyYurenHao0426
2026-04-02Fix EP credit sign: negate (h_nudge - h_free)/β to align with BP grad directionYurenHao0426
2026-04-02Add --d_hidden arg to ep_baseline.py for d=512 supportYurenHao0426
2026-04-02Fix ep_synthetic: bp dict needs L+1 entries for EP credit comparisonYurenHao0426
2026-04-02Add EP synthetic ladder scriptYurenHao0426
2026-04-02Fix CNN state bridge: use custom CNNStateBridge for variable input dimsYurenHao0426
2026-04-02Add SB and CB methods to cnn_baseline.pyYurenHao0426
2026-04-02Fix gelu_ablation.py: compute method-specific Gamma instead of hardcoded 1.0YurenHao0426
2026-04-02Add GELU/ReLU ablation script for CIFAR MLPYurenHao0426
2026-04-02Add CNN baseline: SmallCNN with BP/DFA/EP on CIFAR-10YurenHao0426
2026-04-02Add EP baseline implementation (Scellier & Bengio 2017) for CIFAR MLPYurenHao0426
2026-04-01Add d512_sparsity.py: support sparsity for d=512 checkpointsYurenHao0426
2026-04-01Add cifar_d512_confirmatory.py: L=4 d=512 with checkpoint savingYurenHao0426
2026-04-01Add clean_sparsity_persample.py: per-sample gradient statsYurenHao0426
2026-04-01Add clean_sparsity_full.py: independent-process full sparsity analysisYurenHao0426
2026-04-01Add clean gradient check: independent Python process per method, GPU 1YurenHao0426
2026-04-01Add confirmatory supplement: T1-T4 from checkpoints (no retraining)YurenHao0426
2026-04-01Add extended sparsity analysis: A4 per-layer, B1 snapshots, B2 active subset,...YurenHao0426
2026-04-01Add BP support sparsity analysis: threshold sweep + gradient histogramsYurenHao0426
2026-03-31Update naive StateErr v3: L2 norm ratio formula, with checkpoints savedYurenHao0426
2026-03-31Add BP supplement for A2 CIFAR: 10 seeds with acc, Gamma, rho, naive_StateErrYurenHao0426
2026-03-31Add naive state prediction baseline for A1 and A2YurenHao0426
2026-03-30Add confirmatory paper experiments: A1-A4, all 10 seeds completeYurenHao0426
2026-03-27Add Phase 10A.8C: 3-seed replication — scaffold gains are marginalYurenHao0426
2026-03-27Add Phase 10A.8: freeze-with-decay confirms stale aux is main freeze failure ...YurenHao0426
2026-03-27Add Phase 10A.7: minimal aux compression — continuous trainability is essen...YurenHao0426
2026-03-26Add Phase 10A.6: gain requires trainable depth-aware aux, not semantic creditYurenHao0426
2026-03-26Add Phase 10A.5: blend gain is implicit regularization, not learned creditYurenHao0426