Abhishek
Results
1
comments of
Abhishek
Use this: `def softmax(z): return np.exp(z)/((np.exp(z)).sum())`