Grid search in SVM

조회 수: 4 (최근 30일)
Shalmiya Paulraj SOC
Shalmiya Paulraj SOC 2022년 7월 19일
답변: Siraj 2023년 9월 5일
Hi,
I am having training data (train.mat) and testing data (test.mat), I need to perform grid search in this. How can I do svm training with this? Kindly help me with this. Thanks in advance.

답변 (1개)

Siraj
Siraj 2023년 9월 5일
Hi! It is my understanding that you want to do a grid search to optimize the hypermeters of SVM classifier.
Use the following file to optimize the hyperparameters.
To understand which arguments of the "fitcsvm" function can be optimized using grid search, you can refer to the following documentation https://www.mathworks.com/help/stats/fitcsvm.html#bt9w6j6-2

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by