Model Pipeline - L1 and L2 regularization
This pipeline shows how L1 and L2 regularization help a neural network learn better by preventing it from memorizing the training data. Regularization adds a small penalty to the model's weights during training, encouraging simpler models that generalize well.