Loading data with PyTorch: MNIST digits dataset

Опубликовано: 15 Май 2026
на канале: AI to Bio
104
0

Download the MNIST digits dataset and learn how to prepare it for training an ML model using the PyTorch Dataset and DataLoader classes.

Tune in next time for part 2: model training!

My jupyter notebook:
https://github.com/amcrabtree/tutoria...

Kaggle site with MNIST digits data + competition:
https://www.kaggle.com/competitions/d...

Timestamps
00:00 Intro
00:21 Data format
05:05 PyTorch Dataset class
08:31 PyTorch Dataloader class