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

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

Accepted Answer

Naoya
Naoya on 3 Apr 2019
SeriesNetworkオブジェクトのネットワーク構造を確認するコマンドとしては、 analyzeNetwork が利用できます。
※ viewは、shallow ニューラルネットワーク用のメソッドの一つとなります。
>> analyzeNetwork(net)
下記は、実行結果例となります。
analyzeNetwork.png
  1 Comment
maeda
maeda on 3 Apr 2019
解決しました。NAOYAさんありがとうございます。

Sign in to comment.

More Answers (0)

Categories

Find more on 時系列、シーケンス、およびテキストを使用した深層学習 in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!