Skip to content

Commit a6da8e3

Browse files
committed
Typo is comment
1 parent 8131cd3 commit a6da8e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: code/mlp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class MLP(object):
116116
that has one layer or more of hidden units and nonlinear activations.
117117
Intermediate layers usually have as activation function tanh or the
118118
sigmoid function (defined here by a ``HiddenLayer`` class) while the
119-
top layer is a softamx layer (defined here by a ``LogisticRegression``
119+
top layer is a softmax layer (defined here by a ``LogisticRegression``
120120
class).
121121
"""
122122

0 commit comments

Comments
 (0)