Calculating a random weight matrix

Description: In this assignment, you are going to write a python program to implement logisticsregression for digit recognition.The image size is 28 x 28. Here is one of the training example.Here are the tasks for this assignment• Add ones to the first row to the data...