need some help regarding training of neural network. to give you the background i have trained and tested my neural network for AND and OR and seems to work fine. FYI i am using back-propagation neural network.
So coming to the problem i want to use this neural network to classify a coordinate in space to class A or class B. For this i have generated a test data of 10000 entries each between a range for each input x and y. Now how should i train my neural network should i sequentially parse each test data or should take random training set from each of training data??
Any help will be appreciated.