Related Experiment Video
Updated: Nov 17, 2025

05:41
A Step-by-Step Implementation of DeepBehavior, Deep Learning Toolbox for Automated Behavior Analysis
Published on: February 6, 2020
9.7K
Time-series forecasting with deep learning: a survey
1Oxford-Man Institute for Quantitative Finance, Department of Engineering Science, University of Oxford, Oxford, UK.
Summary
This review explores deep learning architectures for time-series forecasting, including encoder-decoder designs and hybrid models. It also discusses deep learning
Area of Science:
- Machine Learning
- Time-Series Analysis
- Artificial Intelligence
Background:
- Diverse time-series datasets necessitate specialized deep learning architectures.
- Existing models often focus on either statistical methods or neural networks.
Purpose of the Study:
- To survey common encoder and decoder designs in time-series forecasting.
- To highlight advancements in hybrid deep learning models.
- To explore deep learning applications in time-series decision support.
Main Methods:
- Review of deep learning architectures for time-series forecasting.
- Analysis of encoder-decoder designs for one-step-ahead and multi-horizon forecasting.
- Examination of hybrid models combining statistical and neural network approaches.
Main Results:
- Common encoder-decoder architectures effectively incorporate temporal information.
- Hybrid models show potential for improving upon pure statistical or deep learning methods.
- Deep learning offers new avenues for time-series data-driven decision support.
Conclusions:
- Deep learning architectures are crucial for handling diverse time-series data.
- Hybrid models represent a promising direction for enhanced forecasting accuracy.
- The application of deep learning extends beyond forecasting to decision support systems.
Related Concept Videos
Time-Series Graph
4.8K
A time-series graph is a line graph with repeated measurements taken at successive intervals of time. It is also called a time series chart. To construct a time-series graph, one must look at both pieces of a paired data set. The horizontal axis is used to plot the time increments, and the vertical axis is used to plot the values of the variable that one is measuring. By using the axes in this way, each point on the graph will correspond to time and a measured quantity. The points on the graph...
4.8K
Prediction Intervals
2.7K
The interval estimate of any variable is known as the prediction interval. It helps decide if a point estimate is dependable.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
2.7K