Train a cascaded neural network together

조회 수: 3 (최근 30일)
Israel Yaish
Israel Yaish 2021년 4월 29일
답변: Srivardhan Gadila 2021년 6월 11일
How to train a 2 cascaded neural network together while the 2nd NN allready trined and supply the target output to the 1st NN in training proccess,
Using the following implementaion of NNs:
net = trainNetwork(XTrain,YTrain,layers,options);

답변 (1개)

Srivardhan Gadila
Srivardhan Gadila 2021년 6월 11일
I think it may be complicated or may not be possible if you are solving the above problem with layerGraph and trainNetwork based workflow. Instead I would suggest you to solve it with dlnetwork & Deep Learning Custom Training Loops based approach.

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by