ネットワーク図の表示について
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
深層学習を使用した sequence-to-sequence 回帰のデモファイルを実行して、ネットワーク図を表示しようとしています。
上記のリンクにあるネットワーク図を表示しようとして、view(net)とコマンドウインドウに入力したところ、「エラー: view (line 73)無効な入力引数」というエラーが返されました。ネットワーク図を表示する方法はありますでしょうか?
0 commentaires
Réponse acceptée
Naoya
le 3 Avr 2019
SeriesNetworkオブジェクトのネットワーク構造を確認するコマンドとしては、 analyzeNetwork が利用できます。
※ viewは、shallow ニューラルネットワーク用のメソッドの一つとなります。
>> analyzeNetwork(net)
下記は、実行結果例となります。
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur 時系列、シーケンス、およびテキストを使用した深層学習 dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!