07 July 2018 3 264 Report

I run a multilayer perceptron model in Weka. I used 10-fold cross validation to validate the model. In order to prevent the model from overfitting, I put "30" in validation set size. Which meant, I used 30% of my training data for validation. Is this the correct way to apply early stopping procedure in WEKA?

Similar questions and discussions