Skip to content

Python codes for the experiment about LSTM Inefficiency in Long-Term Dependencies Regression Problems

Notifications You must be signed in to change notification settings

SafwanAlselwi/LSTM-Inefficiency-in-Long-Term-Dependencies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

LSTM Inefficiency in Long-Term Dependencies Regression Problems

Python codes for the experiment about LSTM inefficiency in long-term dependencies

Abstract

Recurrent neural networks (RNNs) are an excellent fit for regression problems where sequential data are the norm since their recurrent internal structure can analyse and process data for long. However, RNNs are prone to the phenomenal vanishing gradient problem (VGP) that causes the network to stop learning and generate poor prediction accuracy, especially in long-term dependencies. Originally, gated units such as long short-term memory (LSTM) and gated recurrent unit (GRU) were created to address this problem. However, VGP was and still is an unsolved problem, even in gated units. This problem occurs during the backpropagation process when the recurrent network weights tend to vanishingly reduce and hinder the network from learning the correlation between temporally distant events (long-term dependencies), that results in slow or no network convergence. This study aims to provide an empirical analysis of LSTM networks with an emphasis on inefficiency in long-term dependencies convergence because of VGP. Case studies on NASA’s turbofan engine degradation are examined and empirically analysed.

Keywords:

Recurrent Neural Networks, regression problems, Vanishing Gradient Problem, Long Short-Term Memory, long-term dependencies

URL:

Read the full paper

Please consider a citation:

Safwan Mahmood Al-Selwi, Mohd Fadzil Hassan, Said Jadid Abdulkadir, & Amgad Muneer. (2023). LSTM Inefficiency in Long-Term Dependencies Regression Problems. Journal of Advanced Research in Applied Sciences and Engineering Technology, 30(3), 16–31. https://doi.org/10.37934/araset.30.3.1631

BibTeX:

@article{SafwanAlselwi2023LSTM_Inefficiency, 
	author={Safwan Mahmood Al-Selwi and Mohd Fadzil Hassan and Said Jadid Abdulkadir and Amgad Muneer}, 
	title={LSTM Inefficiency in Long-Term Dependencies Regression Problems}, 
	volume={30}, 
    DOI={10.37934/araset.30.3.1631},	
    url={https://semarakilmu.com.my/journals/index.php/applied_sciences_eng_tech/article/view/1477}, 
	journal={Journal of Advanced Research in Applied Sciences and Engineering Technology}, 
	year={2023}, 
	month={05}, 
	pages={16–31}
}

Corresponding author

Safwan Mahmood Al-Selwi
[email protected]


Thank you

Releases

No releases published

Packages

No packages published