GENESIS: Documentation

Related Documentation:

Physical Processes and Model Variables

The Model of a Connection

Connections are made between event-generators and event-receivers. The Neurospaces / GENESIS 3 model-container defines a template for event-receiving entities. Projections then run algorithms that instantiate these entities and attach them pre-synaptically to event-generators and post-synaptically to continuous-time state variables. The template attributes of ’delay and ’weight’ are inherited by the template instantiations created by the projection algorithms.

Computing Connections

For most network models connections are algorithmically calculated, for example based on the distance between neurons and the synaptic contact points in the dendrite. That is why the model-container contains special algorithms to compute the connections between neurons.

Storing Connections

The connections in a network model can be stored in two different ways:

Summary