SVR regression in regression learner APP
3 views (last 30 days)
Show older comments
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 ?
0 Comments
Answers (1)
Shashank Gupta
on 13 Oct 2020
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 Comment
nastaran moosavi
on 26 Nov 2020
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,
See Also
Categories
Find more on Develop Apps Using App Designer in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!