[Neural Network]How to show the importance of "trainlm"?

Hi everyone, I apologize for my bad english. I am using matlab to calculate nnstart of forecasting electricity load. I did the results to predict but I asked him to produce the weights after training. I sat detectors each line of code but can not find trainlm. If you know how to find the key to this number, please show me. Thank you !!! I expect an answer from you.

 Accepted Answer

I did not fully understand your post. However, if you want to display your weights use
IW = net.IW{1,1}
b = net.b{:}
LW = net.LW{2,1}
Hope this helps.
Thank you for formally accepting my answer
Greg

1 Comment

ngo's "Answer" moved here (so he can now "Accept" Greg's answer instead of his own:
I thank you very much !!! Sorry for what I write are translated from google translate. Expect sympathy.

Sign in to comment.

More Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!