Why Validation set is not used in MATLAB example of Deep learning
조회 수: 1 (최근 30일)
이전 댓글 표시
I have started the deep learning tutorial with the example in Matlab 2017a of Digits. In that example they didn't use Validation set. What is the reason for using validation set?
댓글 수: 0
답변 (1개)
Duncan Lilley
2017년 9월 19일
As of the R2017b Prerelease, there is now a "ValidationData" parameter to the "trainingOptions" function. This allows the user to pass an image datastore, table, or cell array (depending on your data format) that contains all of your validation data.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!