Dividerand - neural network training
이전 댓글 표시
I'm using a neural network model and for some simulations I've used the function 'dividerand' instead of 'divideind'. Without using the command [net,tr]=train(net,.....) where I could check how the data were randomly separated in training, validation and testing datasets, is it possible to verify how the random separation was executed (analysing the indices)?
채택된 답변
추가 답변 (4개)
Sean de Wolski
2012년 6월 22일
0 개 추천
I am not sure I understand. You can analyze the indces just by looking at the outputs from dividerannd. Can you please clarify your question a little further and/or provide a short example?
Greg Heath
2012년 6월 22일
0 개 추천
The structure tr in the double output [net tr ] = train(net,x,t); will contain the train/val/test indices.
Greg
JSousa Sousa
2012년 6월 26일
0 개 추천
댓글 수: 1
Greg Heath
2012년 6월 26일
No.
You should always specify the random number seed/state before calling a function that uses random numbers.
The only thing you can do now is to use a loop to create a lot of designs and try to find one that has a similar performance to the original.
Greg
카테고리
도움말 센터 및 File Exchange에서 Downloads에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!