sebastianmonten / building-a-spiking-neural-network-from-scratch

0 stars 0 forks source link

Investigate using 1D arrays for weights and neuron data #15

Closed sebastianmonten closed 4 weeks ago

sebastianmonten commented 4 weeks ago

description: flatten the nested arrays of weights and neuron data to 1D. Use separate accumulative sum arrays that allows for constant index calculation time for the absolute index.

dod: the new indexing is implemented and compared to the nested array implementation.

sebastianmonten commented 4 weeks ago

closed by #16