I need to know the data used for training, validation and test in neural network

as I can extract the data that were used for training, validation and test, in a neural network ?
example, if you use 15 data I want to know which ones were used for each stage. please help me

 채택된 답변

[ net tr y e ] = train(net, x, t);
% y = net(x); e = t-y:
tr = tr % The training record will reveal the training information
Hope this helps.
Thank you for formally accepting my answer
Greg

추가 답변 (0개)

카테고리

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

질문:

2015년 10월 17일

댓글:

2015년 10월 17일

Community Treasure Hunt

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

Start Hunting!

Translated by