<< Chapter < Page Chapter >> Page >
n 1 - τ I · ln 1 - v t h - v r w i n p · 1 - e - I / τ .

In the computational method, the Matlab program compT.m calculates n 1 by updating v ( t ) with equations [link] and [link] . In the analytic method, AnalysisT.m calculates n 1 with equation [link] .

[link] shows that n 1 is clearly a step-wise function where higher input weights allow the cell to spike after fewer input spikes.

Comparison of minimum number of input spikes necessary for activity from computation and analysis as a function of w i n p . v ( t ) is calculated by equations [link] and [link] in compT.m and by equation [link] in AnalysisT.m . (Plotted in AnalysisT.m )

Application of findings

Simple 2-cell network with synapses active in Place Field 1. While the rat is in the place field of Cell 1, Cell 1 receives input with weight w e x t from an external source, and when Cell 1 spikes, it gives input with weight w 12 to Cell 2.

We apply the results from the two previous sections to solve a couple simple questions. Consider the situation depicted in [link] : the rat is in Place Field 1, Cell 1 receives input with weight w e x t from an external source, and, when Cell 1 spikes, it gives internal input to Cell 2 with weight w 12 . We can find the minimum weight of w 12 necessary for Cell 2 to spike in Place Field 1, or where Place Field 1 and Place Field 2 overlap.

For a fixed interspike interval I of external input of fixed weight w e x t , we calculate n 1 using equation [link] as a function of I and w e x t . Thus n 1 denotes the minimum number of external input spikes of weight w e x t necessary for Cell 1 to fire. Let us denote the time of Cell 1's first spike as

t 1 = ( n 1 - 1 ) I .

While the rat is in Place Field 1, Cell 2 only receives input from Cell 1. To find the interspike interval of Cell 1's spikes, or equivalently the interspike interval that Cell 2 receives input in Place Field 1, consider [link] . We know that Cell 1's first spike is at t = t 1 . After it spikes, the voltage decays until the next input spike at n 1 I . Then it takes another ( n 1 - 1 ) I m s for Cell 1 to spike at t = n 1 I + ( n 1 - 1 ) I . Thus we subtract the first spike time from the second spike time

n 1 I + ( n 1 - 1 ) I - ( n 1 - 1 ) I = n 1 I ,

and we see that after the first spike time at t 1 = ( n 1 - 1 ) I m s , Cell 1 fires every n 1 I m s .

Interspike interval of Cell 1 from external input alone, I 1 . Cell 1's first spike occurs at t = t 1 = ( n 1 - 1 ) I . Then the voltage of Cell 1 decays until the next input spike at t = n 1 I . It then takes another ( n 1 - 1 ) I m s for Cell 1 to spike at t = n 1 I + ( n 1 - 1 ) I . Thus, it can be seen that except for the first spike at t = ( n 1 - 1 ) I , Cell 1 fires every n 1 I m s .

Thus, we know that Cell 1 gives input to Cell 2 with weight w 12 every n 1 I m s . To find the minimum weight of w 12 that would allow for Cell 2 to fire in Place Field 1, we consider two cases where the first is simpler: Place Field 1 is infinitely long or finitely long.

Equation [link] tells us that if

w 12 ( v t h - v r ) ( 1 - e - n 1 I / τ ) ,

then Cell 2 would fire given a sufficiently long Place Field 1. Thus, if Place Field 1 is infinitely long, we simply require that equation [link] be true, then Cell 2 fires in Place Field 1. As we do in "Number of input spikes versus input weight" , we choose an interspike interval: let n 1 I = 40 m s . For this value of n 1 I , App.m calculates the minimum of equation [link] to be 13 . 83 m V , as marked in [link] .

Minimum w 12 necessary for Cell 2 to fire as a function of n 1 I . It is clear that the larger the interspike interval, the more weight is required for activity. We note the value of w 12 at n 1 I = 40 because these values are used in the case where Place Field 1 is finite. ( App.m )

Now assume Place Field 1 is finitely long. We apply equation [link] to find n 2 , where n 2 is the minimum number of input spikes of weight w 12 necessary for Cell 2 to fire. We let n 1 I = 40 m s and consider only the values of w 12 13 . 83 m V as calculated for n 1 I = 40 m V in equation [link] . [link] shows n 2 as a function of these values of w 12 . As in "Number of input spikes versus input weight" , n 2 is step-wise like n 1 .

Minimum number of input spikes necessary for Cell 2 to fire, denoted as n 2 , as a function of input weight w 12 . We choose n 1 I = 40 m s and consider only the values of w 12 13 . 83 m V (the minimum w 12 necessary for Cell 1 to fire from equation [link] ). Like n 1 from "Number of input spikes versus input weight" , n 2 is step-wise. We note the minimum weight necessary for Cell 2 to fire in Place Field 1, w 12 = 16 . 01 m V . ( App.m )

The first spike of Cell 2 occurs at time t 2 = ( n 2 ) ( n 1 I ) - I . We find the value of w 12 necessary for t 2 the time spent in Place Field 1. Suppose the time spent in Place Field 1 is 50 m s . We see from [link] that

n 2 = 2 if 13 . 83 w 12 15 . 95 1 if 15 . 95 < w 12 20 . 00

and calculate that

t 2 = 60 if 13 . 83 w 12 15 . 95 20 if 15 . 95 < w 12 20 . 00

Thus, for 13 . 83 w 12 15 . 95 m V , t 2 = 60 m s and Cell 2 will not fire in Place Field 1, but for 16 . 01 w 12 20 . 00 m V , t 2 = 20 m s and Cell 2 will fire in Place Field 1. The minimum value of w 12 for t 2 50 m s is marked on [link] ( App.m ).

Future work

Our goal is to better understand the relation between input weights and backward shift of place fields. We modeled the Double Rotation Experiment using a simple 120-cell ring and calculated the backward shift of the place fields as a function of input weights of that model [link] , [link] . We have computationally and analytically found the minimum input weight necessary for activity as a function of the interspike interval as well as the minimum number of input spikes necessary for activity as a function of input weight.We applied our findings analytically to find the minimum internal input weight necessary for place fields to overlap in a simple 2-cell model.

Future work may include constructing a code to compare our analytical results from "Application of findings" for the infinite and finite place field cases that could give us the minimum internal input weight necessary for place fields to overlap. We could also couple the equations regarding input weight changes by spike timing-dependent plasticity with the equation that gives us the minimum number of input spikes necessary for activity that is dependent upon input weights. Since the time of the first spike of a cell can be given in terms of the minimum number of input spikes necessary for activity as a function of input weight, we may be able to find a value that the time approaches. Ultimately, given a set maximum for the input weight, we would like to be able to predict the amount of backward shift of a place field using spike timing-dependent plasticity.

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