paper-with-me

Papers

Gradient Descent based Optimization Algorithms for Deep Learning Models Training

2019-03-11 · Jiawei Zhang

In this paper, we aim at providing an introduction to the gradient descent based optimization algorithms for learning deep neural network models. Deep learning models involving multiple nonlinear projection layers are very challenging to train. Nowadays, most of the deep learning model training still relies on the back propagation algorithm actually. In back propagation, the model variables will be updated iteratively until convergence with gradient descent based optimization algorithms. Besides the conventional vanilla gradient descent algorithm, many gradient descent variants have also been proposed in recent years to improve the learning performance, including Momentum, Adagrad, Adam, Gadam, etc., which will all be introduced in this paper respectively.

📄 PDF Abstract BibTeX arXiv:1903.03614

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Learning

Methods 이 논문이 사용한 방법론

Adam 설명 없음

Similar Papers 제목 키워드 기반

A proof of convergence for gradient descent in the training of artificial neural networks for constant target functions

2021-02-19 · Patrick Cheridito, Arnulf Jentzen, Adrian Riekert, Florian Rossmannek

Gradient descent optimization algorithms are the standard ingredients that are used to train artificial neural networks (ANNs). Even though a huge number of numerical simulations indicate that gradient descent optimizati…

An overview of gradient descent optimization algorithms

2016-09-15 · Sebastian Ruder

Gradient descent optimization algorithms, while increasingly popular, are often used as black-box optimizers, as practical explanations of their strengths and weaknesses are hard to come by. This article aims to provide …

Frequency Principle in Deep Learning Beyond Gradient-descent-based Training

2021-01-04 · Yuheng Ma, Zhi-Qin John Xu, Jiwei Zhang

Frequency perspective recently makes progress in understanding deep learning. It has been widely verified in both empirical and theoretical studies that deep neural networks (DNNs) often fit the target function from low …

Deep Learning

The Physical Systems Behind Optimization Algorithms

2016-12-08 · NeurIPS 2018 12 · Lin F. Yang, R. Arora, V. Braverman, Tuo Zhao

We use differential equations based approaches to provide some {\it \textbf{physics}} insights into analyzing the dynamics of popular optimization algorithms in machine learning. In particular, we study gradient descent,…

BIG-bench Machine Learning

Genetically Modified Wolf Optimization with Stochastic Gradient Descent for Optimising Deep Neural Networks

2023-01-21 · Manuel Bradicic, Michal Sitarz, Felix Sylvest Olesen

When training Convolutional Neural Networks (CNNs) there is a large emphasis on creating efficient optimization algorithms and highly accurate networks. The state-of-the-art method of optimizing the networks is done by u…