Hey guys!
I just finished the week 3 lab and got the grade in Exercise 3: initialize_parameters.
However, I don’t know what I could have gone wrong, the question doesn’t have many steps. As I call question 3 in question 7, I also got a lower score.
Anyway, to initialize the parameters and just get the X and Y shapes and set n_h to two, has anyone had a similar problem?
Wow, Lucas! It was accurate.
I wrote the resolution and forgot a letter in the parameter W2. I read the solution several times and did not understand hahaha.
But now it works, thanks!
Hi!
In my case, in the parameter w1 I used randn and in w2 I used (wrongly) rand. As for the b1 and b2 parameters, I used the correct np.zeros. Try putting the output of your code, I believe it helps to find out the root cause.