<< Chapter < Page Chapter >> Page >
d w i d t = k [ Ω ( [ C a 2 + ] i ) × η ( [ C a 2 + ] i ) ]

where w i denotes the synaptic weight at synapse i . Note that [ C a 2 + ] i indicates the postsynaptic Calcium concentration at synapse i . k denotes a scaling factor introduced in order to generate the appropriate weight changes. In our comparison of CaDP with STDP in the next chapter, we use a value of k = 1 200 . It should be noted that while STDP weight updates occur following postsynaptic spikes, the CaDP regime constantly updates synaptic weights over time.

CaDP Learning Rule Parameters
Parameter Value Description
p 1 2 Coefficient of Rate Function ( η )
p 2 0.5 Rate Function Constant
p 3 3 Rate Function Constant
p 4 1 × 10 - 5 Rate Function Constant
α 1 0.3 Lower Bound of Calcium for LTD
α 2 0.5 Upper Bound of Calcium for LTD
β 1 40 Rate of Transition to LTD
β 2 40 Rate of Transition to LTP
k 1 200 Weight Change Coefficient

Calcium equations

As the weight changes caused by this model are dependent on Calcium, we also implement a number of equations to regulate the postsynaptic Calcium levels. Calcium level is regulated by the differential equation below:

d [ C a 2 + ] d t = I ( t , t p r e , V ) - [ C a 2 + ] τ C a

Where τ C a represents the decay time constant of calcium, which we set to 50 ms. I represents the Calcium influx of the synapse, which we model with the following equation:

I ( t , t p r e , V ) = g N f ( t , t p r e ) H ( V )

Note that this Calcium influx value should not be associated with the synaptic input current, I s y n . g N represents the conductance of the available N-Methyl D-Aspartate receptors (NMDARs) at the synapse (not to be confused with the excitatory conductance from our Integrate and Fire model). This can be either kept at a constant value or regulated by Metaplasticity (see "Metaplasticity" ). When not using metaplasticity, we use a value of g N = - 1 × 10 - 3 . f ( t , t p r e ) is the spike-timing dependent portion of input current, which we define as:

f ( t , t p r e ) = I f f Θ ( t - t p r e ) e ( t p r e - t ) / τ f f + I s f Θ ( t - t p r e ) e ( t p r e - t ) / τ s f

This spike-time regime consists of two components: a fast component, with a time constant of τ f f = 50 ms; as well as a slow component, with a time constant of τ s f = 200 ms. Θ represents the Heaviside function. Constants I f f and I s f are regulated such that I f f + I s f = 1 . In our model, we use I f f = .7 and I s f = .3. Note that in this equation, the spiking is only explicitly dependent on the presynaptic firing time and not the postsynaptic firing time. Furthermore, note that unlike the STDP rule, the input presynaptic spikes are not added linearly: this spike-time equation only accounts for the most recent presynaptic spike.

H ( V ) represents the voltage dependence of the NMDARs, which we model as:

H ( V ) = V - V C a 1 + e - 0 . 062 V / 3 . 57

V represents the postsynaptic voltage. Note that this V differs from our membrane voltage, V m , in the respect that V is specific to each pre/postsynaptic pair, whereas V m is only specific to an individual place cell. We define the postsynaptic voltage as V = V r e s t + B P A P , where V r e s t is the resting potential and BPAP is the Back-propagating Action Potential, which is described later in the text. V C a is the reversal potential for Calcium, which we set at 130 mV. The term V - V C a is a simplified approximation of the driving force for Calcium influx. The term in the denominator is the voltage-dependance of Magnesium block on the NMDA receptor [link] . A depolarized voltage will result in the displacement of Magnesium ions from blocking NMDA receptors, allowing for more Calcium influx. We plot f ( t , t p r e ) and H ( V ) in [link] .

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, The art of the pfug. OpenStax CNX. Jun 05, 2013 Download for free at http://cnx.org/content/col10523/1.34
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'The art of the pfug' conversation and receive update notifications?

Ask