You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API Refactoring: Synapse relations are now established through a separate builder class.
The range positions are now optionally variable. This feature is required for text generation. In this
use case the positions are not known in advance and need to be computed during processing.
Introduced passive neurons. Passive neurons are only evaluated if the connected output neuron requires it. Passive neurons act basically like callback functions.