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

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

 Respuesta aceptada

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

1 comentario

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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Preguntada:

el 24 de Nov. de 2017

Comentada:

el 25 de Nov. de 2017

Community Treasure Hunt

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

Start Hunting!