What is the purpose of shuffling the validation set?
조회 수: 1 (최근 30일)
이전 댓글 표시
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
robinho robinho
2022년 7월 20일
what difference will it make to the trainning if the training set is shuffled?
답변 (1개)
Greg Heath
2020년 1월 18일
To impose and verify a consistent GENERALIZED path to convergence by avoiding repetitive anomalies.
Hope this helps
Greg
댓글 수: 3
Nicolò Viviani
2022년 5월 26일
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?
참고 항목
카테고리
Help Center 및 File Exchange에서 Sequence and Numeric Feature Data Workflows에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!