Finally found the answer to week 4 exercise 1 in the first programming exercise, but there is a doubt still rounding my head.
My mistake was applying the reduce_sum method, I coded axis=1 and the grader threw an error message. however, I found that the number was the one that was supposed to appear. Finally, I fixed it by setting axis=-1, but is it not the same setting axis=1 than axis=-1 in a 2D array? shapes and the final result were supposedly the same but I don’t know if there is something that I am missing.
Thanks in advance!