meta-learning

← ~/visualizations

meta-learning #

Visualizes MAML-style meta-learning as a repeating cycle: sample a task from a task distribution, perform a few inner-loop gradient steps that adapt θ to θ′ using only a small task dataset (few-shot), then run an outer-loop meta-update that nudges shared meta-parameters θ to minimize the post-adaptation loss L_T(θ′) across tasks.

canvasclick to interact

⏮◀◀▶▶STEP0.25x1xZOOM

t=0s

practical uses #

technical notes #

Blocky green-on-black panels show (left) task distribution, (center) parameter space with θ→θ′ step trail, and (right) loss before/after adaptation. Animation cycles every ~4.2s with discrete inner steps and a smooth outer meta-update; θ is stored in a closure and updated only during the outer-loop segment.

← computational-graphsresidual-(skip)-connections →