From 11375078d783c4fa47a1901aac297c7c52e9c9d9 Mon Sep 17 00:00:00 2001 From: YurenHao0426 Date: Wed, 3 Jun 2026 10:02:51 -0500 Subject: Add early-kernel operator predictor --- notes/15_early_kernel_operator_predictor.md | 154 ++++++++++++++++++++++++++++ 1 file changed, 154 insertions(+) create mode 100644 notes/15_early_kernel_operator_predictor.md (limited to 'notes') diff --git a/notes/15_early_kernel_operator_predictor.md b/notes/15_early_kernel_operator_predictor.md new file mode 100644 index 0000000..eacf852 --- /dev/null +++ b/notes/15_early_kernel_operator_predictor.md @@ -0,0 +1,154 @@ +# Early-Kernel Operator Predictor + +This note records the first predictive finite-\(T\) operator-level result. + +## Problem + +The fixed initialization tangent-kernel prediction + +\[ +r_{t+1} += +\left(I-\frac{\eta}{N}K_0\right)r_t +\] + +works at very short horizon, but at \(T=50\) it over-predicts the FA/BP train +gap. The time-varying diagnostic in `notes/13_time_varying_kernel_diagnostic.md` +showed that the error is caused mostly by kernel drift \(K_t-K_0\), not by a +large second-order output residual. + +The goal here is a predictive, non-oracle correction: use only an early +observation window, not the final loss gap. + +## Predictors + +Let \(s