engine
Network components and algorithms.
Modules
Components handle universal parameters and logic common to neurons, synapses, and their derivatives. |
|
Ensembles (layers) manage neuron collections by fixing their size, extending select attribute tensors, and handling layer-aware operations such as heterogeneous parameter initialization and normalization. |
|
Networks are graph representations of neuron ensembles connected by synapses. |
|
Neurons are units that receive, integrate, and emit signals. |
|
Synapses connect neurons or ensembles to each other. |