Expand description
all implementation about neural networks
Modules
- implementation of two neuron type: brain neuron and block neuron
- base neuron implementation
- implementation about
BevyBlockNeurons
, which is a wrapper around neural network to make it into a bevy resource. - signals that passes between neurons