Exponential Poisson neuron that supports piecewise linear input synapses. More...
#include <PLExpPoissonNeuron.h>
Public Member Functions | |
PLExpPoissonNeuron (float A=50, float bias=0, float Trefract=10e-3, float C=1) |
Exponential Poisson neuron that supports piecewise linear input synapses.
The neuron's spike rate is determined by , where is a the membrane potential. If piecewise linear synapses are mounted to this neuron, will be a piecewise linear function, but also jumps on the membrane potential are allowed (e.g. by mounting a piecewise constant synapse to the neuron).