libsvm-3.11

所属分类:人工智能/神经网络/深度学习
开发工具:C/C++
文件大小:648KB
下载次数:13
上传日期:2012-03-16 10:55:25
上 传 者4230001
说明:  LIBSVM 是台湾大学林智仁(Lin Chih-Jen)副教授等开发设计的一个简单、易于使 用和快速有效的 SVM 模式识别与回归的软件包, 他不但提供了编译好的可在 Windows 系列系统的执行文件,还提供了源代码,方便改进、修改以及在其它操作系统上应用
(LIBSVM is National Taiwan University Lin ( Lin Chih-Jen ) Associate Professor and develop the design of a simple, easy to use and fast and effective SVM pattern recognition and regression of the package, he not only provides a compiled in Windows series system executable files, also provides the source code, to facilitate improved, as well as in other modifications operating system application )

文件列表:
libsvm-3.11 (0, 2012-03-13)
libsvm-3.11\COPYRIGHT (1497, 2011-03-26)
libsvm-3.11\FAQ.html (71213, 2011-11-05)
libsvm-3.11\Makefile (559, 2011-06-26)
libsvm-3.11\Makefile.win (1087, 2010-09-12)
libsvm-3.11\heart_scale (27670, 2003-07-12)
libsvm-3.11\java (0, 2012-03-13)
libsvm-3.11\java\Makefile (624, 2009-02-18)
libsvm-3.11\java\libsvm (0, 2012-03-13)
libsvm-3.11\java\libsvm\svm.java (62406, 2011-11-05)
libsvm-3.11\java\libsvm\svm.m4 (61755, 2011-05-28)
libsvm-3.11\java\libsvm\svm_model.java (734, 2010-09-12)
libsvm-3.11\java\libsvm\svm_node.java (115, 2003-10-11)
libsvm-3.11\java\libsvm\svm_parameter.java (1288, 2006-03-03)
libsvm-3.11\java\libsvm\svm_print_interface.java (87, 2009-02-18)
libsvm-3.11\java\libsvm\svm_problem.java (136, 2003-10-11)
libsvm-3.11\java\libsvm.jar (50037, 2011-11-05)
libsvm-3.11\java\svm_predict.java (4267, 2009-03-18)
libsvm-3.11\java\svm_scale.java (8944, 2011-05-28)
libsvm-3.11\java\svm_toy.java (11483, 2010-12-13)
libsvm-3.11\java\svm_train.java (8268, 2011-05-28)
libsvm-3.11\java\test_applet.html (81, 2003-07-12)
libsvm-3.11\matlab (0, 2012-03-13)
libsvm-3.11\matlab\Makefile (1499, 2011-05-10)
libsvm-3.11\matlab\libsvmread.c (4014, 2011-08-27)
libsvm-3.11\matlab\libsvmwrite.c (2148, 2011-08-27)
libsvm-3.11\matlab\make.m (799, 2011-09-05)
libsvm-3.11\matlab\svm_model_matlab.c (7722, 2011-08-27)
libsvm-3.11\matlab\svm_model_matlab.h (201, 2011-02-24)
libsvm-3.11\matlab\svmpredict.c (9263, 2011-08-27)
libsvm-3.11\matlab\svmtrain.c (11371, 2011-08-27)
libsvm-3.11\python (0, 2012-03-13)
libsvm-3.11\python\Makefile (32, 2011-05-10)
libsvm-3.11\python\svm.py (8602, 2011-03-23)
libsvm-3.11\python\svmutil.py (8119, 2011-05-06)
libsvm-3.11\svm-predict.c (5381, 2011-02-05)
libsvm-3.11\svm-scale.c (7042, 2011-05-28)
... ...

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:

近期下载者

相关文件


收藏者