the original alogrithm of Exp2Syn mod

The basics of how to develop, test, and use models.
Post Reply
yj232

the original alogrithm of Exp2Syn mod

Post by yj232 »

Sorry I'm currently modifying the Exp2Syn to add short-term plasticity into it.
But I dont quite understand how it works, like what do A and B in the mod represent? What is factor and total for?
So could you please tell me where is the alogrithm from? like the original work/review about it? like the in hh.mod?
ted
Site Admin
Posts: 6299
Joined: Wed May 18, 2005 4:50 pm
Location: Yale University School of Medicine
Contact:

Re: the original alogrithm of Exp2Syn mod

Post by ted »

yj232 wrote:I'm currently modifying the Exp2Syn to add short-term plasticity into it.
You might want to look at ModelDB entries 3815 and 3264. The former implements a variant of ExpSyn that has short term use dependent plasticity, but the plasticity code could easily be added to an Exp2Syn mechanism. The latter includes implementations of ExpSyn, Exp2Syn, and IntFire1 that have short term use dependent plasticity; the same plasticity could easily be incorporated into IntFire2 and 4 variants.
So could you please tell me where is the alogrithm from?
Suggest you read chapter 10 of The NEURON Book, or
Hines, M.L. and Carnevale, N.T.
Discrete event simulation in the NEURON environment.
Neurocomputing 58-60:1117-1122, 2004.
The latter is available from a link on this page:
http://www.neuron.yale.edu/neuron/nrnpubs
Post Reply