hxtorch.spiking.modules.neuron

Implementing SNN modules

Classes

Morphology()

Represents the internal structure of a neuron.

NamedTuple(typename[, fields])

Typed version of namedtuple.

Neuron(size, experiment, func, …[, …])

Neuron layer

NeuronHandle(spikes, v_cadc, current, v_madc)

Specialization for HX neuron observables

Population(size, experiment, func, …)

Base class for populations on BSS-2

SingleCompartmentNeuron(size, …)

Neuron with a single iso-potential compartment.