Multi-output network design in "Deep Network Designer"

Hi,
Is it possible to design single input/multi output network in Deep Network Designer"? If so, is there any example to show this case.

댓글 수: 2

What is your problem? Wha for you are targetting Deep Learning?
I am using 2d spectrograms and have 10 outputs where each one could be 0 and 1. It is possible that more than one output be 1.

댓글을 달려면 로그인하십시오.

 채택된 답변

Yomna Genina
Yomna Genina 2021년 8월 19일

1 개 추천

It is possible to design a multi-output network in Deep Network Designer, however it is not possible to train it using Deep Network Designer as training multi-output networks is not support with trainNetwork.
To train a multi-output network, you could build the network first using Deep Network Designer then export the network to workspace, then convert the layer graph to a dlnetwork and use custom training to train it.
Here is an example on creating a multi-output layer graph, converting the layer graph to dlnetwork then using custom training to train the multi-output network:

추가 답변 (0개)

카테고리

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

제품

릴리스

R2021a

질문:

2021년 8월 5일

답변:

2021년 8월 19일

Community Treasure Hunt

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

Start Hunting!

Translated by