While I am trying to get the deep learning flow, I can not find out one detail -> when I reach an error on every neuron (in backpropagations flow), what is next I should do with that all errors. The calibration of model is about adjusting the weights and biases. But every course I get doesn't tell how the computed errors influence the weights. And the other issue is - if I perform back propagation for EACH training example ... again, how each neuron error influence the whole weights for my net (which are general for all training examples).
I will be grateful for your help