jaxsnn.event.modules.source

Classes

SourcePopulation(generator, parameters, …)

Event-driven source population module

Functions

jaxsnn.event.modules.source.Source(size: int)jaxsnn.event.types.SourcePopulation

Creates a Source population layer representing external input.

Parameters

size – Number of neurons/channels in the source layer.

Returns

A SourcePopulation object containing the generator and parameters.