Relative Content

Tag Archive for pythondeep-learningneural-networkmnist

How to update first layer weights in a neural network?

I’m trying to make a neural network that recognizes numbers in the mnist database. Its structure is: 784 input neurons, 10 hidden neurons (only 1 hidden layer) and 10 output neurons.
There’s 10 biases for the hidden layer.