1. Input Data

2. Preprocessing

Normalize

3. Augmentations

Transformation Pipeline

Hover input...
Hover output...
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

Playback

Layer Parameters

Navigation

Classification Head (GAP → Dense → Softmax)
Params: 0

Configuration Modern Head

Hidden Units: 12
Dropout: 0.38

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.

Predict

Architecture

Input