Querying Our Neural Network

Learn how to make predictions on unseen data.

Now that we have a fairly well-trained network, let’s ask it to classify images. We’ll switch to the MNIST test dataset of 10,000 images. These are images our neural network has not yet seen.

Loading the test data

Let’s load the dataset with a new Dataset object.

Get hands-on with 1200+ tech skills courses.