How to change regularization parameter in SVM GUI?
조회 수: 2 (최근 30일)
이전 댓글 표시
I m training my data on SVM app. But everytime its giving almost 100% clasification accuracy. May be overfitting is the reason behind. I want to know how to change the hyperparameters in this app?
댓글 수: 0
답변 (1개)
Shivam Kumar Singh
2020년 6월 15일
By my understanding you want to train a SVM for classification with regularization. fitclinear command creates a linear classification model object that contains the results of fitting a binary support vector machine to the predictors X and class labels Y. And it allows to set regularization parameter.
Documentation can be found here: https://www.mathworks.com/help/stats/fitclinear.html
참고 항목
카테고리
Help Center 및 File Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!