From e65dd2e2460b1da48c83a930304cf9b269fc4447 Mon Sep 17 00:00:00 2001 From: YurenHao0426 Date: Mon, 27 Jul 2026 17:47:13 -0500 Subject: Add AAAI depth experiments and diagnostic figures --- scripts/README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'scripts/README.md') diff --git a/scripts/README.md b/scripts/README.md index 51dcbe3..c7c5ead 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -20,6 +20,12 @@ the recipes further down this file cover the static-geometry scripts). | `finite_time_kernel_diagnostic.py` | oracle time-varying K(t) vs fixed K(0) | 13 | | `real_data_validation.py` | MNIST: T3 + estimator (has `--self-test`) | 38 | | `plot_teacher_test_gap.py` | teacher train-vs-test gap figure | 39 | +| `feedback_rules.py`, `test_feedback_rules.py` | shared arbitrary-depth BP/FA/DFA implementation + numerical checks | 43 | +| `aaai_depth_experiments.py` | FA/DFA initialization depth calibration + FA finite-time depth/width grid | 43 | +| `parameter_matched_depth_control.py` | equal-parameter-count finite-time depth control for the supplement | 43 | +| `learning_rate_compensation.py` | same-rate, initialization-compensated, and independently tuned controls | 43 | +| `cnn_initialization_validation.py` | FA/DFA initialization theorem on a cross-entropy CNN | 43 | +| `plot_aaai_main_figures.py` | two focused three-panel main figures | 43 | **Diagnostics / negative results (kept for the record):** `fa_tangent_kernel_capacity.py` (kernel capacity probe, note 07), -- cgit v1.2.3