Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/optim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProGamerGov <ProGamerGov@users.noreply.github.com>2017-11-28 00:12:02 +0300
committerGitHub <noreply@github.com>2017-11-28 00:12:02 +0300
commit61f8d6ac283afc48d72cf5958ebe3dbef5ecbe41 (patch)
tree1ff3c5ed6e45217a2efdb3445ee25d36312735e2
parent656c42af1f996e4a5d6aae3b9aeac831ca162241 (diff)
Fixed the link to the Adam research paper
Fixed the link to the, "Adam: A Method for Stochastic Optimization" research paper. This link no longer works: http://arxiv.org/pdf/1412.6980.pdf I and many others involved with machine learning, find it's better to link to the research paper's arXiv page itself, and not directly to the PDF file. This is because it's not easy to get to the research paper's arXiv page, directly from the PDF, but it is easy to get to the PDF from the arXiv page.
-rw-r--r--adam.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/adam.lua b/adam.lua
index bc80b5e..2e127e9 100644
--- a/adam.lua
+++ b/adam.lua
@@ -1,4 +1,4 @@
---[[ An implementation of Adam http://arxiv.org/pdf/1412.6980.pdf
+--[[ An implementation of Adam https://arxiv.org/abs/1412.6980
ARGS: