Assignment question 3 help

I don’t understand what to do in this question, what should I put in the ‘none’ values and where do I use np.random.randn(a,b) * 0.01 and np.zeros((a,b))?

Hi @Mahad_Kamran ,

These two functions are for generating the weight matrix and the bias matrix respectively, where the argument passed to the function is the shape of the matrix. Have a look at the assignment notes accompanied with this exercise for instructions.

I still don’t get where in the code I should insert these functions. Is there any material I can refer to? The instructions don’t make sense to me.