Question
Objective: The goal of this assignment is to implement a 2-layer NN for image classification using the CIFAR-10 dataset. You will: 1. Utilize a built-in packages or libraries such as Pytorch and Tensorflow to perform forward and backward computations (Optional, not graded) 2. Implement the algorithm, such as forward an
Question image 1