Model Pipeline - Batch size and epochs
This pipeline shows how batch size and epochs affect training a simple neural network. Batch size controls how many samples the model sees before updating. Epochs control how many times the model sees the whole dataset.