필터 지우기
필터 지우기

SVR regression in regression learner APP

조회 수: 2 (최근 30일)
sa p
sa p 2020년 10월 10일
댓글: nastaran moosavi 2020년 11월 26일
When traning in Regression Learner App in matlab, the R2 and RMSE values are differing eventhough the same data set is been used. Is regression learnear app reliable for SVR traning ?

답변 (1개)

Shashank Gupta
Shashank Gupta 2020년 10월 13일
Yes, it is reliable way of training. Learner App does nothing extra, it uses same internal function and just a good looking UI on top of it. It may happen that the performance metric differ, but surely the difference won't be big. these differing behaviour is because of random intialisation and training. We may not expect the results to come exactly same everytime. the little bit of randomness in the model make the values to differ slightly.
I hope this clears your confusion.
Cheers.
  댓글 수: 1
nastaran moosavi
nastaran moosavi 2020년 11월 26일
Dear Mr. Gupta,
How can I do fuzzy SVR?
I want to fuzzify my SVR system. How can I do it? Can I do it with regressionLearner?
Thank you so much in advance.
Regards,

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

카테고리

Help CenterFile Exchange에서 Regression에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by