paper-with-me

Papers

OpenReservoirComputing: GPU-Accelerated Reservoir Computing in JAX

2026-03-16 · Jan Williams, Dima Tretiak, Steven L. Brunton, J. Nathan Kutz, Krithika Manohar arxiv

OpenReservoirComputing (ORC) is a Python library for reservoir computing (RC) written in JAX (Bradbury et al. 2018) and Equinox (Kidger and Garcia 2021). JAX is a Python library for high-performance numerical computing that enables automatic differentiation, just-in-time (JIT) compilation, and GPU/TPU acceleration, while Equinox is a neural network framework for JAX. RC is a form of machine learning that functions by lifting a low-dimensional sequence or signal into a high-dimensional dynamical system and training a simple, linear readout layer from the high-dimensional dynamics back to a lower-dimensional quantity of interest. The most common application of RC is time-series forecasting, where the goal is to predict a signal's future evolution. RC has achieved state-of-the-art performance on this task, particularly when applied to chaotic dynamical systems. In addition, RC approaches can be adapted to perform classification and control tasks. ORC provides both modular components for building custom RC models and built-in models for forecasting, classification, and control. By building on JAX and Equinox, ORC offers GPU acceleration, JIT compilation, and automatic vectorization. These capabilities make prototyping new models faster and enable larger and more powerful reservoir architectures. End-to-end differentiability also enables seamless integration with other deep learning models built with Equinox.

📄 PDF Abstract BibTeX arXiv:2603.14802

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

OpenPRC: A Unified Open-Source Framework for Physics-to-Task Evaluation in Physical Reservoir Computing

2026-04-08 · Yogesh Phalak, Wen Sin Lor, Apoorva Khairnar, Benjamin Jantzen 외 arxiv

Physical Reservoir Computing (PRC) leverages the intrinsic nonlinear dynamics of physical substrates, mechanical, optical, spintronic, and beyond, as fixed computational reservoirs, offering a compelling paradigm for ene…

DNA Reservoir Computing: A Novel Molecular Computing Approach

2013-06-25 · Alireza Goudarzi, Matthew R. Lakin, Darko Stefanovic

We propose a novel molecular computing approach based on reservoir computing. In reservoir computing, a dynamical core, called a reservoir, is perturbed with an external input signal while a readout layer maps the reserv…

Kolmogorov-Arnold Reservoir Computing

2026-06-18 · Juntian Huang, Jürgen Kurths, Ying Tang arxiv

Reservoir computing offers a lightweight framework for forecasting dynamical systems but may struggle to capture long-range dependencies due to limited representational capacity. Conventional reservoir computing recurren…

Text-to-Image Generation

Stochastic Reservoir Computers

2024-05-20 · Peter J. Ehlers, Hendra I. Nurdin, Daniel Soh

Reservoir computing is a form of machine learning that utilizes nonlinear dynamical systems to perform complex tasks in a cost-effective manner when compared to typical neural networks. Many recent advancements in reserv…

Time Series Prediction

ReservoirComputing.jl: An Efficient and Modular Library for Reservoir Computing Models

2022-04-08 · Francesco Martinuzzi, Chris Rackauckas, Anas Abdelrehim, Miguel D. Mahecha 외

We introduce ReservoirComputing.jl, an open source Julia library for reservoir computing models. The software offers a great number of algorithms presented in the literature, and allows to expand on them with both intern…