English

Efficient Cross-Validation of Echo State Networks

Machine Learning 2020-07-13 v1 Machine Learning

Abstract

Echo State Networks (ESNs) are known for their fast and precise one-shot learning of time series. But they often need good hyper-parameter tuning for best performance. For this good validation is key, but usually, a single validation split is used. In this rather practical contribution we suggest several schemes for cross-validating ESNs and introduce an efficient algorithm for implementing them. The component that dominates the time complexity of the already quite fast ESN training remains constant (does not scale up with kk) in our proposed method of doing kk-fold cross-validation. The component that does scale linearly with kk starts dominating only in some not very common situations. Thus in many situations kk-fold cross-validation of ESNs can be done for virtually the same time complexity as a simple single split validation. Space complexity can also remain the same. We also discuss when the proposed validation schemes for ESNs could be beneficial and empirically investigate them on several different real-world datasets.

Keywords

Cite

@article{arxiv.1908.08450,
  title  = {Efficient Cross-Validation of Echo State Networks},
  author = {Mantas Lukoševičius and Arnas Uselis},
  journal= {arXiv preprint arXiv:1908.08450},
  year   = {2020}
}

Comments

Accepted in ICANN'19 Workshop on Reservoir Computing

R2 v1 2026-06-23T10:54:25.403Z