summaryrefslogtreecommitdiff
path: root/scripts/README.md
diff options
context:
space:
mode:
authorYurenHao0426 <Blackhao0426@gmail.com>2026-07-27 17:47:13 -0500
committerYurenHao0426 <Blackhao0426@gmail.com>2026-07-27 17:47:13 -0500
commite65dd2e2460b1da48c83a930304cf9b269fc4447 (patch)
tree94f583b0fb5e9989bd6c68f7f0e950c6ef91756d /scripts/README.md
parent82a49011de15287583d8cfec11ac5cca7efee747 (diff)
Add AAAI depth experiments and diagnostic figures
Diffstat (limited to 'scripts/README.md')
-rw-r--r--scripts/README.md6
1 files changed, 6 insertions, 0 deletions
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),