https://github.com/tk04/digit_prediction_gpu
Made a model to predict numerical digits with the MNIST dataset using pytorch and torchvision. The model was trained on a GPU and perfomed very well: 97% accuracy.
https://github.com/tk04/digit_prediction_gpu
Last synced: 11 months ago
JSON representation
Made a model to predict numerical digits with the MNIST dataset using pytorch and torchvision. The model was trained on a GPU and perfomed very well: 97% accuracy.
- Host: GitHub
- URL: https://github.com/tk04/digit_prediction_gpu
- Owner: tk04
- Created: 2021-02-16T19:47:56.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-16T19:49:57.000Z (over 5 years ago)
- Last Synced: 2025-01-06T15:18:38.618Z (over 1 year ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 190 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Digit_Prediction_GPU
Made a model to predict numerical digits with the MNIST dataset using pytorch and torchvision. The model was trained on a GPU and perfomed very well: 97% accuracy.