πŸ“Š Batch Normalization Visualizer

Scattered data snaps to zero mean, unit variance β€” then Gamma and Beta reshape it live.

πŸ“‹ How To Use This Lab
  1. Look at the raw batch β€” scattered points with a real (non-zero) mean and spread.
  2. Press β–Ά Normalize Batch β†’ watch every point slide to zero mean, unit variance.
  3. Drag Gamma (spread) and Beta (shift) β†’ the normalized cluster rescales live.
  4. Change Batch Size β†’ a fresh random batch appears, un-normalized again.
mean = β€”
std = β€”
RAW (not normalized)
Raw Batch (unnormalized) Normalized Batch (mean=0, std=1) Γ— Gamma + Beta Press β–Ά Normalize Batch to begin
πŸ“Š NORMAThis batch is scattered with a real mean and spread. Press β–Ά Normalize Batch and watch it snap into place.
πŸ§‘β€πŸ« PROF. TORCHBatchNorm computes mean and variance ACROSS the batch, then rescales every point the same way.

πŸŽ›οΈ Batch Norm Parameters