cnrl / CoNeX

Cortical Network for everything!
MIT License
3 stars 0 forks source link

Component #47

Closed saeedark closed 4 months ago

saeedark commented 7 months ago

Alternative style for creating structure.

  1. There are two kinds of structure: Elemental(neuron-group, synapse-group, ..) vs Container(Layer, Cortical Column, ...)
  2. Each structure should have helper functions to facilitate replicating them.
  3. There is no config; rather, the user creates objects, and then the objects are saved as a dictionary.
  4. Containers have Ports. ports help to consider each container as a black box. Each port can add behavior to connections created by other structures(Synapsis).