Small data train ANN
조회 수: 3 (최근 30일)
이전 댓글 표시
I have small data input matrix [I N]=[4 26] targets [O N]=[1 26] .Is it correct to train all data with dividetrain (val=test=0) and then test to unseen?Per example train in 18 of 26 and test in 8 (unseen) ?How can i approach this classification problem?
댓글 수: 0
채택된 답변
Greg Heath
2016년 10월 26일
Use k-fold Cross validation for a range of k values and multiple random initial weights for each value of k..
Thank you for formally accepting my answer
Greg
댓글 수: 0
추가 답변 (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!