You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This model represents two connected groups of neurons.
# When connecting two groups of neurons Nengo will find the connection weights between each of the neurons such that whatever value is being represented by the first group of neurons will be passed on to the second group of neurons.
# The synapse value indicates the properties of the neurotransmitters and synapses.
# Time constant: the amount of time it takes for the effects of a single spike to return to baseline or wear off. Default value of 0.005s will be considered if left undefined. Time constant speed varies depending on the brain region.