What is the purpose of shuffling the validation set?

What is the purpose of shuffling the validation set during training of an artificial neural network? I understand why this makes sense for the training set, so that each minibatch has a different composition every time, but doesn't the ANN evaluate the whole validation set every epoch?

1 Kommentar

what difference will it make to the trainning if the training set is shuffled?

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Greg Heath
Greg Heath am 18 Jan. 2020

0 Stimmen

To impose and verify a consistent GENERALIZED path to convergence by avoiding repetitive anomalies.
Hope this helps
Greg

3 Kommentare

Cynthia
Cynthia am 18 Jan. 2020
I'm sorry, but I think I am asking a different question than the one you are answering. It is my fault for being unclear. At the most basic level, I need to understand which validation set it is that is being shuffled. Is it the one I specify in trainingOptions? Or is it a validation set that is invisible to me, made from the training set?
I agree the answer does not help and it is not clear what this is about.
I also do not understand this Shuffling on validation data. I try to reformulate the question:
What the 'Shuffle' name-value pair of trainingOption does with validation data? I mean, what is the point of shuffling validation data?

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Deep Learning Toolbox finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 17 Jan. 2020

Kommentiert:

am 20 Jul. 2022

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by