Expand description
implementation about BevyBlockNeurons
, which is a wrapper around neural network to make it into a bevy resource.
Structs
- Bevy resource, which make sure the neurons can be accessed and modified from bevy side
Constants
- DL 🔒
Functions
- run brain_nn and start outward pass
- pass the signal from last inward layer to brain
- Pass the signal from the leaf to the root layer by layer