I'm building a multilayer neural network. I have question regarding training process, I have a set of training-data with desired outputs. I am using Backpropagation algorithm for updating the connections weights.
should the network train training-data separately? e.g.: the network takes 1 input, whenever it finds the proper connections weights that give actual-output equals to desired output; the network takes another training-input.
is this correct?