English

Chain-structured neural architecture search for financial time series forecasting

Statistical Finance 2024-12-05 v2 Machine Learning

Abstract

Neural architecture search (NAS) emerged as a way to automatically optimize neural networks for a specific task and dataset. Despite an abundance of research on NAS for images and natural language applications, similar studies for time series data are lacking. Among NAS search spaces, chain-structured are the simplest and most applicable to small datasets like time series. We compare three popular NAS strategies on chain-structured search spaces: Bayesian optimization (specifically Tree-structured Parzen Estimator), the hyperband method, and reinforcement learning in the context of financial time series forecasting. These strategies were employed to optimize simple well-understood neural architectures like the MLP, 1D CNN, and RNN, with more complex temporal fusion transformers (TFT) and their own optimizers included for comparison. We find Bayesian optimization and the hyperband method performing best among the strategies, and RNN and 1D CNN best among the architectures, but all methods were very close to each other with a high variance due to the difficulty of working with financial datasets. We discuss our approach to overcome the variance and provide implementation recommendations for future users and researchers.

Keywords

Cite

@article{arxiv.2403.14695,
  title  = {Chain-structured neural architecture search for financial time series forecasting},
  author = {Denis Levchenko and Efstratios Rappos and Shabnam Ataee and Biagio Nigro and Stephan Robert-Nicoud},
  journal= {arXiv preprint arXiv:2403.14695},
  year   = {2024}
}

Comments

This is the accepted version of the paper published in International Journal of Data Science and Analytics

R2 v1 2026-06-28T15:29:04.946Z