Test the Network on the Whole Dataset
Explore how to test your neural network against the MNIST dataset by analyzing each record, scoring predictions, and calculating accuracy. This lesson helps you understand performance measurement and refine your model by comparing expected and actual outputs.
We'll cover the following...
We'll cover the following...
Maintain the score of each record
Let’s keep going and write the code to see how the neural network performs against the rest of the dataset, and keep a score so we can see later if our own ideas for improving the learning ...