Skip to content

Commit 5e4ecf7

Browse files
committed
Update eprop example images
1 parent f03e896 commit 5e4ecf7

9 files changed

+9
-9
lines changed

pynest/examples/eprop_plasticity/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ E-prop plasticity examples
22
==========================
33

44

5-
.. image:: ../../../../pynest/examples/eprop_plasticity/eprop_supervised_regression_infrastructure.png
5+
.. image:: ../../../../pynest/examples/eprop_plasticity/eprop_supervised_regression_schematic_sine-waves.png
66

77
Eligibility propagation (e-prop) [1]_ is a three-factor learning rule for spiking neural networks
88
that approximates backpropagation through time. The original TensorFlow implementation of e-prop

pynest/examples/eprop_plasticity/eprop_supervised_classification_evidence-accumulation.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
infer the underlying rationale of the task. Here, the solution is to turn to the side in which more cues were
4141
presented.
4242
43-
.. image:: ../../../../pynest/examples/eprop_plasticity/eprop_supervised_classification_infrastructure.png
43+
.. image:: ../../../../pynest/examples/eprop_plasticity/eprop_supervised_classification_schematic_evidence-accumulation.png
4444
:width: 70 %
4545
:alt: See Figure 1 below.
4646
:align: center
@@ -92,7 +92,7 @@
9292
# synapse models below. The connections that must be established are numbered 1 to 7.
9393

9494
try:
95-
Image(filename="./eprop_supervised_classification_infrastructure.png")
95+
Image(filename="./eprop_supervised_classification_schematic_evidence-accumulation.png")
9696
except Exception:
9797
pass
9898

pynest/examples/eprop_plasticity/eprop_supervised_regression_handwriting.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
learns to reproduce with its overall spiking activity a two-dimensional, roughly one-second-long target signal
4040
which encode the x and y coordinates of the handwritten word "chaos".
4141
42-
.. image:: ../../../../pynest/examples/eprop_plasticity/eprop_supervised_regression_infrastructure.png
42+
.. image:: ../../../../pynest/examples/eprop_plasticity/eprop_supervised_regression_schematic_handwriting.png
4343
:width: 70 %
4444
:alt: See Figure 1 below.
4545
:align: center
@@ -90,7 +90,7 @@
9090
# synapse models below. The connections that must be established are numbered 1 to 6.
9191

9292
try:
93-
Image(filename="./eprop_supervised_regression_infrastructure.png")
93+
Image(filename="./eprop_supervised_regression_schematic_handwriting.png")
9494
except Exception:
9595
pass
9696

pynest/examples/eprop_plasticity/eprop_supervised_regression_infinite-loop.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
learns to reproduce with its overall spiking activity a two-dimensional, roughly two-second-long target signal
4040
which encode the x and y coordinates of an infinite-loop.
4141
42-
.. image:: ../../../../pynest/examples/eprop_plasticity/eprop_supervised_regression_infrastructure.png
42+
.. image:: ../../../../pynest/examples/eprop_plasticity/eprop_supervised_regression_schematic_infinite-loop.png
4343
:width: 70 %
4444
:alt: See Figure 1 below.
4545
:align: center
@@ -90,7 +90,7 @@
9090
# synapse models below. The connections that must be established are numbered 1 to 6.
9191

9292
try:
93-
Image(filename="./eprop_supervised_regression_infrastructure.png")
93+
Image(filename="./eprop_supervised_regression_schematic_infinite-loop.png")
9494
except Exception:
9595
pass
9696

Loading
Loading

pynest/examples/eprop_plasticity/eprop_supervised_regression_sine-waves.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
network learns to reproduce with its overall spiking activity a one-dimensional, one-second-long target signal
3939
which is a superposition of four sine waves of different amplitudes, phases, and periods.
4040
41-
.. image:: ../../../../pynest/examples/eprop_plasticity/eprop_supervised_regression_infrastructure.png
41+
.. image:: ../../../../pynest/examples/eprop_plasticity/eprop_supervised_regression_schematic_sine-waves.png
4242
:width: 70 %
4343
:alt: See Figure 1 below.
4444
:align: center
@@ -86,7 +86,7 @@
8686
# synapse models below. The connections that must be established are numbered 1 to 6.
8787

8888
try:
89-
Image(filename="./eprop_supervised_regression_infrastructure.png")
89+
Image(filename="./eprop_supervised_regression_schematic_sine-waves.png")
9090
except Exception:
9191
pass
9292

0 commit comments

Comments
 (0)