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 b89282c commit b9a1e48Copy full SHA for b9a1e48
code/logistic_sgd.py
@@ -81,7 +81,7 @@ def __init__(self, input, n_in, n_out):
81
name='W',
82
borrow=True
83
)
84
- # initialize the baises b as a vector of n_out 0s
+ # initialize the biases b as a vector of n_out 0s
85
self.b = theano.shared(
86
value=numpy.zeros(
87
(n_out,),
0 commit comments