matlab代码实现在线SVM我要分享

Realization of online SVM with matlab code

namedbm 在线建模 Online-SVM SVM建模 svm-code-in-matlab

关注次数: 398

下载次数: 2

文件大小: 158K

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:一种在线SVM的实现,通过样本的取舍,我们可以SVM运用动态建模当中(得有SVM工具箱的支持),该源码中包含有SVM工具箱和在线SVM的源程序


English Description:

An implementation of online SVM, through sample selection, we can use SVM in dynamic modeling (supported by SVM toolbox). The source code contains SVM toolbox and online SVM source program


代码预览

svm工具箱

.........\binomial.m

.........\centrefig.m

.........\cmap.mat

.........\Contents.m

.........\dxg1.m

.........\Examples

.........\........\Classification

.........\........\..............\iris1v23.mat

.........\........\..............\iris2v13.mat

.........\........\..............\iris3v12.mat

.........\........\..............\linsep.mat

.........\........\..............\nlinsep.mat

.........\........\Regression

.........\........\..........\example.mat

.........\........\..........\sinc.mat

.........\........\..........\titanium.mat

.........\newsvm.zip

.........\nobias.m

.........\Optimiser

.........\.........\Makefile

.........\.........\pr_loqo.c

.........\.........\pr_loqo.h

.........\.........\qp.c

.........\.........\qp.dll

.........\qp.dll

.........\htm" target=_blank>README

.........\softmargin.m

.........\svc.m

.........\svcerror.m

.........\svcinfo.m

.........\svcoutput.m

.........\svcplot.m

.........\svdatanorm.m

.........\svkernel.m

.........\svr.asv

.........\svr.m

.........\svrerror.m

.........\svroutput.m

.........\svrplot.m

.........\svtol.m

.........\uiclass.m

.........\uiclass.mat

.........\uiregress.m

.........\uiregress.mat

在线SVM.rar