Hey, I am stuck on the second exercise in this assignment. I am getting the output:
Cost after first iteration: 0.6931489045172448
Error: Wrong output for variable W1.
Error: Wrong output for variable b1.
Error: Wrong output for variable W2.
Error: Wrong output for variable b2.
Error: Wrong output for variable W3.
Error: Wrong output for variable b3.
Error: Wrong output for variable 0.
Error: Wrong output for variable W1.
Error: Wrong output for variable b1.
Error: Wrong output for variable W2.
Error: Wrong output for variable b2.
Error: Wrong output for variable W3.
Error: Wrong output for variable b3.
Error: Wrong output for variable 0.
2 Tests passed
2 Tests failed
I have revisited the code multiple times and I can’t find what is going wrong. Two of the three functions that I am adding to the code on this exercise are:
{moderator edit - solution code removed}