Hello!
I just started the lab for course week 4 and have some issues with the simplest assignment, which is initialize parameters. My weights and biases are being generated with the correct sizes and in the random function, I multiply with 0.01 , as instructed. However, i notice that the numbers generated from the expected output are completely different (not just a change with the decimal point). I noticed that random seed is set to 1 when you import the libraries at the beginning of the notebook and to 1 again in the exercise. Could it be something with the random seed to do?
Thanks in advance