Optimizing Time Series Forecasting: A Comparative Study of Adam and Nesterov Accelerated Gradient on LSTM and GRU networks Using Stock Market data
Ahmad Makinde

TL;DR
This study compares the effectiveness of Adam and NAG optimization techniques on LSTM and GRU neural networks for stock market time series forecasting, finding that GRU with Adam yields the best accuracy and efficiency.
Contribution
It provides a comparative analysis of Adam and NAG optimizers on LSTM and GRU models specifically for stock market prediction, highlighting the superior performance of GRU with Adam.
Findings
GRU with Adam achieved the lowest RMSE.
GRU models outperformed LSTM models.
Adam optimizer outperformed NAG for both architectures.
Abstract
Several studies have discussed the impact different optimization techniques in the context of time series forecasting across different Neural network architectures. This paper examines the effectiveness of Adam and Nesterov's Accelerated Gradient (NAG) optimization techniques on LSTM and GRU neural networks for time series prediction, specifically stock market time-series. Our study was done by training LSTM and GRU models with two different optimization techniques - Adam and Nesterov Accelerated Gradient (NAG), comparing and evaluating their performance on Apple Inc's closing price data over the last decade. The GRU model optimized with Adam produced the lowest RMSE, outperforming the other model-optimizer combinations in both accuracy and convergence speed. The GRU models with both optimizers outperformed the LSTM models, whilst the Adam optimizer outperformed the NAG optimizer for…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStock Market Forecasting Methods
MethodsSigmoid Activation · Tanh Activation · Gated Recurrent Unit · Nesterov Accelerated Gradient · Long Short-Term Memory · Adam
