From 14b45ec3dfd75baa6981e7b105c965fb187487fd Mon Sep 17 00:00:00 2001 From: Menshykov Date: Sun, 16 Oct 2016 23:01:19 +0300 Subject: Update algos.md --- doc/algos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/algos.md b/doc/algos.md index a3ce681..a8dba9f 100644 --- a/doc/algos.md +++ b/doc/algos.md @@ -269,7 +269,7 @@ Algorithm is published in http://epubs.siam.org/doi/abs/10.1137/080716542 ## nag(opfunc, x[, config][, state]) -An implementation of *SGD* adapted with features of *Nesterov's Accelerated Gradient method*, based on the paper "On the Importance of Initialization and Momentum in Deep Learning" (Sutsveker et. al., ICML 2013) http://www.cs.toronto.edu/~fritz/absps/momentum.pdf. +An implementation of *SGD* adapted with features of *Nesterov's Accelerated Gradient method*, based on the paper "On the Importance of Initialization and Momentum in Deep Learning" (Sutskever et. al., ICML 2013) http://www.cs.toronto.edu/~fritz/absps/momentum.pdf. Arguments: -- cgit v1.2.3