Search found 4 matches

by Joe29
Tue Oct 13, 2009 3:55 pm
Forum: Modeling networks
Topic: Global nmodl reward variable?
Replies: 5
Views: 5219

Re: Global nmodl reward variable?

Ok. The part of the model needing some kind of global variable is fairly simple to explain. Basically, I have a network of cells, in very straight-forward 'layers' (input/hidden/output). I am exploring a stochastic learning algorithm. There is only one output cell, and it is much more simplified tha...
by Joe29
Mon Oct 12, 2009 9:29 pm
Forum: Modeling networks
Topic: Global nmodl reward variable?
Replies: 5
Views: 5219

Re: Global nmodl reward variable?

Ok, I see. Thanks. And is there any way to communicate between different mechanisms?
by Joe29
Mon Oct 12, 2009 2:55 pm
Forum: Modeling networks
Topic: Global nmodl reward variable?
Replies: 5
Views: 5219

Global nmodl reward variable?

Hi All, Quick question. Are the GLOBAL variables in a mod file accessible to other mod files? If so, how is this constructed? If not, what is the best way to make a variable ... globally... accessible? I was still unsure after looking through the neuron book. From looking at other peoples code I am ...
by Joe29
Wed Sep 30, 2009 10:16 pm
Forum: Modeling networks
Topic: Identifying the source in NET_RECEIVE
Replies: 1
Views: 2657

Identifying the source in NET_RECEIVE

Hello All, Sorry for asking what seem to be such newbie questions, but after reading the neuron book and searching this forum, I still cannot find what I am looking for. I am trying to create a network with hoc and nmodl with a learning algorithm that modifies the weights of the connections. I think...