Question
Objective: The goal of this assignment is to implement the linear classifier algorithm 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,