ネットワーク図の表示について

深層学習を使用した sequence-to-sequence 回帰のデモファイルを実行して、ネットワーク図を表示しようとしています。
上記のリンクにあるネットワーク図を表示しようとして、view(net)とコマンドウインドウに入力したところ、「エラー: view (line 73)無効な入力引数」というエラーが返されました。ネットワーク図を表示する方法はありますでしょうか?

 Akzeptierte Antwort

Naoya
Naoya am 3 Apr. 2019

2 Stimmen

SeriesNetworkオブジェクトのネットワーク構造を確認するコマンドとしては、 analyzeNetwork が利用できます。
※ viewは、shallow ニューラルネットワーク用のメソッドの一つとなります。
>> analyzeNetwork(net)
下記は、実行結果例となります。
analyzeNetwork.png

1 Kommentar

maeda
maeda am 3 Apr. 2019
解決しました。NAOYAさんありがとうございます。

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Deep Learning Toolbox finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 3 Apr. 2019

Kommentiert:

am 3 Apr. 2019

Community Treasure Hunt

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

Start Hunting!