JesusEV / nest-simulator

The NEST simulator
GNU General Public License v2.0
1 stars 0 forks source link

Generalize recurrent-to-readout and readout-to-recurrent delays #31

Open JesusEV opened 4 months ago

JesusEV commented 4 months ago

This PR introduces modifications to handle the propagation delay of spikes propagating from the recurrent layer to the readout layer when this delay surpasses one resolution step. It also supports learning signals with delays exceeding one resolution step.

Additionally, the PR implements a series of consistency checks to ensure the proper configuration of generalized delay parameters (d_rec_out and d_out_rec) across various types of eprop neurons throughout the neural network.

Consistency Check for Recurrent and Output Neurons (d_out_rec):

Connection-Specific Consistency Checks:

The following diagram illustrates these consistency checks. support

akorgor commented 4 months ago