MLLGOct 12, 2017

Deep Learning in Multiple Multistep Time Series Prediction

arXiv:1710.04373v17 citations
Originality Synthesis-oriented
AI Analysis

This is an incremental improvement for time series forecasting, potentially benefiting web traffic analysis.

The paper tackles multiple multistep time series prediction by combining LSTM with basic statistics, using a Kaggle competition on 145K web traffic time series to test the approach.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes