This notebook is based on Fast AI’s course. The notebook deals with creating a baseline model for a small MNIST dataset. The dataset only contains images of handwritten 7s and 3s. The notebook aims to show a clearer picture of how a baseline ML model can be created from scratch…