Transformation Pipeline
Original (32×32)
→
Transformed Tensor
Channel Statistics
| Ch | Min | Max | Mean |
|---|
Input Data
Preprocessing
Augmentations
ConvNet Architecture
Layer Parameters Layer 0
Calculation Engine
Output(x,y) = Σ (Input × Weight) + Bias
Hover/Drag input to see math...
Bias: 0.1
Result: 0
Result: 0
Playback
Layer Parameters
Navigation
Classification Head (GAP → Dense → Softmax)
Params: 0
Configuration Modern Head
Math: Dense Layer
a[l] = g(
W[l] a[l-1] + b[l] )
Hover over a node or connection to see what it does.
GAP: 256 feature map averages fed as input. Hidden neurons combine inputs using learned weights. Output logits are class confidence scores. Connections carry weighted signals between layers.