文件名称:mutli-output
介绍说明--下载内容均来自于网络,请自行研究使用
多输出的支持向量机matlab代码, 常规的svm是单输出,这个是多输出-
Standard SVR formulation only considers the single-output problem. In the case of several output variables, other methods (neural networks, kernel ridge regression) must be deployed, but the good properties of SVR are lost: hinge-loss function and sparsity. The proposed model M-SVR extends the single-output SVR by taking into account the nonlinear relations between features but also among the output variables, which are typically inter-dependent.
Standard SVR formulation only considers the single-output problem. In the case of several output variables, other methods (neural networks, kernel ridge regression) must be deployed, but the good properties of SVR are lost: hinge-loss function and sparsity. The proposed model M-SVR extends the single-output SVR by taking into account the nonlinear relations between features but also among the output variables, which are typically inter-dependent.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
scale.m
multliple-output-tsvr.m
kernelmatrix.m
assessment.m