<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://zenkelab.org/auryn/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://zenkelab.org/auryn/feed.php">
        <title>Auryn simulator - examples</title>
        <description>Simulator for spiking neural networks with synaptic plasticity</description>
        <link>https://zenkelab.org/auryn/</link>
        <image rdf:resource="https://zenkelab.org/auryn/lib/exe/fetch.php?media=wiki:logo.png" />
       <dc:date>2026-04-18T13:15:58+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://zenkelab.org/auryn/doku.php?id=examples:orchestrated_plasticity&amp;rev=1466096521&amp;do=diff"/>
                <rdf:li rdf:resource="https://zenkelab.org/auryn/doku.php?id=examples:sim_background&amp;rev=1395306289&amp;do=diff"/>
                <rdf:li rdf:resource="https://zenkelab.org/auryn/doku.php?id=examples:sim_coba_benchmark&amp;rev=1467762000&amp;do=diff"/>
                <rdf:li rdf:resource="https://zenkelab.org/auryn/doku.php?id=examples:sim_dense&amp;rev=1462219403&amp;do=diff"/>
                <rdf:li rdf:resource="https://zenkelab.org/auryn/doku.php?id=examples:sim_epsp_stp&amp;rev=1414545168&amp;do=diff"/>
                <rdf:li rdf:resource="https://zenkelab.org/auryn/doku.php?id=examples:sim_epsp&amp;rev=1470901035&amp;do=diff"/>
                <rdf:li rdf:resource="https://zenkelab.org/auryn/doku.php?id=examples:sim_isp_big&amp;rev=1433823877&amp;do=diff"/>
                <rdf:li rdf:resource="https://zenkelab.org/auryn/doku.php?id=examples:sim_isp_orig&amp;rev=1390213199&amp;do=diff"/>
                <rdf:li rdf:resource="https://zenkelab.org/auryn/doku.php?id=examples:sim_poisson&amp;rev=1454607595&amp;do=diff"/>
                <rdf:li rdf:resource="https://zenkelab.org/auryn/doku.php?id=examples:sim_step_current&amp;rev=1469045376&amp;do=diff"/>
                <rdf:li rdf:resource="https://zenkelab.org/auryn/doku.php?id=examples:start&amp;rev=1528031151&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://zenkelab.org/auryn/lib/exe/fetch.php?media=wiki:logo.png">
        <title>Auryn simulator</title>
        <link>https://zenkelab.org/auryn/</link>
        <url>https://zenkelab.org/auryn/lib/exe/fetch.php?media=wiki:logo.png</url>
    </image>
    <item rdf:about="https://zenkelab.org/auryn/doku.php?id=examples:orchestrated_plasticity&amp;rev=1466096521&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-06-16T17:02:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>orchestrated_plasticity</title>
        <link>https://zenkelab.org/auryn/doku.php?id=examples:orchestrated_plasticity&amp;rev=1466096521&amp;do=diff</link>
        <description>Orchestrated Plasticity

You will find the code to reproduce the key results of Zenke, F., Agnes, E.J., and Gerstner, W. (2015). Diverse synaptic plasticity mechanisms orchestrated to form and retrieve memories in spiking neural networks. Nat Commun 6. on &lt;https://github.com/fzenke/pub2015orchestrated&gt;


Getting the source

To run the orchestrated plasticity simulation as described in Figure 3 of the paper  download or clone the pub2015orchestrated repository. Then cd into</description>
    </item>
    <item rdf:about="https://zenkelab.org/auryn/doku.php?id=examples:sim_background&amp;rev=1395306289&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-03-20T09:04:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>sim_background</title>
        <link>https://zenkelab.org/auryn/doku.php?id=examples:sim_background&amp;rev=1395306289&amp;do=diff</link>
        <description>sim_background

This simulation is a bit more sophisticated because it comes with many adjustable settings. Therefore the code might not be as straight forward to read as this is the case in the more simple examples. It was used in Zenke et al. 2013 to study the stability of the asynchronous irregular background state in a balanced network in the presence of</description>
    </item>
    <item rdf:about="https://zenkelab.org/auryn/doku.php?id=examples:sim_coba_benchmark&amp;rev=1467762000&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-07-05T23:40:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>sim_coba_benchmark</title>
        <link>https://zenkelab.org/auryn/doku.php?id=examples:sim_coba_benchmark&amp;rev=1467762000&amp;do=diff</link>
        <description>sim_coba_benchmark

This is the Vogels-Abbott Benchmark (from Brette et al. 2007) network adapted from the examples included in PyNN. It implements a smaller version of the conductance based, self-sustained balanced network from (Vogels and Abbott (2005)).

Running the program

To run the program the network first needs priming with external Poisson noise before it can self-sustain its activity. To do that invoke the program with the following command line arguments</description>
    </item>
    <item rdf:about="https://zenkelab.org/auryn/doku.php?id=examples:sim_dense&amp;rev=1462219403&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-05-02T20:03:23+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>sim_dense</title>
        <link>https://zenkelab.org/auryn/doku.php?id=examples:sim_dense&amp;rev=1462219403&amp;do=diff</link>
        <description>Example: sim_dense.cpp

