More from Math Visualization
Other simulators in this category — or see all 61.
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.
Convolution (pulses)
Two rectangular pulses; overlap length at τ = 0.
Euler vs RK4 (Pendulum)
Same nonlinear pendulum ODE and step h; Euler vs RK4 side by side.
Lotka–Volterra
N′ = αN−βNP, P′ = δNP−γP; phase plane RK4; equilibrium dot.
Logistic Growth
dN/dt = rN(1−N/K); exact S-curve vs carrying capacity K.
Logistic Map Bifurcation
x_{n+1}=rx_n(1−x_n): scan r, plot attractors — period doubling to chaos (Feigenbaum cascade).