Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deterministic reservoirs with self-loops #262

Open
MartinuzziFrancesco opened this issue Mar 8, 2025 · 0 comments
Open

Deterministic reservoirs with self-loops #262

MartinuzziFrancesco opened this issue Mar 8, 2025 · 0 comments
Labels
good first issue Good for newcomers inits initializers for internal matrices

Comments

@MartinuzziFrancesco
Copy link
Collaborator

MartinuzziFrancesco commented Mar 8, 2025

Description

Building on the minimal complexity reservoirs, the five new topologies introduced in Elsarraj2019 use additional self loops to improve performance.

Equations

In the following r is a weight and sl are the self-loops weights

$$\begin{align*} TP1 &= \begin{bmatrix} sl & 0 & 0 & 0 & r \\\ r & sl & 0 & 0 & 0 \\\ 0 & r & sl & 0 & 0 \\\ 0 & 0 & r & sl & 0 \\\ 0 & 0 & 0 & r & sl \end{bmatrix} \\\ TP2 &= \begin{bmatrix} sl & r & 0 & 0 & r \\\ r & 0 & 0 & 0 & 0 \\\ 0 & r & sl & r & 0 \\\ 0 & 0 & r & 0 & 0 \\\ 0 & 0 & 0 & r & sl \end{bmatrix} \\\ TP3 &= \begin{bmatrix} sl & 0 & r & 0 & 0 \\\ r & sl & 0 & r & 0 \\\ 0 & r & sl & 0 & r \\\ 0 & 0 & r & sl & 0 \\\ 0 & 0 & 0 & r & sl \end{bmatrix} \\\ TP4 &= \begin{bmatrix} sl & 0 & 0 & 0 & 0 \\\ 0 & sl & 0 & 0 & 0 \\\ r & 0 & sl & 0 & 0 \\\ 0 & r & 0 & sl & 0 \\\ 0 & 0 & r & 0 & sl \end{bmatrix} \\\ TP5 &= \begin{bmatrix} 0 & 0 & 0 & 0 & 0 \\\ 0 & 0 & 0 & 0 & 0 \\\ r & 0 & 0 & 0 & 0 \\\ 0 & r & 0 & 0 & 0 \\\ 0 & 0 & r & 0 & 0 \end{bmatrix} \end{align*}$$

Official implementations

None

@MartinuzziFrancesco MartinuzziFrancesco added good first issue Good for newcomers inits initializers for internal matrices labels Mar 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers inits initializers for internal matrices
Projects
None yet
Development

No branches or pull requests

1 participant