small typo

This commit is contained in:
Morten Hjorth-Jensen
2021-10-07 09:06:07 +02:00
parent c1b0b5fdc0
commit ff90848c50
7 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -437,7 +437,7 @@ Hessians.
Recently, a number of methods have been introduced that accomplish
this by tracking not only the gradient, but also the second moment of
the gradient. These methods include AdaGrad, AdaDelta, RMS-Prop, and
the gradient. These methods include AdaGrad, AdaDelta, Root Mean Squared Propagation (RMS-Prop), and
ADAM.
!split