libsvm

所属分类:网络编程
开发工具:matlab
文件大小:835KB
下载次数:0
上传日期:2019-05-25 11:19:36
上 传 者AiFanepdc
说明:  支持向量机(Support Vector Machine, SVM)是一类按监督学习(supervised learning)方式对数据进行二元分类(binary classification)的广义线性分类器(generalized linear classifier),其决策边界是对学习样本求解的最大边距超平面(maximum-margin hyperplane)
(support vector machine classifier)

文件列表:
libsvm (0, 2019-05-11)
libsvm\COPYRIGHT (1497, 2016-12-22)
libsvm\FAQ.html (83089, 2019-03-10)
libsvm\Makefile (732, 2016-12-22)
libsvm\Makefile.win (1136, 2016-12-22)
libsvm\heart_scale (27670, 2016-12-22)
libsvm\java (0, 2019-05-11)
libsvm\java\Makefile (659, 2016-12-22)
libsvm\java\libsvm (0, 2018-11-07)
libsvm\java\libsvm\svm.java (64242, 2016-12-22)
libsvm\java\libsvm\svm.m4 (63439, 2016-12-22)
libsvm\java\libsvm\svm_model.java (868, 2016-12-22)
libsvm\java\libsvm\svm_node.java (115, 2016-12-22)
libsvm\java\libsvm\svm_parameter.java (1288, 2016-12-22)
libsvm\java\libsvm\svm_print_interface.java (87, 2016-12-22)
libsvm\java\libsvm\svm_problem.java (136, 2016-12-22)
libsvm\java\libsvm.jar (55185, 2016-12-22)
libsvm\java\svm_predict.java (4950, 2016-12-22)
libsvm\java\svm_scale.java (8944, 2016-12-22)
libsvm\java\svm_toy.java (12269, 2016-12-22)
libsvm\java\svm_train.java (8355, 2016-12-22)
libsvm\java\test_applet.html (81, 2019-03-10)
libsvm\matlab (0, 2018-11-07)
libsvm\matlab\Makefile (1240, 2016-12-22)
libsvm\matlab\libsvmread.c (4063, 2016-12-22)
libsvm\matlab\libsvmwrite.c (2341, 2016-12-22)
libsvm\matlab\make.m (888, 2016-12-22)
libsvm\matlab\svm_model_matlab.c (8205, 2016-12-22)
libsvm\matlab\svm_model_matlab.h (201, 2016-12-22)
libsvm\matlab\svmpredict.c (9820, 2016-12-22)
libsvm\matlab\svmtrain.c (11818, 2016-12-22)
libsvm\python (0, 2018-11-07)
libsvm\python\Makefile (32, 2016-12-22)
libsvm\python\svm.py (9603, 2016-12-22)
libsvm\python\svmutil.py (8695, 2016-12-22)
libsvm\svm-predict.c (5536, 2016-12-22)
libsvm\svm-scale.c (8539, 2016-12-22)
... ...

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:

近期下载者

相关文件


收藏者