PLT.PLOT (X, Softmax (Scores) .t, Liniewidth = 2)
plt.plot(x, softmax(scores).T, linewidth=2)
Cheerful Crab
plt.plot(x, softmax(scores).T, linewidth=2)