I'm currently trying to make a neural network in java. Most of my code is working, but for some reason the network isn't learning.

I'm having problems implementing backpropagation in the neural...