[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.

 채택된 답변

Greg Heath
Greg Heath 2014년 11월 26일
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

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.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

태그

질문:

2014년 11월 26일

댓글:

2014년 12월 5일

Community Treasure Hunt

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

Start Hunting!

Translated by