Skip to content

Commit a47c9bc

Browse files
move images back to pynest/examples, update links
1 parent d039089 commit a47c9bc

12 files changed

+20
-10
lines changed

pynest/examples/EI_clustered_network/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ EI-clustered circuit model
33

44
This is PyNEST implementation of the EI-clustered circuit model described by Rostami et al. [1]_.
55

6-
.. figure:: /static/img/pynest/EI_clustered_network_schematic.png
6+
.. figure:: EI_clustered_network_schematic.png
77
:alt: EI-clustered circuit model.
88

99
Schematic of the EI-clustered circuit model. The network consists of `n_clusters` with one excitatory and one inhibitory population each.

pynest/examples/Potjans_2014/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ The network model represents four layers of cortex, L2/3, L4, L5, and L6, each c
99

1010
.. grid-item::
1111

12-
.. image:: ../../static/img/potjans_2014_microcircuit.png
12+
.. image:: potjans_2014_microcircuit.png
1313

1414
.. grid-item::
1515

16-
.. image:: ../../static/img/potjans_2014_raster_plot.png
16+
.. image:: potjans_2014_raster_plot.png
1717

1818
.. grid-item::
1919

20-
.. image:: ../../static/img/potjans_2014_box_plot.png
20+
.. image:: potjans_2014_box_plot.png
2121

2222

2323

pynest/examples/eprop_plasticity/README.rst

Lines changed: 1 addition & 1 deletion
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_schematic_sine-waves.png
5+
.. image:: 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

Lines changed: 1 addition & 1 deletion
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_schematic_evidence-accumulation.png
43+
.. image:: eprop_supervised_classification_schematic_evidence-accumulation.png
4444
:width: 70 %
4545
:alt: See Figure 1 below.
4646
:align: center

pynest/examples/eprop_plasticity/eprop_supervised_regression_handwriting.py

Lines changed: 11 additions & 1 deletion
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_schematic_handwriting.png
42+
.. image:: eprop_supervised_regression_schematic_handwriting.png
4343
:width: 70 %
4444
:alt: See Figure 1 below.
4545
:align: center
@@ -57,6 +57,16 @@
5757
Charl Linssen, inspired by activities and feedback received at the CapoCaccia Workshop toward Neuromorphic
5858
Intelligence 2023.
5959
60+
61+
Get the chaos_handwriting.txt file:
62+
63+
.. grid::
64+
65+
.. grid-item-card::
66+
:columns: 3
67+
68+
:download:`chaos_handwriting.txt`
69+
6070
References
6171
~~~~~~~~~~
6272

pynest/examples/eprop_plasticity/eprop_supervised_regression_infinite-loop.py

Lines changed: 1 addition & 1 deletion
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_schematic_infinite-loop.png
42+
.. image:: eprop_supervised_regression_schematic_infinite-loop.png
4343
:width: 70 %
4444
:alt: See Figure 1 below.
4545
:align: center

0 commit comments

Comments
 (0)