フィルターのクリア

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

10 ビュー (過去 30 日間)
Joseph Conroy
Joseph Conroy 約7時間 前
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 件のコメント
Joseph Conroy
Joseph Conroy 約3時間 前
Marvelous, thank you.
Umar
Umar 約3時間 前
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