What is the difference between trainlm and trainrp?

조회 수: 7 (최근 30일)
Lilya
Lilya 2016년 9월 5일
댓글: Lilya 2016년 9월 19일
Hi all does the training function affect on the run data? I compared the result between two different functions (trainrp, trainlm). the obtained results are different. the accuracy resulted by trainlm is much better than trainrp (i.e. r value) but the concept behind the studied role appeared by trainrp is used!
thank you for help in advance.

채택된 답변

Greg Heath
Greg Heath 2016년 9월 5일
Before asking questions about any functions it is good practice to first use the MATLAB info via, e.g.,
help trainrp
doc trainrp
type trainrp
You will find reference to the terms
resilient backpropagation algorithm and RPROP
which can be used in GOOGLE and WIKIPEDIA
Hope this helps.
Thank you for formally accepting my answer
Greg
  댓글 수: 5
Greg Heath
Greg Heath 2016년 9월 17일
I don't know. In 36 years of designing NNs, I don't believe I ever used trainrp.
Greg
Lilya
Lilya 2016년 9월 19일
Thank you Prof for your reply.

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

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by