papers AI Learner
The Github is limit! Click to go to the new site.

LOSSGRAD: automatic learning rate in gradient descent

2019-02-20
Bartosz Wójcik, Łukasz Maziarka, Jacek Tabor

Abstract

In this paper, we propose a simple, fast and easy to implement algorithm LOSSGRAD (locally optimal step-size in gradient descent), which automatically modifies the step-size in gradient descent during neural networks training. Given a function $f$, a point $x$, and the gradient $\nabla_x f$ of $f$, we aim to find the step-size $h$ which is (locally) optimal, i.e. satisfies: Making use of quadratic approximation, we show that the algorithm satisfies the above assumption. We experimentally show that our method is insensitive to the choice of initial learning rate while achieving results comparable to other methods.

Abstract (translated by Google)
URL

http://arxiv.org/abs/1902.07656

PDF

http://arxiv.org/pdf/1902.07656


Similar Posts

Comments