Failed test case: “extra_check”. Wrong bias vector b1…
Expected:
[[0.03448384]
[0.03609865]
[0.0347455 ]],
but got:
[[0.79242606]
[0.92205182]
[0.85903016]].
Failed test case: “extra_check”. Wrong weights matrix W2…
Expected:
[[-0.39306094 -0.41154116 -0.40031599]],
but got:
[[-2.53898163 -2.75359949 -2.64586636]].
Failed test case: “extra_check”. Wrong bias vector b2…
Expected:
[[-0.74585916]],
but got:
[[1.72524631]].
I already went through all my code and wasn’t able to find what was wrong. I would like to send my code to someone to be pointed in the right direction.
Wow, man! You are glued to your computer! Thank you so much for being available so fast. Is there a way inside Coursera to open the old and the new notebooks side by side? Should I use something like google colab? Thank you mate.
I recommend you open two separate browser windows, and open each notebook in one of them. Then set them up as side-by-side browser tabs, so you can see both at the same time.
Thank you for your thoroughness. The file is indeed the current one. The lines of code you mentioned are exactly the same as the ones I see in my file w3_unittest.py. Do you believe that I made some error in my code so that there’s a difference in the results I got? I wonder if the cost function is wrong. Perhaps the use of .dot instead of matmul in the back prop is propagating an error?