Comparison of Deep learning models on time series forecasting : a case study of Dissolved Oxygen Prediction
Hongqian Qin

TL;DR
This study compares various deep learning models for multi-step dissolved oxygen time series forecasting using real river data, revealing that GRU models outperform others in accuracy and robustness.
Contribution
It provides a comprehensive comparison of CNN, TCN, LSTM, GRU, and BiRNN models for multi-step forecasting on real-world data, highlighting the superior performance of GRU.
Findings
GRU outperforms other models in multi-step forecasting accuracy
Model performance does not decrease linearly over multiple steps
Deep learning models are effective for dissolved oxygen prediction
Abstract
Deep learning has achieved impressive prediction performance in the field of sequence learning recently. Dissolved oxygen prediction, as a kind of time-series forecasting, is suitable for this technique. Although many researchers have developed hybrid models or variant models based on deep learning techniques, there is no comprehensive and sound comparison among the deep learning models in this field currently. Plus, most previous studies focused on one-step forecasting by using a small data set. As the convenient access to high-frequency data, this paper compares multi-step deep learning forecasting by using walk-forward validation. Specifically, we test Convolutional Neural Network (CNN), Temporal Convolutional Network (TCN), Long Short-Term Memory (LSTM), Gated Recurrent Unit (GRU), Bidirectional Recurrent Neural Network (BiRNN) based on the real-time data recorded automatically at a…
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
TopicsHydrological Forecasting Using AI · Air Quality Monitoring and Forecasting · Data Stream Mining Techniques
MethodsTest · Gated Recurrent Unit
