Neural Network Toolbox の Neural Net Clustering で、学習後の重みの配​列がほしいのですが、​どうすれば見れますか​?

Neural Network Toolbox の Neural Net Clustering を使っているのですが、figure, plotsompos(net,inputs) で重みがどうなっているかがわかりますが、学習後の重みの配列はどうすれば見ることができますか?
また、figure, plotsomhits(net,inputs)でデータがクラスタリングされていることがわかりますが、入力データが出力のどこのニューロンにクラスタリングされたかがわかる配列は、どうすれば見ることができますか。

 Réponse acceptée

michio
michio le 24 Nov 2017
学習後の重み配列については、
net.IW{1}
入力データがどこにクラスタリングされるかは
output = net(inputs)
で出力して確認できますよ。

1 commentaire

naru takata
naru takata le 25 Nov 2017
解決しました。 ありがとうございます。

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!