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

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

Réponse acceptée

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

Connectez-vous pour commenter.

Plus de réponses (0)

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!