How do you access the values of the internal states of networks in the neural network toolbox?
古いコメントを表示
I am trying to access the values of hidden units in MLPs and the distances to all the prototypes in the Self Organizing Map (SOM). I have found the place in the code that they are calculated but the files are read-only so I can't save the values. I haven't found any way to access those values. The SOM is not very useful if you can't get the distances as an output. Right now, the networks produce outputs that are either 0 or 1, the 1 indicating the closest prototype. You can display the values and I suppose I could get them from the display but I'd rather have them as a simple output.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!