libsvm-master(svm代码)

所属分类:matlab编程
开发工具:matlab
文件大小:847KB
下载次数:1
上传日期:2019-06-20 18:33:28
上 传 者5763791
说明:  svm框架。支持向量机(Support Vector Machine, SVM)是一类按监督学习(supervised learning)方式对数据进行二元分类(binary classification)的广义线性分类器(generalized linear classifier),其决策边界是对学习样本求解的最大边距超平面(maximum-margin hyperplane)
(svm for matlab,Support Vector Machine, SVM,supervised learning,generalized linear classifier,maximum-margin hyperplane.)

文件列表:
COPYRIGHT (1497, 2018-07-15)
FAQ.html (83238, 2018-07-15)
Makefile (732, 2018-07-15)
Makefile.win (1135, 2018-07-15)
heart_scale (27670, 2018-07-15)
java (0, 2018-07-15)
java\Makefile (659, 2018-07-15)
java\libsvm.jar (55181, 2018-07-15)
java\libsvm (0, 2018-07-15)
java\libsvm\svm.java (64084, 2018-07-15)
java\libsvm\svm.m4 (63281, 2018-07-15)
java\libsvm\svm_model.java (868, 2018-07-15)
java\libsvm\svm_node.java (115, 2018-07-15)
java\libsvm\svm_parameter.java (1285, 2018-07-15)
java\libsvm\svm_print_interface.java (87, 2018-07-15)
java\libsvm\svm_problem.java (136, 2018-07-15)
java\svm_predict.java (4945, 2018-07-15)
java\svm_scale.java (8937, 2018-07-15)
java\svm_toy.java (12262, 2018-07-15)
java\svm_train.java (8354, 2018-07-15)
java\test_applet.html (81, 2018-07-15)
matlab (0, 2018-07-15)
matlab\Makefile (1240, 2018-07-15)
matlab\libsvmread.c (4060, 2018-07-15)
matlab\libsvmwrite.c (2326, 2018-07-15)
matlab\make.m (888, 2018-07-15)
matlab\svm_model_matlab.c (8196, 2018-07-15)
matlab\svm_model_matlab.h (201, 2018-07-15)
matlab\svmpredict.c (9818, 2018-07-15)
matlab\svmtrain.c (11817, 2018-07-15)
python (0, 2018-07-15)
python\Makefile (32, 2018-07-15)
python\commonutil.py (5121, 2018-07-15)
python\svm.py (13631, 2018-07-15)
python\svmutil.py (9395, 2018-07-15)
svm-predict.c (5537, 2018-07-15)
... ...

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 files is:

近期下载者

相关文件


收藏者