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

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.

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:
![result_cpu](https://github.com/user-attachments/assets/85421ddc-bc76-43c7-b749-9f5b57bbe597)

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