CIFAR-100 MLP
BatchNorm precedes the activation. The benchmark uses three random seeds.
Preliminary research release
A parametric activation function designed to work with Batch Normalization, giving the network a learnable nonlinear response instead of a fixed threshold.
VNorm is studied as a companion to BatchNorm, not as a claim that one activation wins in every setting.
The public release contains the implementation, configuration, and benchmark code for a CIFAR-100 MLP comparison.
Focused comparison
BatchNorm precedes the activation. The benchmark uses three random seeds.
VNorm is compared with ReLU, CELU, SiLU, and PReLU.
Preliminary, reproducible, and intentionally clear about its BatchNorm dependence.
From the run log
CIFAR-100 MLP · CUDA · 30 epochs · seeds 1, 7, and 42. Values transcribed from the benchmark run.
Evolution averaged across the three random seeds.
Mean accuracy; vertical markers show the range across seeds.
Higher is better · mean values shown at right.
Public release
VNorm is part of Carlos M. Patino Machado's research portfolio and is developed under Tetraspace LLC.