Because of this the neural network does forward propagation in a different way than most implementations. For each neuron in layer one for example, it takes all the weights connected to that neuron and does the multiplication and adds it to each neuron in layer two respectively.
Is it better to calculate each neuron in layer two one at a time, or fire each neuron in layer one one at a time?
Thanks so much for reading through this!