Is it possible to use a validation dataset to prevent overfitting during training?

4 vues

Réponse

Yes, you can provide a validation dataset using the 'validTable' parameter. This allows for early stopping of the training process, which can be configured through the 'validate' subparameter of the 'nloOpts' option, based on the model's performance on this validation data.
Did this answer help you?
annTrain

neuralNet

See technical action