I am coding a neural network. I am following k fold cross validation technique to avoid overfitting. So, I divided dataset into 10 parts and ran 10 fold cross validation. But, I found that cross validation error is never decreasing and is continuously in. Can any one please tell some steps to follow in this case?
My dataset consists of 570 examples. It has 65 input features, and 1 target. The network has 10 hidden units. I am also using weight elimination method ( a regularization technique ) to reduce overfitting.