π Challenge: Building the Network
Build the network for the MNIST dataset problem that we examined at in the previous lesson.
We'll cover the following...
Problem statement
The preprocessed MNIST dataset has been provided. Specify the network architecture, compile, fit, and evaluate the model performance on the training data.
-
The model architecture should have 2 hidden layers with 60 and 60 nodes respectively ...