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.
Abstract:
Recurrent Neural Networks (RNNs), particularly their Long Short-Term Memory (LSTM) and Gated Recurrent Unit (GRU) variants, are standard methods for modeling sequential data. However, their robustness is often limited when faced with non-stationary and heterogeneous time series data. This limitation is largely due to their reliance on symmetric loss functions such as mean squared error, which implicitly assume homogeneous data patterns. To address this, we propose a new framework, Expectile-based Recurrent Neural Network (E-RNN), which integrates expectile regression into the RNN architecture. We implement and compare two E-RNN variants, namely E-LSTM and E-GRU, to obtain the best forecast. . By leveraging the asymmetric least squares loss function, the E-RNN model is able to model various parts of the conditional data distribution, not just its central tendency. This allows forecasting across scenarios, ranging from pessimistic to optimistic, by adjusting the asymmetric parameter (τ), a value within the range (0, 1) where τ〈 0.5 yields pessimistic and τ〉 0.5 yields optimistic forecasts.. We demonstrate this methodology by forecasting Indonesia's quarterly economic growth data from 2001 to 2025. Empirical results show that the E-RNN model consistently exhibits superior performance, evidenced by lower Expectile-based Generalized Approximate Cross Validation (EGACV) scores for model selection and higher forecast accuracy. This superiority becomes particularly significant on more volatile quarter-to-quarter (qtq) data, highlighting the effectiveness of this framework in adapting to complex data dynamics and improving forecast reliability under uncertain conditions. • Integrates expectile properties into RNN architectures to create models that are adaptive to changes in data distribution and are not tied to the homogeneity assumption. • Introduces a robust model selection criterion: Expectile-based Generalized Approximate Cross Validation (EGACV). This criterion effectively balances model fit with complexity within an expectile framework.. • Generates a set of forecasts for various outcome scenarios (e.g., pessimistic, optimistic) by adjusting a single asymmetric parameter , moving beyond single-point estimation.
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)