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

2 Ansichten (letzte 30 Tage)
ngo van ha
ngo van ha am 26 Nov. 2014
Kommentiert: Image Analyst am 5 Dez. 2014
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.

Akzeptierte Antwort

Greg Heath
Greg Heath am 26 Nov. 2014
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 Kommentar
Image Analyst
Image Analyst am 5 Dez. 2014
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.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by