Skip to main content
Cornell University
We gratefully acknowledge support from the Simons Foundation, member institutions, and all contributors. Donate

arXiv.org > article trackbacks

Help | Advanced Search

arXiv logo
Cornell University Logo

quick links

  • Login
  • Help Pages
  • About

arXiv
Trackbacks

Trackbacks indicate external web sites that link to articles in arXiv.org. Trackbacks do not reflect the opinion of arXiv.org and may not reflect the opinions of that article's authors.

Trackback guide

By sending a trackback, you can notify arXiv.org that you have created a web page that references a paper. Popular blogging software supports trackback: you can send us a trackback about this paper by giving your software the following trackback URL:

https://arxiv.org/trackback/{arXiv_id}

Some blogging software supports trackback autodiscovery -- in this case, your software will automatically send a trackback as soon as your create a link to our abstract page. See our trackback help page for more information.

Trackbacks for 1412.6980

Understanding Deep Learning Optimizers: Momentum, AdaGrad, RMSProp & Adam

[ Towards Data Science - Medium@ INVALID-URL ] trackback posted Sat, 30 Dec 2023 16:44:17 UTC

DL Notes: Advanced Gradient Descent

[ Towards Data Science - Medium@ INVALID-URL ] trackback posted Thu, 7 Dec 2023 08:08:02 UTC

Flux.jl on MNIST -- What about ADAM?

[ Towards Data Science - Medium@ INVALID-URL ] trackback posted Mon, 11 Jul 2022 13:57:24 UTC

E-DALL-E: Creating Digital Art with Varying Aspect Ratios

[ Towards Data Science - Medium@ INVALID-URL ] trackback posted Thu, 7 Jul 2022 14:00:16 UTC

Hyperspherical Alternatives to Softmax

[ Towards Data Science - Medium@ INVALID-URL ] trackback posted Fri, 16 Jul 2021 12:08:33 UTC

ICLR 2021 -- A selection of 10 papers you shouldn't miss

[ Towards Data Science - Medium@ INVALID-URL ] trackback posted Fri, 30 Apr 2021 12:38:44 UTC

Recurrent Neural Nets for Audio Classification

[ Towards Data Science - Medium@ INVALID-URL ] trackback posted Mon, 1 Mar 2021 16:48:02 UTC

Controlling Gradient Descent

[ Towards Data Science - Medium@ INVALID-URL ] trackback posted Sat, 30 Jan 2021 16:24:29 UTC

Six trends that defined AI in 2020

[ Towards Data Science - Medium@ INVALID-URL ] trackback posted Tue, 22 Dec 2020 16:46:23 UTC

Creating Deep Neural Networks from Scratch, an Introduction to Reinforcement Learning

[ Towards Data Science - Medium@ INVALID-URL ] trackback posted Sun, 19 Apr 2020 15:33:35 UTC

A Primer on Computer Vision with Julia

[ Towards Data Science - Medium@ INVALID-URL ] trackback posted Mon, 13 Jan 2020 15:01:23 UTC

Wave physics as an analog recurrent neural network

[ Phys.org - latest science and technology news stories@ INVALID-URL ] trackback posted Fri, 10 Jan 2020 14:40:01 UTC

Keras for Beginners: Building Your First Neural Network

[ Towards Data Science - Medium@ INVALID-URL ] trackback posted Thu, 26 Dec 2019 14:41:07 UTC

Using Convolutional Neural Networks to Predict Pneumonia

[ Towards Data Science - Medium@ INVALID-URL ] trackback posted Thu, 24 Oct 2019 14:23:39 UTC

How can I trust you?

[ Towards Data Science - Medium@ INVALID-URL ] trackback posted Sat, 28 Sep 2019 14:23:54 UTC

Optimism is on the Menu; A Recession is Not

[ Towards Data Science - Medium@ INVALID-URL ] trackback posted Sat, 24 Aug 2019 15:37:15 UTC

Understanding Adam : how loss functions are minimized ?

[ Towards Data Science - Medium@ INVALID-URL ] trackback posted Fri, 9 Aug 2019 22:15:25 UTC

OpenAI GPT language modeling on Gutenberg with TensorFlow Keras

[ Towards Data Science - Medium@ INVALID-URL ] trackback posted Tue, 9 Jul 2019 11:47:20 UTC

Estimators, Loss Functions, Optimizers --Core of ML Algorithms

[ Towards Data Science - Medium@ INVALID-URL ] trackback posted Fri, 24 May 2019 13:20:32 UTC

Guide to Coding a Custom Convolutional Neural Network in TensorFlow Core

[ Towards Data Science - Medium@ INVALID-URL ] trackback posted Tue, 12 Mar 2019 13:43:49 UTC

6 Steps to quickly train a Human Action Classifier with Validation Accuracy of over 80%

[ Towards Data Science@ INVALID-URL ] trackback posted Sat, 1 Dec 2018 18:53:57 UTC