This simulation example is based on the network simulations published in

H Lütcke, F Gerhard, F Zenke, W Gerstner, F Helmchen, 2013. Inference of neuronal network spike dynamics and topology from calcium imaging data. Frontiers in Neural Circuits 7.</description>
    </item>
    <item rdf:about="https://zenkelab.org/auryn/doku.php?id=examples:sim_epsp_stp&amp;rev=1414545168&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-10-29T01:12:48+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>sim_epsp_stp</title>
        <link>https://zenkelab.org/auryn/doku.php?id=examples:sim_epsp_stp&amp;rev=1414545168&amp;do=diff</link>
        <description>Short term plasticity example sim_epsp_stp

This simulation implements a variation of sim_epsp. A single presynaptic Poisson neuron provides input through a STPConnection which implements a Connection which implements the Tsodyks Markram synapse model [1]. The file records the presynaptic spiketrain, as well as the postsynaptic excitatory conductances and membrane voltage.</description>
    </item>
    <item rdf:about="https://zenkelab.org/auryn/doku.php?id=examples:sim_epsp&amp;rev=1470901035&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-08-11T07:37:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>sim_epsp</title>
        <link>https://zenkelab.org/auryn/doku.php?id=examples:sim_epsp&amp;rev=1470901035&amp;do=diff</link>
        <description>sim_epsp

This simulation sets up an excitatory and an inhibitory Poisson neuron and connects them to a single postsynaptic cell (IFGroup). It records and outputs the membrane potential in the file out_epsp.mem.

Running the program

The simulation can be invoked without any parameters. It creates the following command line output</description>
    </item>
    <item rdf:about="https://zenkelab.org/auryn/doku.php?id=examples:sim_isp_big&amp;rev=1433823877&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-06-09T04:24:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>sim_isp_big</title>
        <link>https://zenkelab.org/auryn/doku.php?id=examples:sim_isp_big&amp;rev=1433823877&amp;do=diff</link>
        <description>sim_isp_big

This implements an up-scaled version of sim_isp_orig which simply contains more neurons (200k excitatory neurons) and where excitatory weights have been scaled down accordingly.

I wrote this network to show how graded activity patterns can be stored in the synaptic weight matrix and how these patterns can be stabilized by inhibitory plasticity. Watch this</description>
    </item>
    <item rdf:about="https://zenkelab.org/auryn/doku.php?id=examples:sim_isp_orig&amp;rev=1390213199&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-01-20T10:19:59+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>sim_isp_orig</title>
        <link>https://zenkelab.org/auryn/doku.php?id=examples:sim_isp_orig&amp;rev=1390213199&amp;do=diff</link>
        <description>sim_isp_orig

This simulation is the adapted from the network used to generate Figure 4 in [1]. It simulates a balanced network of 10,000 sparsely connected integrate-and-fire neurons[2] and features 
plastic inhibitory-exciatory synapses. 



[1] Vogels, T.P., Abbott, L.F., 2005. Signal propagation and logic gating in networks of integrate-and-fire neurons. J Neurosci 25, 10786.</description>
    </item>
    <item rdf:about="https://zenkelab.org/auryn/doku.php?id=examples:sim_poisson&amp;rev=1454607595&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-02-04T17:39:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>sim_poisson</title>
        <link>https://zenkelab.org/auryn/doku.php?id=examples:sim_poisson&amp;rev=1454607595&amp;do=diff</link>
        <description>sim_poisson example

Simulates an array of Poisson processes to illustrate the use of PoissonGroup. The output is written to a ras file in the same directory.

Full source code: &lt;https://github.com/fzenke/auryn/blob/master/examples/sim_poisson.cpp&gt;

Running code

Running the example program sim_poisson yields an output like this one</description>
    </item>
    <item rdf:about="https://zenkelab.org/auryn/doku.php?id=examples:sim_step_current&amp;rev=1469045376&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-07-20T20:09:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>sim_step_current</title>
        <link>https://zenkelab.org/auryn/doku.php?id=examples:sim_step_current&amp;rev=1469045376&amp;do=diff</link>
        <description>Step current to Izhikevich neuron

This example can be invoked by running sim_step_current.
It runs a short simulation that injects a step current to an Izhikevich neuron (see IzhikevichGroup).

It writes the files step_current.0.ras with the spike times and step_current.0.mem</description>
    </item>
    <item rdf:about="https://zenkelab.org/auryn/doku.php?id=examples:start&amp;rev=1528031151&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-06-03T13:05:51+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>start</title>
        <link>https://zenkelab.org/auryn/doku.php?id=examples:start&amp;rev=1528031151&amp;do=diff</link>
        <description>Examples

To get started you should have a look at a few examples written with Auryn. The following simulations come with Auryn when downloaded and can be found in the ./examples folder under the Auryn root directory.

Starting from Auryn v0.7.0, examples are compiled automatically when building the simulator. See</description>
    </item>
</rdf:RDF>
