Search found 4 matches

by ekaraviotou
Wed Dec 09, 2009 2:25 pm
Forum: Adding new mechanisms and functions to NEURON
Topic: STDP
Replies: 9
Views: 11012

Re: STDP

Thanks for your answer but can you pls if it is possible to help me with with some code in order to understand practically how LTD works in the mechanism?
by ekaraviotou
Wed Dec 09, 2009 10:34 am
Forum: Adding new mechanisms and functions to NEURON
Topic: STDP
Replies: 9
Views: 11012

Re: STDP

Hello again! I used the STDP mechanism you proposed at http://www.neuron.yale.edu/neuron/stati ... 23_06.html in my model As you can see in my code i create a pre synapse at location 0,8 (called A2) from dendrite that fires when the simulation starts (onset = 0).The EPSP that is produced at location...
by ekaraviotou
Sun Dec 06, 2009 5:02 am
Forum: Adding new mechanisms and functions to NEURON
Topic: STDP
Replies: 9
Views: 11012

Re: STDP

Thanks for your help but my problem is that i dont know how to use the STDP mechanism in my own model My model is simple : has a target neurone that has synaptic inputs from two neurons A and B that tend to fire successively with a time interval, as shown below: create soma, dend objectvar stim, sti...
by ekaraviotou
Wed Nov 25, 2009 5:10 pm
Forum: Adding new mechanisms and functions to NEURON
Topic: STDP
Replies: 9
Views: 11012

STDP

Hello!!
I implemented a model in neuron that is composed by a target neuron that has synaptic inputs from two neurons A and B that tend to fire successivly with a time interval Δt. How can i insert an STDP mechanism (STDP Rule) into my model?

Thanks,
Eleni