Model Pipeline - Why DataLoader handles batching and shuffling
This pipeline shows how PyTorch's DataLoader helps prepare data by grouping it into batches and mixing the order (shuffling) before training a model. This makes training faster and helps the model learn better.