paper-with-me

Papers

Unsupervised Reservoir Computing for Solving Ordinary Differential Equations

2021-08-25 · Marios Mattheakis, Hayden Joy, Pavlos Protopapas

There is a wave of interest in using unsupervised neural networks for solving differential equations. The existing methods are based on feed-forward networks, {while} recurrent neural network differential equation solvers have not yet been reported. We introduce an unsupervised reservoir computing (RC), an echo-state recurrent neural network capable of discovering approximate solutions that satisfy ordinary differential equations (ODEs). We suggest an approach to calculate time derivatives of recurrent neural network outputs without using backpropagation. The internal weights of an RC are fixed, while only a linear output layer is trained, yielding efficient training. However, RC performance strongly depends on finding the optimal hyper-parameters, which is a computationally expensive process. We use Bayesian optimization to efficiently discover optimal sets in a high-dimensional hyper-parameter space and numerically show that one set is robust and can be used to solve an ODE for different initial conditions and time ranges. A closed-form formula for the optimal output weights is derived to solve first order linear equations in a backpropagation-free learning process. We extend the RC approach by solving nonlinear system of ODEs using a hybrid optimization method consisting of gradient descent and Bayesian optimization. Evaluation of linear and nonlinear systems of equations demonstrates the efficiency of the RC ODE solver.

📄 PDF Abstract BibTeX arXiv:2108.11417

Code (1)

blindedjoy/RcTorch 공식 구현 pytorch

Tasks

Bayesian Optimization

Similar Papers 제목 키워드 기반

Euler State Networks: Non-dissipative Reservoir Computing

2022-03-17 · Claudio Gallicchio

Inspired by the numerical solution of ordinary differential equations, in this paper we propose a novel Reservoir Computing (RC) model, called the Euler State Network (EuSN). The presented approach makes use of forward E…

MemorizationTime SeriesTime Series AnalysisTime Series Classification

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

Parallel scalable simulations of biological neural networks using TensorFlow: A beginner's guide

2019-06-10 · Rishika Mohanta, Collins Assisi

Biological neural networks are often modeled as systems of coupled, nonlinear, ordinary or partial differential equations. The number of differential equations used to model a network increases with the size of the netwo…

Solving Differential Equations using Physics-Informed Deep Equilibrium Models

2024-06-05 · Bruno Machado Pacheco, Eduardo Camponogara

This paper introduces Physics-Informed Deep Equilibrium Models (PIDEQs) for solving initial value problems (IVPs) of ordinary differential equations (ODEs). Leveraging recent advancements in deep equilibrium models (DEQs…

Unsupervised learning for anticipating critical transitions

2025-01-02 · Shirin Panahi, Ling-Wei Kong, Bryan Glaz, Mulugeta Haile 외

For anticipating critical transitions in complex dynamical systems, the recent approach of parameter-driven reservoir computing requires explicit knowledge of the bifurcation parameter. We articulate a framework combinin…

Time Series