{moderator edit - solution code removed}
That is the code I have written for backward propagation. However, the backward_propagation_test() shows the following error.
ValueError: shapes (4,1) and (4,3) not aligned: 1 (dim 1) != 4 (dim 0)
Can someone help me solve the issue? Thanks.