libsvm-3.12

所属分类:数值算法/人工智能
开发工具:Python
文件大小:2765KB
下载次数:1
上传日期:2019-04-25 15:30:20
上 传 者一路有你jrq
说明:  SVM 的Python,libsvm 包的下载与调用,与Matlab搭配使用
(the use of SVM Python libsvm Matlab C++)

文件列表:
libsvm-3.12\COPYRIGHT (1497, 2012-01-31)
libsvm-3.12\FAQ.html (72186, 2012-04-01)
libsvm-3.12\heart_scale (27670, 2003-07-12)
libsvm-3.12\java (0, 2019-01-17)
libsvm-3.12\java\libsvm.jar (50329, 2012-04-01)
libsvm-3.12\java\libsvm (0, 2019-01-17)
libsvm-3.12\java\libsvm\svm.java (62406, 2012-04-01)
libsvm-3.12\java\libsvm\svm.m4 (61755, 2012-02-03)
libsvm-3.12\java\libsvm\svm_model.java (734, 2010-09-12)
libsvm-3.12\java\libsvm\svm_node.java (115, 2003-10-11)
libsvm-3.12\java\libsvm\svm_parameter.java (1288, 2006-03-03)
libsvm-3.12\java\libsvm\svm_print_interface.java (87, 2009-02-18)
libsvm-3.12\java\libsvm\svm_problem.java (136, 2003-10-11)
libsvm-3.12\java\Makefile (624, 2009-02-18)
libsvm-3.12\java\svm_predict.java (4267, 2009-03-18)
libsvm-3.12\java\svm_scale.java (8944, 2011-05-28)
libsvm-3.12\java\svm_toy.java (12269, 2012-02-03)
libsvm-3.12\java\svm_train.java (8268, 2011-05-28)
libsvm-3.12\java\test_applet.html (81, 2003-07-12)
libsvm-3.12\Makefile (732, 2012-01-01)
libsvm-3.12\Makefile.win (1087, 2010-09-12)
libsvm-3.12\matlab (0, 2019-01-17)
libsvm-3.12\matlab\command history0728.txt (4247, 2012-07-28)
libsvm-3.12\matlab\format.txt (275, 2012-07-28)
libsvm-3.12\matlab\libsvmread.c (4014, 2011-08-27)
libsvm-3.12\matlab\libsvmread.mexw32 (8192, 2016-03-27)
libsvm-3.12\matlab\libsvmwrite.c (2148, 2011-08-27)
libsvm-3.12\matlab\libsvmwrite.mexw32 (6656, 2016-03-27)
libsvm-3.12\matlab\make.m (799, 2011-09-05)
libsvm-3.12\matlab\Makefile (1499, 2011-05-10)
libsvm-3.12\matlab\model1.mat (2250422, 2013-03-30)
libsvm-3.12\matlab\SPECTF.train (10797, 2012-07-28)
libsvm-3.12\matlab\SPECTFlibsvm.train (20639, 2012-07-28)
libsvm-3.12\matlab\svm_model_matlab.c (7722, 2011-08-27)
libsvm-3.12\matlab\svm_model_matlab.h (201, 2011-02-24)
libsvm-3.12\matlab\svmpredict.c (9263, 2011-08-27)
libsvm-3.12\matlab\svmpredict.mexw32 (24576, 2013-03-31)
libsvm-3.12\matlab\svmtrain.c (11371, 2011-08-27)
libsvm-3.12\matlab\svmtrain.mexw32 (45056, 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:

近期下载者

相关文件


收藏者