Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 812 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 812 Bytes

CNN to predict the MNIST handwritten digit dataset

I used TensorFlow to create a CNN to predict the MNIST handwritten digit dataset. I trained this CNN solely as an excuse to become familiar with TensorFlow. The final prediction accuracy was 98.45% on the test dataset, which is typical for this dataset.

Dataset: MNIST handwritten digit database.

An example of a correct label An example of an incorrect label