It is a simple handwriting digits recognition based on CNN.
The CNN folder contains:
- CNN_example.py: use to test single image
- CNN_test.py: use to measure the quality on test dataset
- CNN3_train.py: use to train the model
- my_net: the trained model
The same as DNN and resnet. By the way, the "tf_logs_test" and "tf_logs_train" are used for visualization that are generated from the project.
It implement on tensorflow 1.8.0, and the tensorboard is also used to visualize the taining process.