Auryn simulator

Simulator for spiking neural networks with synaptic plasticity

User Tools

Site Tools


manual:neurongroup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
manual:neurongroup [2018/02/07 08:33] – [List of Auryn neuron groups] zenkemanual:neurongroup [2018/02/07 08:34] – [List of Auryn neuron groups] zenke
Line 4: Line 4:
 NeuronGroup is the virtual base class [[http://fzenke.net/auryn/doxygen/current/classauryn_1_1NeuronGroup.html|of all neuron models]] within Auryn. It directly derives from [[SpikingGroup]] and implements important functionality which allows neurons to receive spikes. They are therefore the default target or destination type for [[Connection]] objects. Each non-virtual child of NeuronGroup has to implement the method ''evolve()'' which is called in every time step during simulations and is responsible to "evolve" the neural state variables. NeuronGroup is the virtual base class [[http://fzenke.net/auryn/doxygen/current/classauryn_1_1NeuronGroup.html|of all neuron models]] within Auryn. It directly derives from [[SpikingGroup]] and implements important functionality which allows neurons to receive spikes. They are therefore the default target or destination type for [[Connection]] objects. Each non-virtual child of NeuronGroup has to implement the method ''evolve()'' which is called in every time step during simulations and is responsible to "evolve" the neural state variables.
  
-===== List of Auryn neuron groups =====+===== List of Auryn neuron models =====
  
  
Line 10: Line 10:
   * [[AIFGroup]]: Like [[IFGroup]], but with additional spike triggered adaptation current.    * [[AIFGroup]]: Like [[IFGroup]], but with additional spike triggered adaptation current. 
   * [[AIF2Group]]: Like [[AIFGroup]], but two spike triggered adaptation current on different timescales which can be used to mimick power-law adaptation.    * [[AIF2Group]]: Like [[AIFGroup]], but two spike triggered adaptation current on different timescales which can be used to mimick power-law adaptation. 
-  * [[TIFGroup]]: "Tim's Integrate and Fire" neuron model. Simple conductance based integrate and fire model after [[http://www.neuroscience.org/cgi/content/abstract/25/46/10786|Vogels and Abbott (2005)]].+  * [[TIFGroup]]: "Tim's Integrate and Fire" neuron model with absolute refractoriness. Simple conductance based integrate and fire model after [[http://www.neuroscience.org/cgi/content/abstract/25/46/10786|Vogels and Abbott (2005)]].
   * [[CubaIFGroup]]: Current based neuron model with absolute refractoriness as used in [[http://www.neuroscience.org/cgi/content/abstract/25/46/10786|Vogels and Abbott (2005)]].   * [[CubaIFGroup]]: Current based neuron model with absolute refractoriness as used in [[http://www.neuroscience.org/cgi/content/abstract/25/46/10786|Vogels and Abbott (2005)]].
   * [[AdExGroup]]: Adaptive integrate and fire neuron after [[http://www.physiology.org/doi/10.1152/jn.00686.2005|Brette and Gerstner (2005)]].   * [[AdExGroup]]: Adaptive integrate and fire neuron after [[http://www.physiology.org/doi/10.1152/jn.00686.2005|Brette and Gerstner (2005)]].
manual/neurongroup.txt · Last modified: 2018/02/07 08:41 by zenke