An open API service indexing awesome lists of open source software.

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.

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.