NetGUI weights

Using the graphical user interface to build and exercise models. Includes customizing the GUI by writing a little bit of hoc or Python
Post Reply
smgalvan
Posts: 2
Joined: Thu Jun 25, 2020 3:18 pm

NetGUI weights

Post by smgalvan »

Hello I am new to NEURON and am trying to understand what the weights in NetGUI represent. Could someone please explain this to me?

Thank you so much!
ted
Site Admin
Posts: 6286
Joined: Wed May 18, 2005 4:50 pm
Location: Yale University School of Medicine
Contact:

Re: NetGUI weights

Post by ted »

They are the weights associated with the NetCons that connect a presynaptic spike source to a postsynaptic target (e.g. event-driven synaptic mechanism). At a minimum, read about the NetCon class in the Programmer's Reference. Would be a good idea to also read chapter 10 of The NEURON Book and/or
Hines, M.L. and Carnevale, N.T.
Discrete event simulation in the NEURON environment.
Neurocomputing 58-60:1117-1122, 2004.
which is available from a link at https://neuron.yale.edu/neuron/publications/biblio
smgalvan
Posts: 2
Joined: Thu Jun 25, 2020 3:18 pm

Re: NetGUI weights

Post by smgalvan »

Thank you!
Post Reply