Long Short-term Memory RNN
Christian Bakke Venner{\o}d, Adrian Kj{\ae}rran, Erling Stray, Bugge

TL;DR
This paper introduces the architecture and foundational formulas of LSTM cells, discusses their applications in time-series forecasting and NLP, and compares them with traditional statistical methods like ARIMA.
Contribution
It provides a detailed explanation of LSTM components, their mathematical foundations, and practical insights into their strengths and weaknesses in various domains.
Findings
LSTMs effectively model complex time-series data.
LSTMs outperform traditional methods like ARIMA in certain tasks.
Strengths and weaknesses of LSTMs are discussed in practical contexts.
Abstract
This paper is based on a machine learning project at the Norwegian University of Science and Technology, fall 2020. The project was initiated with a literature review on the latest developments within time-series forecasting methods in the scientific community over the past five years. The paper summarizes the essential aspects of this research. Furthermore, in this paper, we introduce an LSTM cell's architecture, and explain how different components go together to alter the cell's memory and predict the output. Also, the paper provides the necessary formulas and foundations to calculate a forward iteration through an LSTM. Then, the paper refers to some practical applications and research that emphasize the strength and weaknesses of LSTMs, shown within the time-series domain and the natural language processing (NLP) domain. Finally, alternative statistical methods for time series…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Neural Networks and Applications · Stock Market Forecasting Methods
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
