libsvm-2.82

所属分类:人工智能/神经网络/深度学习
开发工具:Visual C++
文件大小:410KB
下载次数:201
上传日期:2006-04-03 22:42:24
上 传 者logofish
说明:  是支持向量机的算法,很好的一个软件包。特别有用
(support vector machine algorithm, a very good package. Particularly useful)

文件列表:
libsvm-2.82 (0, 2006-04-01)
libsvm-2.82\COPYRIGHT (1497, 2005-02-03)
libsvm-2.82\FAQ.html (48825, 2006-03-15)
libsvm-2.82\heart_scale (27670, 2003-07-12)
libsvm-2.82\java (0, 2006-04-01)
libsvm-2.82\java\libsvm (0, 2006-04-01)
libsvm-2.82\java\libsvm.jar (44463, 2006-04-01)
libsvm-2.82\java\libsvm\svm.java (62471, 2006-04-01)
libsvm-2.82\java\libsvm\svm.m4 (61836, 2006-03-26)
libsvm-2.82\java\libsvm\svm_model.java (664, 2004-03-18)
libsvm-2.82\java\libsvm\svm_node.java (115, 2003-10-11)
libsvm-2.82\java\libsvm\svm_parameter.java (1288, 2006-03-03)
libsvm-2.82\java\libsvm\svm_problem.java (136, 2003-10-11)
libsvm-2.82\java\Makefile (568, 2006-02-28)
libsvm-2.82\java\svm_predict.java (3953, 2005-09-15)
libsvm-2.82\java\svm_toy.java (11423, 2006-03-04)
libsvm-2.82\java\svm_train.java (7704, 2006-04-01)
libsvm-2.82\java\test_applet.html (81, 2003-07-12)
libsvm-2.82\Makefile (417, 2004-03-30)
libsvm-2.82\Makefile.win (1273, 2005-03-31)
libsvm-2.82\python (0, 2006-03-26)
libsvm-2.82\python\cross_validation.py (1140, 2004-03-24)
libsvm-2.82\python\Makefile (530, 2005-03-31)
libsvm-2.82\python\svm.py (8139, 2006-03-26)
libsvm-2.82\python\svmc.i (2773, 2006-03-26)
libsvm-2.82\python\svmc_wrap.c (108711, 2006-03-26)
libsvm-2.82\python\svm_test.py (2071, 2006-03-26)
libsvm-2.82\python\test_cross_validation.py (630, 2003-07-12)
libsvm-2.82\svm-predict.c (3821, 2006-03-15)
libsvm-2.82\svm-scale.c (5963, 2004-09-13)
libsvm-2.82\svm-toy (0, 2006-03-04)
libsvm-2.82\svm-toy\gtk (0, 2006-03-04)
libsvm-2.82\svm-toy\gtk\callbacks.cpp (9702, 2006-03-04)
libsvm-2.82\svm-toy\gtk\callbacks.h (1765, 2003-07-12)
libsvm-2.82\svm-toy\gtk\interface.c (6457, 2003-07-12)
libsvm-2.82\svm-toy\gtk\interface.h (203, 2003-07-12)
libsvm-2.82\svm-toy\gtk\main.c (398, 2003-07-12)
libsvm-2.82\svm-toy\gtk\Makefile (531, 2004-01-05)
... ...

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 - `svm-train' Usage - `svm-predict' Usage - Tips on practical use - Examples - Precomputed Kernels - Library Usage - Java Version - Building Windows Binaries - Additional Tools: Model Selection, Sub-sampling, 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 ============ 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:

近期下载者

相关文件


收藏者