NARXNET training with independent data sets

Hi! I'm currently working on a NARXNET project whereby I would like to train the network with a 20 timestep data set which contains the financial ratios of company A and the target output as company A's bond yields. I'd like to know if it's possible/feasible to train this already trained network with the datasets of company B, C and so forth. Thanks in advance!

 채택된 답변

Greg Heath
Greg Heath 2016년 8월 6일

0 개 추천

If you first train with dataset A you will get weight and bias vector
WA = getwb(netA).
If you then train netA with dataset B, the properties of datasetA stored in WA will be OVERWRITTEN AND FORGOTTEN.
Therefore, when you introduce datasetB, it should be as a subset of the combined datasetAB which contains both datasets.
Hope this helps.
Thank you for formally accepting my answer
Greg

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

질문:

2016년 8월 5일

답변:

2016년 8월 6일

Community Treasure Hunt

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

Start Hunting!

Translated by