πŸ”— Linear Layer Visualizer

Every connection's thickness and color IS its weight β€” green for positive, red for negative.

πŸ“‹ How To Use This Lab
  1. Drag in_features / out_features β€” the whole bipartite graph rebuilds live, animated.
  2. A thick green line means a strong positive weight; a thick red line means a strong negative one.
  3. Flip Bias on β€” every output gets a "+b" badge and its value shifts accordingly.
  4. Use Next/Previous/Auto Run to jump between a few interesting layer shapes.
Wira Input Output
πŸ€– WIRADrag a slider β€” I'll rebuild every connection and recompute every output live.
πŸ§‘β€πŸ« PROF. TORCHnn.Linear is just a weight matrix: each output is a weighted sum of every input, plus an optional bias.

πŸŽ›οΈ Layer Shape

No Bias
Bias On