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?
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.