Related Experiment Video
Updated: May 6, 2026

Machine Learning Algorithms for Early Detection of Bone Metastases in an Experimental Rat Model
Published on: August 16, 2020
On the recurrent neural network model with robust expectile-based loss function in economic data forecasting
Wisnowan Hendy Saputra1, Rinda Nariswari2, Matthew Owen2
1Computer Science Department, School of Computer Science, Bina Nusantara University, Jakarta, 11530, Indonesia.
This study introduces Expectile-based Recurrent Neural Networks (E-RNNs) to improve time series forecasting for non-stationary data. E-RNNs offer more robust and scenario-based predictions compared to standard Recurrent Neural Networks (RNNs).
Area of Science:
- Machine Learning
- Econometrics
- Time Series Analysis
Background:
- Recurrent Neural Networks (RNNs), including LSTM and GRU, are standard for sequential data but struggle with non-stationary and heterogeneous time series.
- Their limitation stems from symmetric loss functions (e.g., MSE) assuming data homogeneity.
- This hinders accurate forecasting across diverse data patterns and conditions.
Purpose of the Study:
- To propose a novel Expectile-based Recurrent Neural Network (E-RNN) framework integrating expectile regression into RNNs.
- To develop and compare E-LSTM and E-GRU variants for superior time series forecasting.
- To enable scenario-based forecasting (pessimistic to optimistic) by adjusting an asymmetric parameter (τ).
Main Methods:
- Developed Expectile-based Recurrent Neural Network (E-RNN) variants: E-LSTM and E-GRU.
- Utilized an asymmetric least squares loss function to model conditional data distributions beyond central tendency.
- Implemented Expectile-based Generalized Approximate Cross Validation (EGACV) for robust model selection.
Main Results:
- E-RNN models demonstrated superior performance in forecasting Indonesia's quarterly economic growth.
- Achieved lower EGACV scores and higher forecast accuracy compared to standard RNNs.
- Showed significant improvements on volatile quarter-to-quarter (qtq) data, enhancing forecast reliability.
Conclusions:
- E-RNNs provide adaptive forecasting models resilient to changes in data distribution, overcoming homogeneity assumptions.
- The EGACV criterion offers a robust method for balancing model fit and complexity.
- The framework allows for generating diverse forecast scenarios by adjusting the asymmetry parameter (τ).
Related Concept Videos
Regression Toward the Mean
Expected Value
Residuals and Least-Squares Property
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
Residual Plots
When the residual values are plotted against the variable x, it is called a residual...
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.
Econometric Views (EViews)