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 d6eb004 commit 27e37a0Copy full SHA for 27e37a0
doc/modules/sgd.rst
@@ -267,7 +267,7 @@ training error given by
267
268
.. math::
269
270
- E(w,b) = \sum_{i=1}^{n} L(y_i, f(x_i)) + \alpha R(w)
+ E(w,b) = \frac{1}{n}\sum_{i=1}^{n} L(y_i, f(x_i)) + \alpha R(w)
271
272
where :math:`L` is a loss function that measures model (mis)fit and
273
:math:`R` is a regularization term (aka penalty) that penalizes model
0 commit comments