Correlation values shown by 'nntraintool -> regression plots' differs when calculated manually for 'dividerand' function

Hello all, I ran my ANN model to train 60 training sets out which 42 were used for training, 9 used for validation and 9 were used for testing. This values were shown in 'nntraintool - > regression plots'. I tried to calculate them manually also and they were matching for divideblock function.
But same thing if I do for dividerand function with same ratio as used above then I am not getting the values of correlation which were displayed in 'nntraintool - > regression plots'.
Please help me regarding how to use dividerand in NN and use appropriate values for model evaluation.
Regards,

 채택된 답변

Sean de Wolski
Sean de Wolski 2013년 11월 19일
편집: Sean de Wolski 2013년 11월 19일
dividerand uses random indices.
From the doc
Divide targets into three sets using random indices
So of course the values will be a little different.

댓글 수: 2

But I am saving the indices used for every epoch so my correlation values with that indices should match.
Thanks Sean, Its giving same value now, I retrieved the indices after training from object 'tr'.

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

질문:

2013년 11월 19일

댓글:

2013년 11월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by