rockpool.nn.layers.spike_bt

A back-tick precise spike time recurrent layer, with fast and slow synapses

Functions

argwhere(data)

Accelerated argwhere function

clip_scalar(val, f_min, f_max)

Accelerated scalar clip function

clip_vector(v, f_min, f_max)

Accelerated vector clip function

full_nan(shape)

min_argmin(data)

Accelerated function to find minimum and location of minimum

neuron_dot_v(t, V, dt, I_s_S, I_s_F, I_ext, ...)

rep_to_net_size(data, size)

Repeat some data to match the layer size

syn_dot_I(t, I, dt, I_spike, tau_Syn)

Classes

RecFSSpikeEulerBT([weights_fast, ...])

Implement a spiking reservoir with tight E/I balance.