rockpool.devices.dynapse.dynapsim_net
DynapSim Network getters. Either process the configuration object or a specification dictionary to restore a network.
The resulting network has two layers by default.
The first layer nn.modules.LinearJax
contains the input weights (optional, only if input weights present)
The second layer devices.dynapse.DynapSim
combines all the other layers.
Modules
Utilities to build a Dynap-SE2 network resolving a |
|
Obtain a DynapSim network from the spec output of the mapper See also |