summaryrefslogtreecommitdiff
path: root/scripts/README.md
diff options
context:
space:
mode:
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),