Convolutional neural network to recognize symbols using a MNIST-like datasets
Recognize handwritten letters and digits
92%
PyTorch, TorchVision, Numpy (1.23.1), matplotlib.pyplot
28x28 grayscaled images
python3 cnn.py
# Comment or uncomment necessary functions
train(model, model_path)
test(model_path)
test_all(model_path)
Warning
Training NN or testing all images (function test_all()) may take very long time.