libsvm-2.84

所属分类:matlab编程
开发工具:matlab
文件大小:461KB
下载次数:13
上传日期:2010-04-28 22:30:33
上 传 者suifengzhiyou
说明:  LIBSVM是台湾大学林智仁(Lin Chih-Jen)副教授等开发设计的一个简单、易于使用和快速有效的SVM模式识别与回归的软件包,他不但提供了编译好的可在Windows系列系统的执行文件,还提供了源代码,方便改进、修改以及在其它操作系统上应用;该软件还有一个特点,就是对SVM所涉及的参数调节相对比较少,提供了很多的默认参数,利用这些默认参数就可以解决很多问题;并且提供了交互检验(Cross Validation)的功能。
(LIBSVM Taiwan University, Lin Zhiren (Lin Chih-Jen) and associate development and design of a simple, easy to use and fast and efficient SVM pattern recognition and regression of the package, he can not only provide a compiled implementation of the system in the Windows family of documents , also provides the source code to facilitate the improvement, modification and other operating systems applications the software has a feature that the parameters of the SVM involves relatively small adjustment to provide a lot of default parameters, use the default parameters on can solve many problems and to provide a cross-validation (Cross Validation) feature.)

文件列表:
libsvm-2.84\a.txt (21505, 2007-12-05)
libsvm-2.84\a.txt.model (503, 2007-12-05)
libsvm-2.84\COPYRIGHT (1497, 2007-01-05)
libsvm-2.84\FAQ.html (50955, 2007-04-01)
libsvm-2.84\heart_scale (27670, 2003-07-12)
libsvm-2.84\heart_scale.model (14108, 2007-12-04)
libsvm-2.84\java\libsvm\svm.java (61806, 2007-04-01)
libsvm-2.84\java\libsvm\svm.m4 (61171, 2007-03-29)
libsvm-2.84\java\libsvm\svm_model.java (664, 2007-01-13)
libsvm-2.84\java\libsvm\svm_node.java (115, 2003-10-11)
libsvm-2.84\java\libsvm\svm_parameter.java (1288, 2006-03-03)
libsvm-2.84\java\libsvm\svm_problem.java (136, 2003-10-11)
libsvm-2.84\java\libsvm.jar (44366, 2007-04-01)
libsvm-2.84\java\Makefile (568, 2006-02-28)
libsvm-2.84\java\svm_predict.java (4069, 2006-11-23)
libsvm-2.84\java\svm_toy.java (11423, 2006-03-04)
libsvm-2.84\java\svm_train.java (7704, 2006-04-01)
libsvm-2.84\java\test_applet.html (81, 2003-07-12)
libsvm-2.84\Makefile (417, 2004-03-30)
libsvm-2.84\Makefile.win (1273, 2007-01-18)
libsvm-2.84\out (503, 2007-12-05)
libsvm-2.84\output (13481, 2007-07-23)
libsvm-2.84\python\cross_validation.py (1140, 2004-03-24)
libsvm-2.84\python\Makefile (577, 2006-05-05)
libsvm-2.84\python\svm.py (8140, 2006-12-08)
libsvm-2.84\python\svmc.i (2731, 2007-03-31)
libsvm-2.84\python\svmc_wrap.c (169031, 2007-03-31)
libsvm-2.84\python\svm_test.py (2110, 2006-07-28)
libsvm-2.84\python\test_cross_validation.py (630, 2003-07-12)
libsvm-2.84\svm-predict.c (4007, 2006-11-23)
libsvm-2.84\svm-scale.c (5963, 2004-09-13)
libsvm-2.84\svm-toy\gtk\callbacks.cpp (9702, 2006-03-04)
libsvm-2.84\svm-toy\gtk\callbacks.h (1765, 2003-07-12)
libsvm-2.84\svm-toy\gtk\interface.c (6457, 2003-07-12)
libsvm-2.84\svm-toy\gtk\interface.h (203, 2003-07-12)
libsvm-2.84\svm-toy\gtk\main.c (398, 2003-07-12)
libsvm-2.84\svm-toy\gtk\Makefile (531, 2004-01-05)
libsvm-2.84\svm-toy\gtk\svm-toy.glade (6402, 2003-07-12)
... ...

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 - Tips on Practical Use - Examples - Precomputed Kernels - Library Usage - Java Version - Building Windows Binaries - Additional Tools: Model Selection, Sub-sampling, 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:

近期下载者

相关文件


收藏者