Multiple outputs in a deep sequential model

2 ビュー (過去 30 日間)
Nathan Parrish
Nathan Parrish 2020 年 5 月 1 日
コメント済み: Giorgio Grioli 2020 年 11 月 26 日
I would like to train a sequence model that predicts multiple binary outputs at each step of the sequence. However, when I try to design such a network, I get an error saying that networks with sequence input layers can have only one output (see attached figure).
Is there a solution to this problem?

回答 (1 件)

Shubham Rawat
Shubham Rawat 2020 年 7 月 24 日
Hi Nathan,
You can only have a single output for a sequential input model. You can obtain your results by designing different models for different outputs, means copy your model each having different outputs and run all models and then get individual results.
You can also obtain multiple outputs if you don’t use sequential input. Here is the link below:
  1 件のコメント
Giorgio Grioli
Giorgio Grioli 2020 年 11 月 26 日
Hi Nathan and Shubham,
your question and relpy really helped me srot out a similar problem I was having in my work.
I am wondering if this limitation is due to some theorethical obstacle, or if it is only due a technical limitation of the current implementation. Would it be the second case, do you have any idea if Mathworks plan to implement support for this feature in the future?
I really hope you would be able to reply.
Best
Giorgio

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeImage Data Workflows についてさらに検索

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by