It’s time to make the leap from simple pizza-related examples to the cool stuff: image recognition. We’re about to do something magical. Within a few pages, we’ll have a program that classifies images.
In this chapter and the next, we’ll apply our binary classifier to MNIST, a database of handwritten digits.[13] Just a few years ago, before ML systems could tackle more complex datasets, AI researchers used MNIST as a benchmark for their algorithms. In this chapter, we’ll join that esteemed crowd.
This will be our first experience with computer vision, so let’s start small. We’ll begin by recognizing a single MNIST digit, and leave more general character recognition to the next chapter.