Fix typo of Softmax document

helinwang-patch-1
wanglun 7 years ago
parent 8090eb6272
commit f96f2860f9

@ -77,7 +77,7 @@ class SoftmaxActivation(BaseActivation):
.. math::
P(y=j|x) = \\frac{e^{x_j}} {\\sum^K_{k=1} e^{x_j} }
P(y=j|x) = \\frac{e^{x_j}} {\\sum^K_{k=1} e^{x_k} }
"""
def __init__(self):

Loading…
Cancel
Save