Learning Goal: I’m working on a data engineering exercise and need the explanation and answer to help me learn.
- Read Chapter 4: Convolutional Neural Networks from “Gulli, A., Kapoor, A., Pal, S. (2019). Deep Learning with TensorFlow 2 and Keras: Regression, ConvNets, GANs, RNNs, NLP, and More with TensorFlow 2 and the Keras API, 2nd Edition. United Kingdom: Packt Publishing.” Use LeNet code as in an example of DCNN Γ’β¬β LeNet (page 114), and:
- define the LeNet network
- training the network
- and execute the model for 20 epochs
- see some of the MNIST images in order to understand how good the result is.
For the submission, summarize the execution of the model in terms of accuracy.