how can I access the outputs of the hidden layers in a neural network?
Show older comments
I have a 2 hidden layer network. I trained it using a set of input output data but after training I want to access the outputs of the hidden layers for applying SVD on the hidden layer output. Please let me know how can I do it.
Thank You.
1 Comment
mahdis mbioeng
on 7 Mar 2018
is there any way to access the outputs of hidden layers with this? net.outputs{i}.processParams
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!