Today I have started looking through neural networks and CvANN_MLP. For the training, I generate one big matrix with information for the training samples. Is possibly to: Generate matrix for one sample at a time, train the neural network, save it in XML, load it and continue the training ?