π Linear Layer Visualizer
Every connection's thickness and color IS its weight β
green
for positive,
red
for negative.
π How To Use This Lab
Drag
in_features
/
out_features
β the whole bipartite graph rebuilds live, animated.
A
thick green
line means a strong positive weight; a
thick red
line means a strong negative one.
Flip
Bias
on β every output gets a "+b" badge and its value shifts accordingly.
Use
Next/Previous/Auto Run
to jump between a few interesting layer shapes.
Wira
Input
Output
β Previous Step
Next Step βΆ
Auto Run βΆβΆ
βΊ Reset
π€ WIRA
Drag a slider β I'll rebuild every connection and recompute every output live.
π§βπ« PROF. TORCH
nn.Linear is just a weight matrix: each output is a weighted sum of every input, plus an optional bias.
ποΈ Layer Shape
in_features:
3
out_features:
4
No Bias
Bias On