How to train too large data set using neural network
4 ビュー (過去 30 日間)
古いコメントを表示
I'm using fitnet neural network in making regression for input data contains (2721) samples leads to one output all over the day (1440 m), I'm facing the problem of out of memory and if I divided the training process to subsets it start a new training process each time and lose the previous training
0 件のコメント
回答 (1 件)
Greg Heath
2018 年 6 月 30 日
編集済み: Greg Heath
2018 年 6 月 30 日
Insufficient explanation. Need details,
[ I N ] = size(input) % [ ? 2721 ]
[ O n ] = size(target) % [ ? 2721 ]
If you use subsets, design a separate net for each subset
Then design a final net with the subset outputs as input.
Hope this helps
Thank you for formally accepting my answer
Greg
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!