Open johannesmik opened 9 years ago
Until now, the threshhold value for the neurons is unique among all neurons in the SRM model.
Maybe we can define a threshold for each neuron, similar to the way we can define a $t_s$ for each neuron.
Has this proposal been realized?
Yes this has been realized.
When you instantiate a new SRM object you can pass the threshold as a 1D numpy array consisting of the thresholds for each neuron.
Until now, the threshhold value for the neurons is unique among all neurons in the SRM model.
Maybe we can define a threshold for each neuron, similar to the way we can define a $t_s$ for each neuron.