How to use train, validation and test?
Show older comments
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,
Answers (1)
yanqi liu
on 16 Mar 2022
0 votes
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
1 Comment
rami dishlo
on 16 Mar 2022
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!