Learn by Interaction

Interactive Visualizations

Browser-based educational tools designed to build intuition for core machine learning concepts through visual, hands-on exploration.

These visualizations are built as interactive learning tools, combining machine learning concepts with real-time exploration. Each demo is designed to make abstract ideas easier to understand by showing how algorithms behave dynamically.

Demos
K-Means vs DBSCAN visualization preview
Clustering Algorithms

K-Means vs DBSCAN

Interactive comparison of centroid-based and density-based clustering, demonstrating how different algorithms handle non-linear structures, cluster density, and noise.

K-Means DBSCAN Clustering Data Visualization
Gradient descent optimizers visualization preview
Optimization Algorithms

Gradient Descent Optimizers

Interactive exploration of SGD, Momentum, RMSProp, and Adam, visualizing how different optimization strategies converge across complex loss landscapes.

SGD Momentum RMSProp Adam
Backpropagation neural network visualization preview
Neural Networks

Neural Network Backpropagation

Step-by-step visualization of how neural networks learn through forward and backward propagation, including gradient flow, loss computation, and weight updates in real time.

Neural Networks Backpropagation Gradients Deep Learning