English

AdaSmooth: An Adaptive Learning Rate Method based on Effective Ratio

Machine Learning 2022-04-05 v1 Neural and Evolutionary Computing

Abstract

It is well known that we need to choose the hyper-parameters in Momentum, AdaGrad, AdaDelta, and other alternative stochastic optimizers. While in many cases, the hyper-parameters are tuned tediously based on experience becoming more of an art than science. We present a novel per-dimension learning rate method for gradient descent called AdaSmooth. The method is insensitive to hyper-parameters thus it requires no manual tuning of the hyper-parameters like Momentum, AdaGrad, and AdaDelta methods. We show promising results compared to other methods on different convolutional neural networks, multi-layer perceptron, and alternative machine learning tasks. Empirical results demonstrate that AdaSmooth works well in practice and compares favorably to other stochastic optimization methods in neural networks.

Keywords

Cite

@article{arxiv.2204.00825,
  title  = {AdaSmooth: An Adaptive Learning Rate Method based on Effective Ratio},
  author = {Jun Lu},
  journal= {arXiv preprint arXiv:2204.00825},
  year   = {2022}
}
R2 v1 2026-06-24T10:35:29.170Z