I am back in Melbourne and all the problems regarding the due date from my last post were solved, so this is nothing about that. Now I am wondering, I am getting an error for the softmax problem in the week 2 first programming assignment. I followed the instructions entirely, and I believe that I got the answer right. Could you please check it?
Please click my name and message your notebook as an attachment.
Softmax sums e^x terms and divides the numerator. Your calculation of x_sum
is incorrect since it computes the sum of x
.