DeepAI AI Chat
Log In Sign Up

Stochastic Gradient Descent with Hyperbolic-Tangent Decay

06/05/2018
by   Bo Yang Hsueh, et al.
9

Learning rate scheduler has been a critical issue in the deep neural network training. Several schedulers and methods have been proposed, including step decay scheduler, adaptive method, cosine scheduler and cyclical scheduler. This paper proposes a new scheduling method, named hyperbolic-tangent decay (HTD). We run experiments on several benchmarks such as: ResNet, Wide ResNet and DenseNet for CIFAR-10 and CIFAR-100 datasets, LSTM for PAMAP2 dataset, ResNet on ImageNet and Fashion-MNIST datasets. In our experiments, HTD outperforms step decay and cosine scheduler in nearly all cases, while requiring less hyperparameters than step decay, and more flexible than cosine scheduler.

READ FULL TEXT

page 1

page 2

page 3

page 4

04/13/2020

k-decay: A New Method For Learning Rate Schedule

It is well known that the learning rate is the most important hyper-para...
12/10/2017

Gradient Normalization & Depth Based Decay For Deep Learning

In this paper we introduce a novel method of gradient normalization and ...
12/20/2022

Normalized Stochastic Gradient Descent Training of Deep Neural Networks

In this paper, we introduce a novel optimization algorithm for machine l...
02/07/2018

ShakeDrop regularization

This paper proposes a powerful regularization method named ShakeDrop reg...
07/21/2019

Adaptive Weight Decay for Deep Neural Networks

Regularization in the optimization of deep neural networks is often crit...
01/25/2022

On Uniform Boundedness Properties of SGD and its Momentum Variants

A theoretical, and potentially also practical, problem with stochastic g...
11/22/2018

HyperAdam: A Learnable Task-Adaptive Adam for Network Training

Deep neural networks are traditionally trained using human-designed stoc...

Code Repositories

ResNet_CIFAR

Residual Network Experiments with CIFAR Datasets.


view repo

HTD

Source code for HTD (WACV 2019)


view repo

tensorflow-CNNs

CNNs for CIFAR10 (TensorFlow 2)


view repo

LR_exploration_tf

HTD, Cyclic, and Other basic LR callback implementation


view repo