応答サイズとは何を意味するのでしょうか?

trainNetwork関数にて学習を実行した際
最後の層の出力サイズ が応答サイズと一致しません
というエラーがでます。 
応答サイズとは何を意味するのでしょうか?

 Respuesta aceptada

Kenta
Kenta el 19 de Dic. de 2018

3 votos

このページの後半に、応答、というトピックがあります。そこでは「ラベルの categorical ベクトル」とあります。
例えば、0から9までの手書き文字の分類であれば、その応答サイズは10×1のような気がします。
内容にもよるのですが、例えば正解のカテゴリ数と、fullyconnected層の()の中の数字が一致していないなどが考えられると思います。上のページが役立てば幸いです。

Más respuestas (0)

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Preguntada:

el 19 de Dic. de 2018

Respondida:

el 19 de Dic. de 2018

Community Treasure Hunt

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

Start Hunting!