I have huge data set for training, I have broken into batches.
Res Q:: I want to pass error for back propagation at the end of a batch.
Problems:: 1) Error may be +ve or -ve. If average, then overall error will be near to zero. And if, RMSE then it will be a huge values.
So which one will be better? average of error or RMSE.
2) If any other technique then please inform me. Thanks :)