libsvm-3.0

所属分类:人工智能/神经网络/深度学习
开发工具:Visual C++
文件大小:464KB
下载次数:16
上传日期:2012-06-17 10:41:37
上 传 者zhzhuzhuting
说明:  svm3.0 svm分类器 官方svmlib3.0资料
(svm3.0 svm the classifier official svmlib3.0 information)

文件列表:
libsvm-3.0\COPYRIGHT (1497, 2010-03-18)
libsvm-3.0\FAQ.html (68738, 2010-04-01)
libsvm-3.0\heart_scale (27670, 2003-07-12)
libsvm-3.0\java\libsvm\svm.java (61909, 2010-09-13)
libsvm-3.0\java\libsvm\svm.m4 (61258, 2010-09-12)
libsvm-3.0\java\libsvm\svm_model.java (734, 2010-09-12)
libsvm-3.0\java\libsvm\svm_node.java (115, 2003-10-11)
libsvm-3.0\java\libsvm\svm_parameter.java (1288, 2006-03-03)
libsvm-3.0\java\libsvm\svm_print_interface.java (87, 2009-02-18)
libsvm-3.0\java\libsvm\svm_problem.java (136, 2003-10-11)
libsvm-3.0\java\libsvm.jar (49782, 2010-09-13)
libsvm-3.0\java\Makefile (624, 2009-02-18)
libsvm-3.0\java\svm_predict.java (4267, 2009-03-18)
libsvm-3.0\java\svm_scale.java (8944, 2009-02-20)
libsvm-3.0\java\svm_toy.java (11435, 2009-02-18)
libsvm-3.0\java\svm_train.java (8268, 2010-01-27)
libsvm-3.0\java\test_applet.html (81, 2003-07-12)
libsvm-3.0\Makefile (528, 2010-09-12)
libsvm-3.0\Makefile.win (1087, 2010-09-12)
libsvm-3.0\python\Makefile (39, 2010-06-16)
libsvm-3.0\python\svm.py (7768, 2010-09-12)
libsvm-3.0\python\svmutil.py (8068, 2010-06-16)
libsvm-3.0\SVM 参数设置.txt (440, 2011-03-22)
libsvm-3.0\svm-predict.c (5295, 2010-09-12)
libsvm-3.0\svm-scale.c (7042, 2009-03-16)
libsvm-3.0\svm-toy\gtk\callbacks.cpp (9742, 2010-09-12)
libsvm-3.0\svm-toy\gtk\callbacks.h (1765, 2003-07-12)
libsvm-3.0\svm-toy\gtk\interface.c (6457, 2003-07-12)
libsvm-3.0\svm-toy\gtk\interface.h (203, 2003-07-12)
libsvm-3.0\svm-toy\gtk\main.c (398, 2003-07-12)
libsvm-3.0\svm-toy\gtk\Makefile (546, 2010-09-12)
libsvm-3.0\svm-toy\gtk\svm-toy.glade (6402, 2003-07-12)
libsvm-3.0\svm-toy\qt\Makefile (367, 2008-12-19)
libsvm-3.0\svm-toy\qt\svm-toy.cpp (9153, 2010-09-12)
libsvm-3.0\svm-toy\windows\svm-toy.cpp (10807, 2010-09-12)
libsvm-3.0\svm-train.c (8809, 2010-09-12)
libsvm-3.0\svm.cpp (62436, 2010-09-12)
libsvm-3.0\svm.def (434, 2010-09-12)
... ...

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. - 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:

近期下载者

相关文件


收藏者