ネットワーク図の表示について
3 views (last 30 days)
Show older comments
深層学習を使用した sequence-to-sequence 回帰のデモファイルを実行して、ネットワーク図を表示しようとしています。
上記のリンクにあるネットワーク図を表示しようとして、view(net)とコマンドウインドウに入力したところ、「エラー: view (line 73)無効な入力引数」というエラーが返されました。ネットワーク図を表示する方法はありますでしょうか?
0 Comments
Accepted Answer
Naoya
on 3 Apr 2019
SeriesNetworkオブジェクトのネットワーク構造を確認するコマンドとしては、 analyzeNetwork が利用できます。
※ viewは、shallow ニューラルネットワーク用のメソッドの一つとなります。
>> analyzeNetwork(net)
下記は、実行結果例となります。
More Answers (0)
See Also
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!