We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8131cd3 commit a6da8e3Copy full SHA for a6da8e3
code/mlp.py
@@ -116,7 +116,7 @@ class MLP(object):
116
that has one layer or more of hidden units and nonlinear activations.
117
Intermediate layers usually have as activation function tanh or the
118
sigmoid function (defined here by a ``HiddenLayer`` class) while the
119
- top layer is a softamx layer (defined here by a ``LogisticRegression``
+ top layer is a softmax layer (defined here by a ``LogisticRegression``
120
class).
121
"""
122
0 commit comments