multisvm

所属分类:matlab编程
开发工具:matlab
文件大小:506KB
下载次数:65
上传日期:2011-05-11 21:44:20
上 传 者xpduan_1999
说明:  使用SVM进行多类的一对一分类,有利于初学者对SVM进行快速入门
(The function of the code is to classify multiple classes using one-to-one SVM, which must be very useful for beginners.)

文件列表:
libsvm-2.88\libsvm-2.88\java\libsvm\svm.java (61571, 2008-10-30)
libsvm-2.88\libsvm-2.88\java\libsvm\svm.m4 (60938, 2008-10-29)
libsvm-2.88\libsvm-2.88\java\libsvm\svm_parameter.java (1288, 2006-03-03)
libsvm-2.88\libsvm-2.88\java\libsvm\svm_model.java (664, 2007-01-13)
libsvm-2.88\libsvm-2.88\java\libsvm\svm_problem.java (136, 2003-10-11)
libsvm-2.88\libsvm-2.88\java\libsvm\svm_node.java (115, 2003-10-11)
libsvm-2.88\libsvm-2.88\java\svm_predict.java (4274, 2008-10-15)
libsvm-2.88\libsvm-2.88\java\svm_toy.java (11410, 2007-07-01)
libsvm-2.88\libsvm-2.88\java\svm_train.java (7885, 2008-10-12)
libsvm-2.88\libsvm-2.88\java\test_applet.html (81, 2003-07-12)
libsvm-2.88\libsvm-2.88\java\svm_scale.java (8589, 2008-08-18)
libsvm-2.88\libsvm-2.88\java\Makefile (585, 2007-11-11)
libsvm-2.88\libsvm-2.88\java\libsvm.jar (48061, 2008-10-30)
libsvm-2.88\libsvm-2.88\python\svmc_wrap.c (169031, 2007-03-31)
libsvm-2.88\libsvm-2.88\python\svmc.i (2731, 2007-03-31)
libsvm-2.88\libsvm-2.88\python\setup.py (607, 2008-10-15)
libsvm-2.88\libsvm-2.88\python\svm_test.py (2110, 2006-07-28)
libsvm-2.88\libsvm-2.88\python\svm.py (8140, 2006-12-08)
libsvm-2.88\libsvm-2.88\python\test_cross_validation.py (630, 2003-07-12)
libsvm-2.88\libsvm-2.88\python\cross_validation.py (1140, 2004-03-24)
libsvm-2.88\libsvm-2.88\python\Makefile (582, 2007-10-14)
libsvm-2.88\libsvm-2.88\windows\python\svmc.pyd (196608, 2008-10-29)
libsvm-2.88\libsvm-2.88\windows\svm-train.exe (147456, 2008-10-29)
libsvm-2.88\libsvm-2.88\windows\svm-scale.exe (90112, 2008-10-29)
libsvm-2.88\libsvm-2.88\windows\svm-predict.exe (110592, 2008-10-29)
libsvm-2.88\libsvm-2.88\windows\svm-toy.exe (151552, 2008-10-29)
libsvm-2.88\libsvm-2.88\svm.cpp (61804, 2008-10-29)
libsvm-2.88\libsvm-2.88\tools\subset.py (3034, 2005-11-16)
libsvm-2.88\libsvm-2.88\tools\easy.py (2525, 2008-02-10)
libsvm-2.88\libsvm-2.88\tools\grid.py (11701, 2008-08-08)
libsvm-2.88\libsvm-2.88\tools\checkdata.py (2371, 2007-11-15)
libsvm-2.88\libsvm-2.88\svm.h (2184, 2008-10-15)
libsvm-2.88\libsvm-2.88\Makefile.win (1304, 2008-02-09)
libsvm-2.88\libsvm-2.88\svm-train.c (7362, 2008-10-12)
libsvm-2.88\libsvm-2.88\COPYRIGHT (1497, 2008-10-29)
libsvm-2.88\libsvm-2.88\svm-predict.c (4062, 2008-10-15)
libsvm-2.88\libsvm-2.88\FAQ.html (60637, 2008-10-30)
... ...

Libsvm is a simple, easy-to-use, and efficient software for SVM classification and regression. It solves C-SVM classification, nu-SVM classification, one-class-SVM, epsilon-SVM regression, and nu-SVM regression. It also provides an automatic model selection tool for C-SVM classification. This document explains the use of libsvm. Libsvm is available at http://www.csie.ntu.edu.tw/~cjlin/libsvm Please read the COPYRIGHT file before using libsvm. Table of Contents ================= - Quick Start - Installation and Data Format - `svm-train' Usage - `svm-predict' Usage - `svm-scale' Usage - Tips on Practical Use - Examples - Precomputed Kernels - Library Usage - Java Version - Building Windows Binaries - Additional Tools: Sub-sampling, Parameter Selection, Format checking, etc. - Python Interface - Additional Information Quick Start =========== If you are new to SVM and if the data is not large, please go to `tools' directory and use easy.py after installation. It does everything automatic -- from data scaling to parameter selection. Usage: easy.py training_file [testing_file] More information about parameter selection can be found in `tools/README.' Installation and Data Format ============================ On Unix systems, type `make' to build the `svm-train' and `svm-predict' programs. Run them without arguments to show the usages of them. On other systems, consult `Makefile' to build them (e.g., see 'Building Windows binaries' in this file) or use the pre-built binaries (Windows binaries are in the directory `windows'). The format of training and testing data file is:

近期下载者

相关文件


收藏者