Simple CNN for Image Classification
Exercise of the L4-DL Deep Learning Specialization course.
Train a CNN model to classify handwritten digit images with the correct number.
- Define network structure
- Prepare and read the dataset
- Preprocess images
- Train the model and evaluate performance
The enclosed pictures are from the MNIST dataset (http://yann.lecun.com/exdb/mnist/).
Exercise of the L4-DL Deep Learning Specialization course.
Train a CNN model to classify handwritten digit images with the correct number.
- Define network structure
- Prepare and read the dataset
- Preprocess images
- Train the model and evaluate performance
The enclosed pictures are from the MNIST dataset (http://yann.lecun.com/exdb/mnist/).