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

0 stars 0 forks source link

Prepare the SNN framework to be tested on `Nucleo-H743ZI2` board #10

Closed sebastianmonten closed 2 months ago

sebastianmonten commented 3 months ago

description:

  1. create a weight generating script that can visualize the weights and connections in a network with ~5 layers and hundreds of neurons but relatively few connections.
  2. investigate way to measure time for thousands of neuron computations.

dod: code does not have leaks and can be uploaded and run on the nucleo board.