libsvm-3.23

所属分类:matlab编程
开发工具:matlab
文件大小:850KB
下载次数:16
上传日期:2018-07-19 10:33:08
上 传 者welli
说明:  libsvm的安装,配置,以及用libsvm完例成的一个小实
(The installation, configuration, and use of libsvm as a small implementation)

文件列表:
libsvm-3.23 (0, 2018-07-15)
libsvm-3.23\svm.def (477, 2018-07-15)
libsvm-3.23\svm.cpp (65036, 2018-07-15)
libsvm-3.23\tools (0, 2018-07-15)
libsvm-3.23\tools\subset.py (3196, 2018-07-15)
libsvm-3.23\tools\checkdata.py (2474, 2018-07-15)
libsvm-3.23\tools\grid.py (15258, 2018-07-15)
libsvm-3.23\tools\easy.py (2696, 2018-07-15)
libsvm-3.23\svm-predict.c (5537, 2018-07-15)
libsvm-3.23\FAQ.html (83238, 2018-07-15)
libsvm-3.23\heart_scale (27670, 2018-07-15)
libsvm-3.23\matlab (0, 2018-07-15)
libsvm-3.23\matlab\make.m (888, 2018-07-15)
libsvm-3.23\matlab\Makefile (1240, 2018-07-15)
libsvm-3.23\matlab\svmtrain.c (11817, 2018-07-15)
libsvm-3.23\matlab\libsvmwrite.c (2326, 2018-07-15)
libsvm-3.23\matlab\svm_model_matlab.h (201, 2018-07-15)
libsvm-3.23\matlab\svmpredict.c (9818, 2018-07-15)
libsvm-3.23\matlab\libsvmread.c (4060, 2018-07-15)
libsvm-3.23\matlab\svm_model_matlab.c (8196, 2018-07-15)
libsvm-3.23\Makefile (732, 2018-07-15)
libsvm-3.23\python (0, 2018-07-15)
libsvm-3.23\python\svmutil.py (9395, 2018-07-15)
libsvm-3.23\python\svm.py (13631, 2018-07-15)
libsvm-3.23\python\Makefile (32, 2018-07-15)
libsvm-3.23\python\commonutil.py (5121, 2018-07-15)
libsvm-3.23\svm.h (3381, 2018-07-15)
libsvm-3.23\COPYRIGHT (1497, 2018-07-15)
libsvm-3.23\svm-toy (0, 2018-07-15)
libsvm-3.23\svm-toy\qt (0, 2018-07-15)
libsvm-3.23\svm-toy\qt\svm-toy.cpp (9722, 2018-07-15)
libsvm-3.23\svm-toy\qt\Makefile (613, 2018-07-15)
libsvm-3.23\svm-toy\windows (0, 2018-07-15)
libsvm-3.23\svm-toy\windows\svm-toy.cpp (11460, 2018-07-15)
libsvm-3.23\svm-scale.c (8696, 2018-07-15)
libsvm-3.23\svm-train.c (8985, 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:

近期下载者

相关文件


收藏者