description: A simple SNN with 3 layers: 2, 3, 2 neurons. Each layer has an associated input queue, fast to iterate. For each layer, starting with the last:
Read input
Update affected neurons
If any fire, write that to the input list of the next layer
If an input is already recorded for a post-synaptic neuron, add the new entry to it
description: A simple SNN with 3 layers:
2, 3, 2
neurons. Each layer has an associated input queue, fast to iterate. For each layer, starting with the last:Test run with all weight as zero except 2:
closes #6