because

所属分类:人工智能/神经网络/深度学习
开发工具:Others
文件大小:237KB
下载次数:0
上传日期:2018-11-15 16:07:43
上 传 者babfwhud
说明:  This program is a support vector program written by matlab, mainly because of prediction,

文件列表:
LFAQ.html (47076, 2005-11-09)
java\test_applet.html (81, 2003-07-12)
svm-toy\gtk\callbacks.h (1765, 2003-07-12)
svm-toy\gtk\interface.h (203, 2003-07-12)
svm.h (2146, 2004-03-06)
svm-toy\gtk\interface.c (6457, 2003-07-12)
svm-toy\gtk\main.c (398, 2003-07-12)
svm-predict.c (3815, 2005-04-24)
svm-scale.c (5963, 2004-09-13)
svm-train.c (6791, 2005-06-21)
python\svmc_wrap.c (69069, 2004-11-10)
svm-toy\gtk\callbacks.cpp (9655, 2005-11-11)
svm-toy\qt\svm-toy.cpp (9812, 2005-06-21)
svm-toy\windows\svm-toy.cpp (10740, 2005-06-21)
svm.cpp (61501, 2005-10-11)
java\libsvm\svm.java (61836, 2005-11-20)
java\libsvm\svm_model.java (664, 2004-03-18)
java\libsvm\svm_node.java (115, 2003-10-11)
java\libsvm\svm_parameter.java (1249, 2004-03-16)
java\svm_predict.java (3953, 2005-09-15)
java\libsvm\svm_problem.java (136, 2003-10-11)
java\svm_toy.java (11321, 2005-03-28)
java\svm_train.java (7185, 2005-06-21)
windows\svmpredict.exe (90112, 2005-11-20)
windows\svmscale.exe (57344, 2005-11-20)
windows\svmtoy.exe (122880, 2005-11-20)
windows\svmtrain.exe (118784, 2005-11-20)
windows\python\svmc.dll (147456, 2005-11-20)
88COPYRIGHT (1497, 2005-02-03)
9dheart_scale (27670, 2003-07-12)
Makefile (417, 2004-03-30)
svm-toy\qt\Makefile (482, 2005-11-11)
python\Makefile (530, 2005-03-31)
svm-toy\gtk\Makefile (531, 2004-01-05)
java\Makefile (556, 2004-03-30)
svm-toy\gtk\svm-toy.glade (6402, 2003-07-12)
python\svmc.i (2763, 2004-03-24)
... ...

Libsvm is a simple, easy-to-use, and efficient software for SVM classification and regression. It can solve 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. 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 selction 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:

近期下载者

相关文件


收藏者