https://github.com/cudavailable/mnist
Classifier for the MNIST handwritten digit set.
https://github.com/cudavailable/mnist
computer-vison mnist-classifier pytorch-implementation
Last synced: 2 months ago
JSON representation
Classifier for the MNIST handwritten digit set.
- Host: GitHub
- URL: https://github.com/cudavailable/mnist
- Owner: cudavailable
- Created: 2024-10-29T04:21:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-01T11:02:51.000Z (over 1 year ago)
- Last Synced: 2025-10-11T02:43:21.828Z (9 months ago)
- Topics: computer-vison, mnist-classifier, pytorch-implementation
- Language: Python
- Homepage:
- Size: 22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MNIST
Classifier for the MNIST handwritten digit set.
## Config:
- num_epoch = 20
- train_batch_size = 64
- test_batch_size = 128
- lr = 0.001
## Result:

## Other Frameworks:
[cudavailable/MindSpore_MNIST: some codes about MNIST recognition with MindSpore.](https://github.com/cudavailable/MindSpore_MNIST)