This repository holds the code for creating a model for the Kaggle's MNIST Digit Recognizer
Link: https://www.kaggle.com/competitions/digit-recognizer
- PyTorch
- Pandas
- The dataset (you must download it)
Currently, you can't call the file directly.
First, you enter Python REPL with python3
Then,
import main
main.run()
After training is done:
import submission
A CSV file will be saved in current directory.