Yan, J., Mu, L., Wang, L. et al. Temporal Convolutional Networks for the Advance Prediction of ENSO. Sci Rep 10, 8055 (2020). https://doi.org/10.1038/s41598-020-65070-5
motivation - the paper selected the following two indicators for predictions
- The Niño 3.4 index as an indicator of ENSO events in the ocean.
- The SOI(southern oscillation index ) as a measure of ENSO events in the atmosphere.
existing approaches in prediction the aforementioned indicators:
- Statistics-based methods: Holt-Winters (HW) method and ARIMA method(poor ftting)
- ML-based methods: SVR, ANNs, LSTM (complex and computationally time-consuming)
- Hybrid approach: ARIMA-ANNs and ensemble empirical mode decomposition (EEMD)-convolutional long short-term memory (ConvLSTM). (depend largely on the statistical decomposition model)
models proposed by the authors: EEMD-TCN: ensemble empirical mode decomposition-temporal convolutional network
where m is the length of the time-series, p is the prediction results and p¯¯¯ is its mean value, o represents the actual value and o¯¯¯ represents its mean value.