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!