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: about 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 (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T07:00:39.000Z (7 months ago)
- Last Synced: 2024-10-29T07:26:18.402Z (7 months ago)
- Topics: computer-vison, mnist-classifier, pytorch-implementation
- Language: Python
- Homepage:
- Size: 0 Bytes
- 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)