C1_W3_Assignment_forward_propagation_logic

I can’t figure out where is the logical mistake in my code.

{moderator edit: code removed - please do not share your code on the forum}

The output is correct, but one of the tests failed.

Can someone help me with this?

Hi @hoa ,

The problem is with the way your code carried out the matrix multiplication. Why do you feel there is a need to reshape the matrix X and W?

Please read the implementation instruction.

1 Like