SOTAVerified

Long short-term memory with activation on gradient

2023-07-01journal 2023Code Available0· sign in to hype

Chuan Qin, Liangming Chen, Zangtai Cai, Mei Liu, Long Jin

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

As the number of long short-term memory (LSTM) layers increases, vanishing/exploding gradient problems exacerbate and have a negative impact on the performance of the LSTM. In addition, the ill-conditioned problem occurs in the training process of LSTM and adversely affects its convergence. In this work, a simple and effective method of the gradient activation is applied to the LSTM, while empirical criteria for choosing gradient activation hyperparameters are found. Activating the gradient refers to modifying the gradient with a specific function named the gradient activation function. Moreover, different activation functions and different gradient operations are compared to prove that the gradient activation is effective on LSTM. Furthermore, comparative experiments are conducted, and their results show that the gradient activation alleviates the above problems and accelerates the convergence of the LSTM.

Reproductions