Train a cascaded neural network together

4 visualizaciones (últimos 30 días)
Israel Yaish
Israel Yaish el 29 de Abr. de 2021
Respondida: Srivardhan Gadila el 11 de Jun. de 2021
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);

Respuestas (1)

Srivardhan Gadila
Srivardhan Gadila el 11 de Jun. de 2021
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.

Categorías

Más información sobre Image Data Workflows en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by