Skip to content

Commit

Permalink
Add missing references
Browse files Browse the repository at this point in the history
  • Loading branch information
akorgor committed Sep 27, 2024
1 parent 492e557 commit c39d88d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions models/eprop_iaf_psc_delta.h
Original file line number Diff line number Diff line change
Expand Up @@ -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/>`
Expand Down
4 changes: 3 additions & 1 deletion models/eprop_iaf_psc_delta_adapt.h
Original file line number Diff line number Diff line change
Expand Up @@ -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/>`
Expand Down

0 comments on commit c39d88d

Please sign in to comment.