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 0fc081a commit 8792943Copy full SHA for 8792943
doc/modules/sgd.rst
@@ -514,9 +514,9 @@ For regression the default learning rate schedule is inverse scaling
514
515
.. math::
516
517
- \eta^{(t)} = \frac{eta_0}{t^{power\_t}}
+ \eta^{(t)} = \frac{\eta_0}{t^{power\_t}}
518
519
-where :math:`eta_0` and :math:`power\_t` are hyperparameters chosen by the
+where :math:`\eta_0` and :math:`power\_t` are hyperparameters chosen by the
520
user via ``eta0`` and ``power_t``, respectively.
521
522
For a constant learning rate use ``learning_rate='constant'`` and use ``eta0``
0 commit comments