LOSSGRAD: automatic learning rate in gradient descent

02/20/2019
by   Bartosz Wójcik, et al.
0

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 ∇_x f of f, we aim to find the step-size h which is (locally) optimal, i.e. satisfies: h=arg min_t ≥ 0 f(x-t ∇_x f). 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.

READ FULL TEXT

Please sign up or login with your details

Forgot password? Click here to reset