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_01andmodel_02is not categoricalized model_03is trained on categoricalized data
model_01.pytomodel_03.pycompile and train the respective model, creating a .kreas filetest_sparse.py model_XX.kerascan be used to test the accuracy and loss for models trained on not categoricalized datatest_categorical.py model_XX.kerascan be used to test the accuracy and loss for models trained on categoricalized datapredicy.py model_XX.keraspredicts the number written on images in the./imgfolder while visualizing the png