Is it possible to use Cross Validation with a Convolutional neural network?
조회 수: 3 (최근 30일)
이전 댓글 표시
I'm trying to use cross validation with a CNN, but I can't find any function to do it. I've also tried to write down the code by my own, but I've no idea of how to do it having ImageDatastore.
Thank you.
Luca.
댓글 수: 1
Salma Hassan
2017년 12월 29일
you can use k fold cross validation CVO = cvpartition(trainingimages,'k',10);
답변 (1개)
SRUTHY SKARIA
2018년 2월 24일
Hi Luca.
I have the same issue going on. Was wondering if you figured it out...if yes would you be able to help me our as well.
Thank you
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Argument Definitions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!