You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/mlp.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,7 @@ both upward (activations flowing from inputs to outputs) and backward
175
175
self.b = theano.shared(value= b_values, name ='b')
176
176
177
177
178
-
Note that we used a given nonlinear function as the activation function of the hidden layer. By default this is ``tanh``, but in many cases we might want
178
+
Note that we used a given non-linear function as the activation function of the hidden layer. By default this is ``tanh``, but in many cases we might want
0 commit comments