MULTIPLE datasets (input-target) to train a SINGLE Neural Netwok

조회 수: 1 (최근 30일)
Alessandro Gianfrate
Alessandro Gianfrate 2017년 11월 7일
Hi! I'm trying to build a NARXNET to make time series prediction. I have different input-target pairs available to make training.
I read that is not possible to "retrain" a network with a new input-target pair because at the beginning of each training, initial condition are randonmly re-written , so there is an -overwrite- and not an -update- of the network. Is it right??
So, Is there a way to use different training data pairs on the same network?
I tried to brutally concatenate different pairs -->newinput=[input1 ; input2] // newtarget=[target1;target2], but but my fear is that the discontinuity between the signals can cause network problems.
N.B I Have another problem during training using train_function like "trainbr" and "trainlm" the training stop very early, It reaches low value of best_validation_perfomance at 10-15 epoch than the three curves of training validation and test abruptly diverge leading no more training improvement. Any suggestion??

답변 (0개)

카테고리

Help CenterFile 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!

Translated by