Model Pipeline - Weight decay (L2 regularization)
This pipeline trains a simple neural network on a small dataset using weight decay, also called L2 regularization. Weight decay helps the model avoid overfitting by gently pushing weights to stay small.