How to set manually training and test data for training a neural network
9 ビュー (過去 30 日間)
古いコメントを表示
Hello All,
I am making some experiments with mathlab neural network toolbox. Usually to train a neural network i give some training and test data and the net object takes care of dividing the data. However what i need to do is divide the data by myself and set the training and test data explicitly in the net object.
If it is needed some aditional explanation please tell me. Any help would be appreciated.
Thanks.
2 件のコメント
Geoff
2012 年 6 月 4 日
From memory, if you look at the help for 'net', it tells you how to do this. You can specify which ranges are used for training, validation and testing. I don't have the neural network toolbox anymore, so I can't be more useful than that.
採用された回答
Geoff
2012 年 6 月 5 日
編集済み: John Kelly
2014 年 6 月 12 日
Read this:
You want the divideind option.
2 件のコメント
Geoff
2012 年 6 月 5 日
Incidentally, I found that page by googling "matlab neural net data division".
MatLab Answers is great, but often Google is better ;-)
その他の回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Sequence and Numeric Feature Data Workflows についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!