SVM-toolbox-for-Matlab

所属分类:matlab编程
开发工具:matlab
文件大小:242KB
下载次数:105
上传日期:2006-11-22 14:41:59
上 传 者zdz202
说明:  matlab下的matlab工具箱,目前是2.5版
(Matlab under the Matlab toolbox, currently version 2.5)

文件列表:
SVM toolbox for Matlab v2.51\svm\code14-11 (319, 2002-01-08)
SVM toolbox for Matlab v2.51\svm\consist.m (2604, 2000-06-01)
SVM toolbox for Matlab v2.51\svm\Contents.m (2065, 2002-01-09)
SVM toolbox for Matlab v2.51\svm\demecoc1.m (1508, 2002-01-08)
SVM toolbox for Matlab v2.51\svm\demecoc1.mat (88496, 2002-01-08)
SVM toolbox for Matlab v2.51\svm\demsvm1.m (7805, 2001-04-20)
SVM toolbox for Matlab v2.51\svm\demsvm2.m (10878, 2001-04-20)
SVM toolbox for Matlab v2.51\svm\demsvm3.m (1335, 2001-08-30)
SVM toolbox for Matlab v2.51\svm\ecoc-codes.tar.gz (315933, 2001-12-19)
SVM toolbox for Matlab v2.51\svm\ecoc.m (1567, 2002-01-08)
SVM toolbox for Matlab v2.51\svm\ecocfwd.m (1955, 2002-01-08)
SVM toolbox for Matlab v2.51\svm\ecocload.m (3199, 2002-01-08)
SVM toolbox for Matlab v2.51\svm\ecoctrain.m (2654, 2002-01-08)
SVM toolbox for Matlab v2.51\svm\License.txt (18009, 2001-01-30)
SVM toolbox for Matlab v2.51\svm\loqo.c (7212, 2001-01-30)
SVM toolbox for Matlab v2.51\svm\pr_loqo.c (16554, 2001-01-30)
SVM toolbox for Matlab v2.51\svm\pr_loqo.h (2387, 2001-01-30)
SVM toolbox for Matlab v2.51\svm\svm.m (4814, 2002-01-08)
SVM toolbox for Matlab v2.51\svm\svmcv.m (8662, 2001-06-06)
SVM toolbox for Matlab v2.51\svm\svmfwd.m (2374, 2002-01-08)
SVM toolbox for Matlab v2.51\svm\svmkernel.m (2810, 2001-06-18)
SVM toolbox for Matlab v2.51\svm\svmstat.m (4294, 2001-02-14)
SVM toolbox for Matlab v2.51\svm\svmtrain.m (21731, 2002-01-09)
SVM toolbox for Matlab v2.51\svm (0, 2006-11-22)
SVM toolbox for Matlab v2.51 (0, 2006-11-22)

Support Vector Machine toolbox for Matlab Version 2.51, January 2002 Contents.m contains a brief description of all parts of this toolbox. Main features are: - Except for the QP solver, all parts are written in plain Matlab. This guarantees for easy modification. Special kinds of kernels that require much computation (such as the Fisher kernel, which is based on a model of the data) can easily be incorporated. - Extension to multi-class problems via error correcting output codes is included. - Unless many other SVM toolboxes, this one can handle SVMs with 1norm or 2norm of the slack variables. - For both cases, a decomposition algorithm is implemented for the training routine, together with efficient working set selection strategies. The training algorithm uses many of the ideas proposed by Thorsten Joachims for his SVMlight. It thus should exhibit a scaling behaviour that is comparable to SVMlight. This toolbox optionally makes use of a Matlab wrapper for an interior point code in LOQO style (Matlab wrapper by Steve Gunn, LOQO code by Alex Smola). To compile the wrapper, run mex loqo.c pr_loqo.c Make sure you have turned on the compiler optimizations in mexopts.sh The LOQO code can be retrieved from http://www.kernel-machines.org/code/prloqo.tar.gz The wrapper comes directly from Steve Gunn. Copyright (c) Anton Schwaighofer (2001) mailto:anton.schwaighofer@gmx.net This program is released unter the GNU General Public License. See License.txt for details. Changes in version 2.51: - fixed bug in SVMTRAIN that prevented correct initialisation with NET.recompute==Inf Changes in version 2.5: - Handling of multi-class problems with ECOC - NET.recompute is set to Inf by default, thus all training is done incrementally by default. - Handling the case of all training examples being -1 or +1 correctly Changes in version 2.4: - Better selection of the initial working set - Added workaround for a (rare) Matlab quadprog bug with badly conditioned matrices - There is now a new kernel function 'rbffull' where a full matrix ("covariance matrix") C may be put into an RBF kernel: K(X1,X2) = exp(-(X1-X2)'*C*(X1-X2)) Changes in version 2.3: - slightly more compact debug output Changes in version 2.2: - New default values for parameter qpsize that make the whole toolbox *much* faster - Workaround for a Matlab bug with sparse matrices - Changed the definition of the RBF-Kernel: from |x-y|^2/(2*nin*param^2) to |x-y|^2/(nin*param). This means that all parameter settings for old versions need to be updated! - A few minor things I can't remember Changes in version 2.1: Fixed a nasty bug at the KKT check Changes in version 2.0: All relevant routines have been updated to allow the use of a SVM with 2norm of the slack variables (NET.use2norm==1).

近期下载者

相关文件


收藏者