diff options
| author | YurenHao0426 <Blackhao0426@gmail.com> | 2026-07-22 12:52:05 -0500 |
|---|---|---|
| committer | YurenHao0426 <Blackhao0426@gmail.com> | 2026-07-22 12:52:05 -0500 |
| commit | d841aa67aea64ef735c29e063829f36dc3c5d7de (patch) | |
| tree | 351a622eab30bf8fcd910f678ddc49961a8805de /README.md | |
| parent | da109afa23146988188c3af910c6a6205f0c63d9 (diff) | |
algorithm: estimate causal credit in vectorizer space
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -110,6 +110,13 @@ path: it perturbs the channel-gated basis directly and reproduces the expected full-field delta rule with far less irrelevant spatial variance. It does not retroactively reopen or relabel the failed frozen Oral-A protocol. +The subsequent V3 mechanism estimates the required A/G matrix statistics +directly by perturbing the vectorizer parameter subspace. It remains +forward-only and uses two causal loss queries per direction. Its exact and +BatchNorm JVP identities, delta rule, and matched synthetic variance comparison +are covered by `experiments/conv_local_smoke.py`; no task-level claim is made +until a new frozen gate is completed. + `experiments/finalize_accept.sh` additionally requires strict imports of the frozen BurstCCN and Dual Propagation author-code runs. Both records now pass; the accept-bar mechanical audit is green. The standard ResNet branch stopped |
