Related Experiment Videos
HOES: an efficient multi-evolutionary expert system for deep learning model optimization in time series prediction
Peiyang Wei1,2,3,4, Changyuan Fan5, Xiwen Yang6
1School of Computer Science and Technology, Chongqing University of Posts and Telecommunications, Chongqing, 400065, China.
Abstract:
Time series prediction is widely applied in transportation management, energy scheduling, and weather forecasting, with deep learning emerging as a dominant approach due to its powerful temporal feature extraction capabilities. However, the predictive performance of deep learning models heavily depends on training strategies, while traditional optimization methods suffer from limited efficiency, ultimately affecting model performance. To address this issue, this study designs a Hybrid Optimization Expert System (HOES) based on six evolutionary algorithms to optimize deep learning models for time series prediction. HOES integrates multiple evolutionary algorithms and employs a transmission mechanism, memory system, and punishment system to achieve collaborative optimization. Specifically, the transmission mechanism enhances global search capability, the memory system preserves historically optimal solutions to prevent search degradation, and the punishment system eliminates ineffective optimization strategies; together, these mechanisms improve optimization efficiency. Experiments on six public datasets-Traffic, Weather, Household, Wind Power, Solar Power, and ETT_m1 demonstrate that HOES enhances predictive accuracy and convergence rate. SJ-LSTM is used for validation as a representative time-series forecasting model. Specially, on the Solar power dataset, the HOES-optimized SJ-LSTM model achieved a 24% reduction in RMSE, a 30% reduction in MAE, compared to suboptimal algorithm. These findings indicate that HOES significantly enhances the global optimization capability of deep learning models, mitigates the risk of local optima, which is also well-suited for complex time series prediction tasks.
Related Concept Videos
Prediction Intervals
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.
Multi-input and Multi-variable systems
In the absence of...
Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving
In individual population analyses, different algorithms are employed, such as Cauchy's method, which uses a...
Observational Learning
Multiple Regression
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...
Heuristics
People often rely on heuristics when faced with an overload of information, limited time, low importance of the decision, limited information, or when a heuristic readily comes to mind. For...