SVM

所属分类:人工智能/神经网络/深度学习
开发工具:C/C++
文件大小:531KB
下载次数:66
上传日期:2005-03-01 20:37:07
上 传 者xxst
说明:  支持向量机(5)libSVM
(Support vector machines (5) libsvm)

文件列表:
(lib)SVM 簡易入門.pdf (162373, 2004-09-08)
libSVM\java\libsvm\svm.java (55122, 2004-03-31)
libSVM\java\libsvm\svm.m4 (54608, 2004-03-29)
libSVM\java\libsvm\svm_model.java (664, 2004-03-15)
libSVM\java\libsvm\svm_node.java (115, 2003-10-11)
libSVM\java\libsvm\svm_parameter.java (1249, 2004-03-16)
libSVM\java\libsvm\svm_problem.java (136, 2003-10-11)
libSVM\java\libsvm (0, 2004-03-31)
libSVM\java\Makefile (556, 2004-03-30)
libSVM\java\libsvm.jar (40966, 2004-03-31)
libSVM\java\svm_predict.java (3729, 2004-03-30)
libSVM\java\svm_toy.java (10914, 2003-07-12)
libSVM\java\svm_train.java (7125, 2004-03-15)
libSVM\java\test_applet.html (81, 2003-07-12)
libSVM\java (0, 2004-03-31)
libSVM\COPYRIGHT (1497, 2004-03-27)
libSVM\FAQ.html (23378, 2004-03-31)
libSVM\Makefile (417, 2004-03-30)
libSVM\python\Makefile (519, 2004-03-24)
libSVM\python\cross_validation.py (1140, 2004-03-24)
libSVM\python\easy.py (1492, 2003-11-10)
libSVM\python\grid.py (10619, 2004-03-06)
libSVM\python\svm.py (7909, 2004-03-27)
libSVM\python\svm_test.py (1681, 2004-03-24)
libSVM\python\svmc.i (2763, 2004-03-24)
libSVM\python\svmc_wrap.c (67019, 2004-03-24)
libSVM\python\test_cross_validation.py (630, 2004-03-24)
libSVM\python (0, 2004-03-31)
libSVM\svm-toy\gtk\Makefile (531, 2004-01-05)
libSVM\svm-toy\gtk\callbacks.cpp (9559, 2003-08-26)
libSVM\svm-toy\gtk\callbacks.h (1765, 2003-07-12)
libSVM\svm-toy\gtk\interface.c (6457, 2003-07-12)
libSVM\svm-toy\gtk\interface.h (203, 2003-07-12)
libSVM\svm-toy\gtk\main.c (398, 2003-07-12)
libSVM\svm-toy\gtk\svm-toy.glade (6402, 2003-07-12)
libSVM\svm-toy\gtk (0, 2004-03-31)
libSVM\svm-toy\qt\Makefile (435, 2004-01-05)
libSVM\svm-toy\qt\svm-toy.cpp (9719, 2003-08-26)
... ...

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 python directory and use easy.py after installation. It does everything automatic -- from data scaling to parameter selection. Usage: easy.py training_file [testing_file] 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:

近期下载者

相关文件


收藏者