Deep Learning in Multiple Multistep Time Series Prediction
Chuanyun Zang

TL;DR
This paper explores combining LSTM neural networks with statistical methods to improve multistep time series forecasting, demonstrated through a Kaggle Web Traffic forecasting competition.
Contribution
It introduces a hybrid approach that integrates deep learning with statistical medians to better capture trends and seasonality in multistep time series prediction.
Findings
LSTM captures general trend patterns effectively.
Statistical medians preserve seasonal characteristics.
Hybrid method improves forecast stability.
Abstract
The project aims to research on combining deep learning specifically Long-Short Memory (LSTM) and basic statistics in multiple multistep time series prediction. LSTM can dive into all the pages and learn the general trends of variation in a large scope, while the well selected medians for each page can keep the special seasonality of different pages so that the future trend will not fluctuate too much from the reality. A recent Kaggle competition on 145K Web Traffic Time Series Forecasting [1] is used to thoroughly illustrate and test this idea.
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
TopicsStock Market Forecasting Methods · Time Series Analysis and Forecasting · Energy Load and Power Forecasting
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
