Sequential Minimal Optimization (SMO) for SVR

バージョン 1.0.0 (4.35 KB) 作成者: Ivan Tinjaca
SVR_SMO Create SVR model with SMO solver and different Kernels (linear, rbf, polynomial, sigmoid)
ダウンロード: 216
更新 2020/9/1

ライセンスの表示

Run the example in file svr_test.m
SVR_SMO Create SVR model with SMO solver
vectors x(mx1), y(mx1) correspond to the set of points which y = f(x)
is a real function of the x real values. The SMO solver uses the
constants C, tol(tolerance), eps (epsilon), T (max.Iter). The choice of
the kernel is defined in type ('l' for linear, 'r for rbf, 'p' for
polynomial and 's' forsigmoid). Depending on the choice of kernel the
additionnalparameter will be used (gamma, offset and power).
The training result will be given as the alpha coefficients and the b
threshold.

Implementation from: Flake, Gary William, and Steve Lawrence. "Efficient
SVM regression training with SMO." Machine Learning 46, no.1-3 (2002): 271-290.

引用

Ivan Tinjaca (2024). Sequential Minimal Optimization (SMO) for SVR (https://www.mathworks.com/matlabcentral/fileexchange/79790-sequential-minimal-optimization-smo-for-svr), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2020a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
タグ タグを追加

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0