How to use train, validation and test?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello
I built a NN and i am trying to understand how can I use both validation and test while training the NN.
Till now I only suceeded using only one of them and not both.
Thanks,
0 comentarios
Respuestas (1)
yanqi liu
el 16 de Mzo. de 2022
yes,sir
training data is used to train the model
the validation data is used to observe the performance of the model during training
the test data is used to evaluate the model after the training
Ver también
Categorías
Más información sobre Deep Learning Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!