필터 지우기
필터 지우기

Why a patternet has both validation set and holdout validation set?

조회 수: 1 (최근 30일)
San May
San May 2019년 5월 15일
Hello,
I haved seen some codes about digit recognition and classification problem. They have both validation set and also hold out validation set. How are they different and why both have been used in a network?
c = cvpartition(n,'Holdout',n/3);
and
net.divideParam.trainRatio = 80/100;
net.divideParam.valRatio = 10/100;
net.divideParam.testRatio = 10/100;
Thank you so much.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Pattern Recognition and Classification에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by