How do you access the values of the internal states of networks in the neural network toolbox?
Show older comments
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.
Accepted Answer
More Answers (0)
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!