AI & ML Concept Simulations
Interact with core artificial intelligence algorithms running live in your browser. Visualize neural decision boundaries, transformer self-attention heatmaps, LLM temperature sampling, and K-Means clustering in real-time.
2D Decision Boundary Space
Click canvas to add custom points. Orange = Class A (+1), Blue = Class B (-1)
Dataset Pattern
Architecture & Hyperparameters
1. Forward Pass feeds $(x_1, x_2)$ coordinates through weighted layers to predict Class probability.
2. Loss calculates prediction error.
3. Backward Pass uses the chain rule of calculus to adjust every weight against the gradient ($\Delta W = -\eta \cdot \frac{\partial \mathcal{L}}{\partial W}$).