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

 採用された回答

Greg Heath
Greg Heath 2015 年 10 月 17 日
[ 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

1 件のコメント

Mary Smith
Mary Smith 2015 年 10 月 17 日
your amanzing, this is the right answer.
THNX A LOT!!!!!!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeDeep 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