Test the Network on a Subset

Test the network on a MNIST dataset.

Test the network

Now that we’ve trained the network, at least on a small subset of 100 records, we want to test how well that worked. We’ll do this against the second dataset, the training dataset.

First we need to get the test records, and the Python code we’ll use is very similar to what we used to get the training data:

Get hands-on with 1200+ tech skills courses.