Refer to [Neurons.md](https://github.com/davids91/rafko/blob/main/docs/Neurons.md) - [ ] set a reasonable maximum expected size for each propagation step ( e.g. what is the most number of supported weights ) - [ ] Document the limitations thoroughly - [ ] Modify Propagation instructions to be a vector of contiguous byte arrays instead a 2D vector - [ ] implement compression of each item during propagation instruction generation - [ ] implement De-compression of each item during neural propagation in the kernels
Refer to Neurons.md