Current dynamics
Linearized startAt initialization both predictions begin near zero.
At infinite width, gradient descent can resemble kernel regression with a nearly frozen neural tangent kernel. Shrink the network or push updates harder, and learned features begin to drift away from that linearized prediction.
Toggle observations to alter the learned function.
Compare the target, finite network, and frozen-kernel prediction.
At initialization both predictions begin near zero.
Large width and small parameter movement keep the tangent features stable.
The tangent kernel measures how parameter changes co-move outputs across inputs. In a sufficiently wide network, that kernel changes little during training, turning gradient descent into a tractable kernel evolution.
Each input is represented by its gradient with respect to parameters. Their inner products define which outputs learn together under gradient descent.
Under standard scaling, individual parameters move less as width grows.
Features can stay close to initialization while output fitting still succeeds.
Narrower models or larger updates may alter the tangent kernel and improve representations.
NTK predictions are asymptotic and parameterization-dependent, not universal behavior.
Record width, parameterization, initialization scale, optimizer, learning rate, training time, Jacobian drift, kernel drift, and finite-width error.
Overlay finite-network predictions with kernel gradient flow throughout training, not only at convergence.
Recompute the empirical NTK at checkpoints and report normalized change from initialization.
A real regime claim should strengthen with width and weaken under aggressive feature movement.
Hover or focus each regime to expose its assumptions.
The curves are illustrative. These papers introduce the neural tangent kernel, infinite-width correspondence, finite-width corrections, and feature-learning regimes.
Introduces the NTK and constant-kernel infinite-width dynamics.
INFINITE WIDTHConnects wide-network training to first-order Taylor dynamics.
FINITE WIDTHDevelops practical exact kernel computation for wide architectures.
FEATURE LEARNINGStudies parameterizations where feature learning persists at infinite width.
Preserve the width, scaling, kernel drift, and trajectory comparison. Then see how Superpowers builds inspectable tools and caches repeatable computer-use evaluations.