PyTorch-MNIST-Tutorial/ ├── LICENSE ├── model.pth ├── model.py ├── README.md ├── test.py ├── train.py ├── utils.py ├── demo.py ├── mnist_train.csv └── mnist_test.csv ...
This project implements a number recognition system using the MNIST dataset. The MNIST dataset is a large collection of handwritten digits that is commonly used for training various image processing ...