SigmoidalNeuron
Subsections
SigmoidalNeuron
- thresh (W) :
- Itot = logsig(beta*(Itot-thresh))
- beta (1) :
- Itot = logsig(beta*(Itot-thresh))
- tau_m :
- time constant
- A_max (1) :
- the output of a sig neuron is scaled to (0,W_max)
- I_inject (W) :
- external current injected into neuron
- Vm_init (V) :
- initial 'membrane voltage'
- Vresting (V) :
- The resting membrane voltage.
- Inoise (A2) :
- The noise of analog neurons
- type :
- Type (e.g. inhibitory or excitatory) of the neuron
- Vm (V) :
- The current output (potential) of this neuron
- VmOut :
- The vlaue wich will actualle be propagated to the outgoing synapses.
- nIncoming :
- Number of incoming synapses
- nOutgoing :
- Number of outgoing synapses
|