<< 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.

Questions & Answers

what does preconceived mean
sammie Reply
physiological Psychology
Nwosu Reply
How can I develope my cognitive domain
Amanyire Reply
why is communication effective
Dakolo Reply
Communication is effective because it allows individuals to share ideas, thoughts, and information with others.
effective communication can lead to improved outcomes in various settings, including personal relationships, business environments, and educational settings. By communicating effectively, individuals can negotiate effectively, solve problems collaboratively, and work towards common goals.
it starts up serve and return practice/assessments.it helps find voice talking therapy also assessments through relaxed conversation.
miss
Every time someone flushes a toilet in the apartment building, the person begins to jumb back automatically after hearing the flush, before the water temperature changes. Identify the types of learning, if it is classical conditioning identify the NS, UCS, CS and CR. If it is operant conditioning, identify the type of consequence positive reinforcement, negative reinforcement or punishment
Wekolamo Reply
please i need answer
Wekolamo
because it helps many people around the world to understand how to interact with other people and understand them well, for example at work (job).
Manix Reply
Agreed 👍 There are many parts of our brains and behaviors, we really need to get to know. Blessings for everyone and happy Sunday!
ARC
A child is a member of community not society elucidate ?
JESSY Reply
Isn't practices worldwide, be it psychology, be it science. isn't much just a false belief of control over something the mind cannot truly comprehend?
Simon Reply
compare and contrast skinner's perspective on personality development on freud
namakula Reply
Skinner skipped the whole unconscious phenomenon and rather emphasized on classical conditioning
war
explain how nature and nurture affect the development and later the productivity of an individual.
Amesalu Reply
nature is an hereditary factor while nurture is an environmental factor which constitute an individual personality. so if an individual's parent has a deviant behavior and was also brought up in an deviant environment, observation of the behavior and the inborn trait we make the individual deviant.
Samuel
I am taking this course because I am hoping that I could somehow learn more about my chosen field of interest and due to the fact that being a PsyD really ignites my passion as an individual the more I hope to learn about developing and literally explore the complexity of my critical thinking skills
Zyryn Reply
good👍
Jonathan
and having a good philosophy of the world is like a sandwich and a peanut butter 👍
Jonathan
generally amnesi how long yrs memory loss
Kelu Reply
interpersonal relationships
Abdulfatai Reply
What would be the best educational aid(s) for gifted kids/savants?
Heidi Reply
treat them normal, if they want help then give them. that will make everyone happy
Saurabh
What are the treatment for autism?
Magret Reply
hello. autism is a umbrella term. autistic kids have different disorder overlapping. for example. a kid may show symptoms of ADHD and also learning disabilities. before treatment please make sure the kid doesn't have physical disabilities like hearing..vision..speech problem. sometimes these
Jharna
continue.. sometimes due to these physical problems..the diagnosis may be misdiagnosed. treatment for autism. well it depends on the severity. since autistic kids have problems in communicating and adopting to the environment.. it's best to expose the child in situations where the child
Jharna
child interact with other kids under doc supervision. play therapy. speech therapy. Engaging in different activities that activate most parts of the brain.. like drawing..painting. matching color board game. string and beads game. the more you interact with the child the more effective
Jharna
results you'll get.. please consult a therapist to know what suits best on your child. and last as a parent. I know sometimes it's overwhelming to guide a special kid. but trust the process and be strong and patient as a parent.
Jharna
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

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