Just another repository using CNN to classify handwritten digits
This repository contains three increasingly improved CNN models for handwritten digit recogition.
- The data used to train
model_01
andmodel_02
is not categoricalized model_03
is trained on categoricalized data
model_01.py
tomodel_03.py
compile and train the respective model, creating a .kreas filetest_sparse.py model_XX.keras
can be used to test the accuracy and loss for models trained on not categoricalized datatest_categorical.py model_XX.keras
can be used to test the accuracy and loss for models trained on categoricalized datapredicy.py model_XX.keras
predicts the number written on images in the./img
folder while visualizing the png