Model Pipeline - Batch normalization (nn.BatchNorm)
Batch normalization helps a neural network learn faster and better by keeping the data flowing through the network balanced. It adjusts the data inside the network layers so the model trains more smoothly.