Related simulators
Continue with similar topics in this category — or all 85 in Math Visualization.
Random Walk
1D or 2D steps; trail and running mean ⟨r²⟩ vs diffusion intuition.
Delaunay & Voronoi
Bowyer–Watson triangulation and dual Voronoi tessellation; click to add seeds, drag to move.
Tumor Growth (Gompertz / Logistic)
V(t) → plateau K: Gompertz rV ln(K/V) or logistic rV(1−V/K); chemotherapy as linear kill −kV; RK4 vs untreated reference.
K-Means Clustering (Lloyd)
Click to add points, choose k, randomize centroids, then step Lloyd iterations (assign to nearest centroid, update means). Optional Gaussian-mixture demo; watch within-cluster SSE decrease.
Toy 2-Layer MLP + Backprop (XOR / spiral)
Click-labeled 2D data; **tanh** hidden layer + **logistic** output trained by **full-batch** gradient descent on **binary cross-entropy**. Heatmap shows **P(class 1)** evolving across epoch blocks — watch the **0.5 decision contour** wrap XOR or untangle spirals.
Monte Carlo Integration & Variance Reduction
Compare plain Monte Carlo, importance sampling, and stratified sampling for ∫f(x)dx, with convergence curves, standard error, and the 1/√N rate.