From c39d88dbae37b02511b987ee4e34604f14c5d700 Mon Sep 17 00:00:00 2001 From: Agnes Korcsak-Gorzo <40828647+akorgor@users.noreply.github.com> Date: Fri, 27 Sep 2024 15:43:54 +0200 Subject: [PATCH] Add missing references --- models/eprop_iaf_psc_delta.h | 2 ++ models/eprop_iaf_psc_delta_adapt.h | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/models/eprop_iaf_psc_delta.h b/models/eprop_iaf_psc_delta.h index 7dec4b89db..eb87903bc8 100644 --- a/models/eprop_iaf_psc_delta.h +++ b/models/eprop_iaf_psc_delta.h @@ -192,6 +192,8 @@ the next spike: \bar{e}_{ji}^{t+p} &= \bar{e}_{ji}^t \kappa^p \,, \\ \bar{z}_i^{t+p} &= \bar{z}_i^t \alpha^p \,. \\ +For more information on the implementation details of the neuron model, see [7]_ and [8]_. + For more information on e-prop plasticity, see the documentation on the other e-prop models: * :doc:`eprop_iaf_psc_delta_adapt<../models/eprop_iaf_psc_delta_adapt/>` diff --git a/models/eprop_iaf_psc_delta_adapt.h b/models/eprop_iaf_psc_delta_adapt.h index afd307ecf1..d025e8404a 100644 --- a/models/eprop_iaf_psc_delta_adapt.h +++ b/models/eprop_iaf_psc_delta_adapt.h @@ -201,9 +201,11 @@ the next spike: \bar{z}_i^{t+p} &= \bar{z}_i^t \alpha^p \,, \\ \epsilon^{t+p} &= \epsilon^t \rho^p \,. \\ +For more information on the implementation details of the neuron model, see [7]_ and [8]_. + For more information on e-prop plasticity, see the documentation on the other e-prop models: - * :doc:`eprop_iaf<../models/eprop_iaf/>` + * :doc:`eprop_iaf_psc_delta<../models/eprop_iaf_psc_delta/>` * :doc:`eprop_readout<../models/eprop_readout/>` * :doc:`eprop_synapse<../models/eprop_synapse/>` * :doc:`eprop_learning_signal_connection<../models/eprop_learning_signal_connection/>`