libsvm-2.89

所属分类:matlab编程
开发工具:matlab
文件大小:553KB
下载次数:470
上传日期:2009-05-04 17:18:56
上 传 者51fei09
说明:  LIBSVM 是台湾大学林智仁(Chih-Jen Lin)博士等开发设计的一个操作简单、易于使用、快速有效的通用SVM 软件包,可以解决分类问题(包括C- SVC、n - SVC )、回归问题(包括e - SVR、n - SVR )以及分布估计(one-class-SVM )等问题,提供了线性、多项式、径向基和S形函数四种常用的核函数供选择,可以有效地解决多类问题、交叉验证选择参数、对不平衡样本加权、多类问题的概率估计等。 2.89版本是09年刚更新的一个版本。
(LIBSVM)

文件列表:
libsvm-2.89 (0, 2009-04-01)
libsvm-2.89\java (0, 2009-04-01)
libsvm-2.89\java\libsvm (0, 2009-04-01)
libsvm-2.89\java\libsvm\svm.java (61627, 2009-04-01)
libsvm-2.89\java\libsvm\svm.m4 (60994, 2009-02-18)
libsvm-2.89\java\libsvm\svm_print_interface.java (87, 2009-02-18)
libsvm-2.89\java\libsvm\svm_parameter.java (1288, 2006-03-03)
libsvm-2.89\java\libsvm\svm_model.java (664, 2007-01-13)
libsvm-2.89\java\libsvm\svm_problem.java (136, 2003-10-11)
libsvm-2.89\java\libsvm\svm_node.java (115, 2003-10-11)
libsvm-2.89\java\svm_predict.java (4267, 2009-03-18)
libsvm-2.89\java\svm_toy.java (11435, 2009-02-18)
libsvm-2.89\java\svm_train.java (8077, 2009-03-21)
libsvm-2.89\java\test_applet.html (81, 2003-07-12)
libsvm-2.89\java\svm_scale.java (8944, 2009-02-20)
libsvm-2.89\java\Makefile (624, 2009-02-18)
libsvm-2.89\java\libsvm.jar (49687, 2009-04-01)
libsvm-2.89\python (0, 2009-02-16)
libsvm-2.89\python\svmc_wrap.c (169031, 2007-03-31)
libsvm-2.89\python\svmc.i (2731, 2007-03-31)
libsvm-2.89\python\setup.py (607, 2008-11-02)
libsvm-2.89\python\svm_test.py (2110, 2006-07-28)
libsvm-2.89\python\svm.py (8140, 2006-12-08)
libsvm-2.89\python\test_cross_validation.py (630, 2003-07-12)
libsvm-2.89\python\cross_validation.py (1140, 2004-03-24)
libsvm-2.89\python\Makefile (582, 2008-12-10)
libsvm-2.89\windows (0, 2009-04-01)
libsvm-2.89\windows\python (0, 2009-04-01)
libsvm-2.89\windows\python\svmc.pyd (188416, 2009-04-01)
libsvm-2.89\windows\svm-train.exe (137728, 2009-04-01)
libsvm-2.89\windows\svm-scale.exe (82432, 2009-04-01)
libsvm-2.89\windows\svm-predict.exe (109056, 2009-04-01)
libsvm-2.89\windows\svm-toy.exe (144896, 2009-04-01)
libsvm-2.89\svm.cpp (62417, 2009-03-20)
libsvm-2.89\tools (0, 2009-01-14)
libsvm-2.89\tools\subset.py (3034, 2005-11-16)
libsvm-2.89\tools\easy.py (2618, 2009-01-14)
libsvm-2.89\tools\grid.py (11701, 2008-08-08)
... ...

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:

近期下载者

相关文件


收藏者