Understanding the concept of Adagrad part2(Artificial Intelligence)
Abstract: We prove that the iterates produced by, either the scalar step size variant, or the coordinatewise variant of AdaGrad algorithm, are convergent sequences when applied to convex objective functions with Lipschitz gradient. Abstract: We provide a simple proof of convergence covering both the Adam and Adagrad adaptive optimization algorithms when applied to smooth (possibly non-convex) objective functions with bounded gradients. We show that in expectation, the squared norm of the objective gradient averaged over the trajectory has an upper-bound which is explicit in the constants of the problem, parameters of the optimizer and the total number of iterations N. This bound can be made arbitrarily small: Adam with a learning rate α 1/N and a momentum parameter on squared gradients β2 1 1/N achieves the same rate of convergence O(ln(N)/N) as Adagrad. Finally, we obtain the tightest dependency on the heavy ball momentum among all previous convergence bounds for non-convex Adam and Adagrad, improving from O((1 β1) 3) to O((1 β1) 1). Abstract: We study the implicit bias of AdaGrad on separable linear classification problems.
Sep-9-2022, 05:15:26 GMT
- Technology: