libsvm-3.17

所属分类:matlab编程
开发工具:matlab
文件大小:561KB
下载次数:2
上传日期:2019-11-19 22:28:15
上 传 者赵112233
说明:  LIBSVM是台湾大学林智仁(Lin Chih-Jen)教授等开发设计的一个简单、易于使用和快速有效的SVM模式识别与回归的软件包,他不但提供了编译好的可在Windows系列系统的执行文件,还提供了源代码,方便改进、修改以及在其它操作系统上应用;该软件对SVM所涉及的参数调节相对比较少,提供了很多的默认参数,利用这些默认参数可以解决很多问题;并提供了交互检验(Cross Validation)的功能。该软件可以解决C-SVM、ν-SVM、ε-SVR和ν-SVR等问题,包括基于一对一算法的多类模式识别问题。
(Libsvm is a simple,easy-to-use, fast and effective SVM pattern recognition and regression software package developed and designed by Lin Chih Jen and other professors of Taiwan University. It not only provides compiled executive files for windows series systems, but also provides source code for improvement, modification and Application on other operating systems. The software regulates parameters involved in SVM Relatively few, many default parameters are provided, which can solve many problems and provide cross validation function.)

文件列表:
libsvm-3.17 (0, 2019-09-10)
libsvm-3.17\COPYRIGHT (1497, 2013-03-31)
libsvm-3.17\FAQ.html (73850, 2013-03-31)
libsvm-3.17\Makefile (732, 2013-03-31)
libsvm-3.17\Makefile.win (1087, 2013-03-31)
libsvm-3.17\heart_scale (27670, 2013-03-31)
libsvm-3.17\java (0, 2019-09-10)
libsvm-3.17\java\Makefile (624, 2013-03-31)
libsvm-3.17\java\libsvm (0, 2019-09-10)
libsvm-3.17\java\libsvm\svm.java (63419, 2013-03-31)
libsvm-3.17\java\libsvm\svm.m4 (62711, 2013-03-31)
libsvm-3.17\java\libsvm\svm_model.java (868, 2013-03-31)
libsvm-3.17\java\libsvm\svm_node.java (115, 2013-03-31)
libsvm-3.17\java\libsvm\svm_parameter.java (1288, 2013-03-31)
libsvm-3.17\java\libsvm\svm_print_interface.java (87, 2013-03-31)
libsvm-3.17\java\libsvm\svm_problem.java (136, 2013-03-31)
libsvm-3.17\java\libsvm.jar (51729, 2013-03-31)
libsvm-3.17\java\svm_predict.java (4835, 2013-03-31)
libsvm-3.17\java\svm_scale.java (8944, 2013-03-31)
libsvm-3.17\java\svm_toy.java (12269, 2013-03-31)
libsvm-3.17\java\svm_train.java (8355, 2013-03-31)
libsvm-3.17\java\test_applet.html (81, 2013-03-31)
libsvm-3.17\matlab (0, 2019-09-10)
libsvm-3.17\matlab\Makefile (1499, 2013-03-31)
libsvm-3.17\matlab\libsvmread.c (4069, 2013-03-31)
libsvm-3.17\matlab\libsvmwrite.c (2359, 2013-03-31)
libsvm-3.17\matlab\make.m (798, 2013-03-31)
libsvm-3.17\matlab\svm_model_matlab.c (8241, 2013-03-31)
libsvm-3.17\matlab\svm_model_matlab.h (201, 2013-03-31)
libsvm-3.17\matlab\svmpredict.c (9823, 2013-03-31)
libsvm-3.17\matlab\svmtrain.c (11606, 2013-03-31)
libsvm-3.17\python (0, 2019-09-10)
libsvm-3.17\python\Makefile (32, 2013-03-31)
libsvm-3.17\python\svm.py (9445, 2013-03-31)
libsvm-3.17\python\svmutil.py (8537, 2013-03-31)
libsvm-3.17\svm-predict.c (5536, 2013-03-31)
libsvm-3.17\svm-scale.c (7891, 2013-03-31)
... ...

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. - MATLAB/OCTAVE Interface - 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:

近期下载者

相关文件


收藏者