Course 1 week 2 Python basics numpy

Following the softmax exercise shows me the following problem.


Could you help me with an explanation for my mistake?

thanks.

Hi, the x_sum sum each row of x_exp, so x_sum = np.sum (x_exp, axis = 1, keepdims = True) :grinning:

1 Like