πŸ“‰ ReLU Visualizer

Drag the point β€” any negative input snaps straight down to zero, instantly.

πŸ“‹ How To Use This Lab
  1. Drag the yellow handle left and right along the X-axis to pick different input values.
  2. Watch the green output point on the curve β€” for any x < 0 it's pinned exactly at y = 0.
  3. Drag into positive territory β†’ the output tracks the input exactly (a straight diagonal line).
  4. Use Next/Previous/Auto Run to jump to specific values, including right around x = 0.
x = 2.00
ReLU(x) = 2.00
πŸ“‰ RELIXDrag the yellow handle β€” watch what happens the moment it crosses into negative territory.
πŸ§‘β€πŸ« PROF. TORCHReLU(x) = max(0, x) β€” the simplest possible activation function, and one of the most widely used.