Before we can even begin to train or build our model, we first need to get some data. As it turns out, a lot of people have made data available online for us to use for this purpose. One of the best-curated datasets around is MNIST, which we will use for the first two examples in this chapter.
We'll learn how to download MNIST and load it into our Go program so that we can use it in our model.