demos
5 interactive demos accompanying my doctoral research. each runs entirely in your browser.
-
Brittle Unlearning
liveDrag a slider, pick an unlearning method, watch the forgotten knowledge come back under a fine-tuning attack. Every published method recovers within ~100 steps. Except the wrapper-axis ones.
open demo -
Hopfield Networks
liveStore binary patterns with Hebbian learning, corrupt them, then watch the network roll downhill into the nearest attractor. Explore the energy landscape, find spurious minima, and hit the 0.138 capacity wall.
open demo -
Boltzmann Machines
liveTrain a Restricted Boltzmann Machine on tiny digits live in your browser. Watch filters emerge, paint corruption on a digit and watch Gibbs sampling clean it up, then explore the free-energy landscape in 3D.
open demo -
Self-Organizing Maps
liveKohonen SOM on a hex grid. Random RGB samples flow in, neurons compete for them, and a chaotic checkerboard self-organizes into smooth color regions. Toggle the U-Matrix to see cluster boundaries, then watch the grid morph into a 2D manifold inside the RGB cube.
open demo -
Formation Game
liveInteractive paper on mean-field formation games. Read the math, then run agents on a 30×30 grid under any of six cost variants from §6 and watch them self-organise into a target pattern from random initial positions.
open demo