Dear all

I have created a custom script for Neural Network for my dataset with 36data as training set and 6data as test set.

My activation functions for both hidden layer and output layer is taken as log-sigmoid function.

I have 2 input nodes and 1 output node. I have reached to an optimum architecture of 2-15-1 with learning rate of 0.6 and momentum constant of 0.55.

After both training and testing, MSE for training was found to be 0.0005 and that for testing was found to be 0.0006.

But later on I have tried to test the network with another random example in which case I got a huge error percentage of 40-60%. I don't know where I am making mistake. Do I need to increase the number of datasets in the training ?

N.B I need to run GA using NN as my objective function.

Please help.

More Rajdeep Ghosh's questions See All
Similar questions and discussions