10 Gradient Descent Optimisation Algorithms

[ Towards Data Science@ INVALID-URL ] trackback posted Thu, 22 Nov 2018 21:59:18 UTC

CycleGAN: Learning to Translate Images (Without Paired Training Data)

[ Towards Data Science@ INVALID-URL ] trackback posted Tue, 20 Nov 2018 01:26:01 UTC

Understanding the scaling of L2 regularization in the context of neural networks

[ Towards Data Science@ INVALID-URL ] trackback posted Thu, 15 Nov 2018 15:31:54 UTC

Kaggle: TGS Salt Identification Challenge

[ Towards Data Science - Medium@ INVALID-URL ] trackback posted Tue, 13 Nov 2018 19:59:31 UTC

Using Image Segmentation to identify Rooftops in low-resolution Satellite images

[ Towards Data Science@ INVALID-URL ] trackback posted Mon, 29 Oct 2018 17:24:57 UTC

Adam -- latest trends in deep learning optimization.

[ Towards Data Science@ INVALID-URL ] trackback posted Mon, 22 Oct 2018 17:51:43 UTC

Is there any paper which summarizes the mathematical foundation of deep learning?

[ MathOverflow@ INVALID-URL ] trackback posted Thu, 11 Oct 2018 09:02:15 UTC

A bunch of tips and tricks for training deep neural networks

[ Towards Data Science@ INVALID-URL ] trackback posted Fri, 31 Aug 2018 16:46:13 UTC

Solving bike stations problem in Mexico City

[ Towards Data Science@ INVALID-URL ] trackback posted Thu, 2 Aug 2018 19:46:56 UTC

50 TensorFlow.js API Explained in 5 Minutes | TensorFlow.js Cheetsheet

[ Towards Data Science@ INVALID-URL ] trackback posted Thu, 7 Jun 2018 08:50:26 UTC

[ICLR 2016] Fast and Accurate Deep Networks Learning By Exponential Linear Units (ELUs) with...

[ Towards Data Science@ INVALID-URL ] trackback posted Mon, 7 May 2018 19:43:12 UTC

How Do People Talk About 'Ideas Worth Spreading'?

[ Towards Data Science@ INVALID-URL ] trackback posted Sat, 5 May 2018 02:14:02 UTC

Deep Learning on Car Simulator

[ Towards Data Science@ INVALID-URL ] trackback posted Mon, 16 Apr 2018 00:47:58 UTC

The Deep Learning(.ai) Dictionary

[ Towards Data Science@ INVALID-URL ] trackback posted Fri, 6 Apr 2018 17:11:36 UTC

Only Numpy: Implementing and Comparing Gradient Descent Optimization Algorithms + Google Brain's...

[ Towards Data Science@ INVALID-URL ] trackback posted Mon, 5 Feb 2018 05:02:57 UTC

Another Twitter sentiment analysis with Python -- Part 9 (Neural Networks with Tfidf vectors using...

[ Towards Data Science@ INVALID-URL ] trackback posted Wed, 31 Jan 2018 18:29:49 UTC

How to Improve my ML Algorithm? Lessons from Andrew Ng's experience -- I

[ Towards Data Science@ INVALID-URL ] trackback posted Fri, 24 Nov 2017 19:40:56 UTC

FaceApp; or, How I Learned to Stop Worrying and Love the Machines

[ Towards Data Science@ INVALID-URL ] trackback posted Thu, 17 Aug 2017 17:01:02 UTC

Neural networks with optimal accuracy and speed in their predictions

[ Towards Data Science@ INVALID-URL ] trackback posted Thu, 20 Jul 2017 12:54:26 UTC

A Peek at Trends in Machine Learning

[ Stories by Andrej Karpathy on Medium@ INVALID-URL ] trackback posted Fri, 7 Apr 2017 17:43:46 UTC

A Peek at Trends in Machine Learning

[ Stories by Andrej Karpathy on Medium@ INVALID-URL ] trackback posted Fri, 7 Apr 2017 17:43:46 UTC

Click to view metadata for 1412.6980

[Submitted on 22 Dec 2014 (v1), last revised 30 Jan 2017 (this version, v9)]

Title:Adam: A Method for Stochastic Optimization

Authors:Diederik P. Kingma, Jimmy Ba
Abstract:
Comments: Published as a conference paper at the 3rd International Conference for Learning Representations, San Diego, 2015
Subjects: Machine Learning (cs.LG)
Cite as: arXiv:1412.6980 [cs.LG]
  (or arXiv:1412.6980v9 [cs.LG] for this version)
  • About
  • Help
  • contact arXivClick here to contact arXiv Contact
  • subscribe to arXiv mailingsClick here to subscribe Subscribe
  • Copyright
  • Privacy Policy
  • Web Accessibility Assistance
  • arXiv Operational Status