MATLAB: How to use this code.

Deep Learning Toolboxneural networkneural networks

IW =net.IW{1,1}
b1 = net.b{1}
LW =net.LW{2,1}
b2 = net.b{2}
where do i put this code?

Best Answer

It is neither used for design or simulation.
It just gives the values of the weights.
Hope this helps.
Thank you for formally accepting my answer
Greg