필터 지우기
필터 지우기

cross-validation ANN

조회 수: 1 (최근 30일)
Muammar
Muammar 2011년 11월 30일
Hii...
I want to ask how to divide our data for training, validation, and testing for ANN in MATLAB, specifically for cross-validation.
Thank you

채택된 답변

Greg Heath
Greg Heath 2011년 12월 1일
What is your goal?...
Find the single best network? If so, what is your criterion?
Find the M best networks to use in a parallel configuration?
The emphasis on the Ntrn/Nval/Ntst split ratio is misleading. The most important things are the actual magnitudes.
Ntrn should be large enough to obtain sufficiently accurate weight estimates.
Nval should be large enough determine a satisfactory set of training parameters (No. of hidden nodes, epochs, etc).
Ntst should be large enough to predict a sufficiently precise estimate of errors on unseen operational data.
There are rules of thumb for independently choosing these values. However, the easiest approach is to just use trial and error by first making multiple (e.g., 10) runs with the default value. If unsatisfactory, Increase Ntrn with Ntst = Nval.
Hope this helps.
Greg
  댓글 수: 1
Muammar
Muammar 2011년 12월 1일
Hii..thank you, but I just start learning MATLAB, therefore I cant understand your answer fully.. but I will try. Once again, Thank you very much for your help.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by