simple NN backprop in python with two inputs, two hidden neurons, two output neurons and added bias. inspired from Jason Brownlee in the following article: https://machinelearningmastery.com/implement-backpropagation-algorithm-scratch-python/
simple NN backprop in python with two inputs, two hidden neurons, two output neurons and added bias. inspired from Jason Brownlee in the following article: https://machinelearningmastery.com/implement-backpropagation-algorithm-scratch-python/