How to train too large data set using neural network

조회 수: 4 (최근 30일)
H.k
H.k 2018년 6월 29일
편집: Greg Heath 2018년 6월 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

답변 (1개)

Greg Heath
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

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by