Auryn simulator

Simulator for spiking neural networks with synaptic plasticity

User Tools

Site Tools


tutorials:start

This is an old revision of the document!


DIY Tutorials

Auryn is written in a modular way which easily allows you to define and create your own neuron models (NeuronGroup), synapse and plasticity models (Connection) and monitoring tools. In this section we will slowly build several example walk-throughs of how to achieve this in a step-by-step manner.

First steps

Howto compile and run your own Auryn simulations.

Synapse and Plasticity Models

Writing your own plasticity model. This is a simple walk-through for the logic behind plastic updates and what methods are called where and when. It sketches in simple terms what needs to be done to implement a new custom synapse model in Auryn.

Multiple synaptic state variables. This example aims at creating a plastic connection object in which the the actual weight change is the low-pass filtered output of meta-variable which is influenced by STDP.

Neuron Models

Coming soon.

tutorials/start.1431673132.txt.gz · Last modified: 2015/05/15 06:58 by zenke