필터 지우기
필터 지우기

What is the syntax to share support vectors among multiple regression SVMs?

조회 수: 9 (최근 30일)
Joseph Conroy
Joseph Conroy 대략 5시간 전
댓글: Umar 대략 1시간 전
I am fitting 64 support vector machines to accomplish a regression task on 64-dimensional targets. At the moment, I am simply iterating through each regression and saving the individually-fit models in a cell array. I find that each model has ~2000 support vectors and would like to reduce the storage the models require by identifying which support vectors are shared among regressors and having the models point to the shared support vectors rather than duplicate them. Is there a wrapper function that can identify and consolidate shared support vectors as the models train, or must I implement this manually? I am afraid I cannot simply install Python to use sklearn.
  댓글 수: 3
Umar
Umar 대략 1시간 전
No problem, Joseph. Glad to help out. Good luck

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

답변 (0개)

제품


릴리스

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by