I finished my implementation of backpropagation. I added batches and averaged. My code is really messy and not adaptable (it’s incredibly difficult to change the number of layers in the network) so I will soon create an array with the weights and biases in each layer so I can loop over them easily.
Log in to leave a comment