Fundamentals
Perceptron Learning
Step-by-step visualization of how a single-layer perceptron learns to classify data by adjusting weights.
02Gradient Descent Landscape
Explore 3D loss surfaces and watch different optimizers (SGD, Momentum, Adam) navigate to the minimum.
03Activation Function Explorer
Compare ReLU, Sigmoid, Tanh, GELU, Swish and more with interactive graphs showing functions and derivatives.
04Backpropagation Flow
Watch gradients propagate backward through a neural network during training with animated flow visualization.
Deep Learning Architectures
Clustering & Unsupervised Learning
Coming Soon
Vanishing Gradient Visualizer
See how gradients shrink in deep networks and understand why this causes training problems.
GAN Training Dynamics
Watch generator and discriminator compete in an adversarial game to create realistic samples.
Autoencoder Latent Space
Explore the compressed representation learned by autoencoders and generate new samples.