Understanding fastai's Applications: Digit classifier using fastai framework.
Chapter 4 : Under the Hood : Training a Digit Classifier.
First, let's try to build a classifier that could classify any image as a 3 or 7.
#get our sample MNIST data
path = untar_data(URLs.MNIST_SAMPLE)
Path.BASE_PATH = path
#get the threes and seve...
aymene.hashnode.dev3 min read