svm

所属分类:人工智能/神经网络/深度学习
开发工具:Visual C++
文件大小:625KB
下载次数:25
上传日期:2010-12-14 11:26:59
上 传 者programmerXL
说明:  SVM的源码,包括svm-train svm-toy,用C写的
(SVM' s source code, including the svm-train svm-toy, written with C)

文件列表:
svm\COPYRIGHT (1498, 2001-01-12)
svm\heart_scale (27670, 2001-01-12)
svm\Makefile (419, 2001-01-12)
svm\svm-predict.c (2744, 2001-01-12)
svm\svm-scale.c (4721, 2001-01-12)
svm\svm-train.c (7941, 2001-01-12)
svm\svm.cpp (42525, 2001-01-12)
svm\svm.h (1335, 2001-01-12)
svm\windows\svmpredict.exe (61440, 2001-01-12)
svm\windows\svmscale.exe (61440, 2001-01-12)
svm\windows\svmtoy.exe (86016, 2001-01-12)
svm\windows\svmtrain.exe (77824, 2001-01-12)
svm\windows\f2.txt (11614, 2010-07-13)
svm\SVM_Train\svm-train.c (7941, 2001-01-12)
svm\SVM_Train\svm.cpp (42525, 2001-01-12)
svm\SVM_Train\svm.h (1335, 2001-01-12)
svm\SVM_Train\SVM_Train.dsp (4436, 2001-01-12)
svm\SVM_Train\SVM_Train.dsw (543, 2001-01-12)
svm\SVM_Train\SVM_Train.plg (1529, 2010-04-21)
svm\SVM_Train\SVM_Train.vcproj (4878, 2008-01-12)
svm\SVM_Train\SVM_Train.sln (907, 2008-01-12)
svm\SVM_Train\SVM_Train.suo (9728, 2008-01-12)
svm\SVM_Train\SVM_Train.ncb (66560, 2010-04-21)
svm\SVM_Train\SVM_Train.opt (48640, 2010-04-21)
svm\SVM_Train\Debug\vc60.idb (41984, 2010-04-21)
svm\SVM_Train\Debug\vc60.pdb (53248, 2010-04-21)
svm\SVM_Train\Debug\svm-train.sbr (0, 2010-04-21)
svm\SVM_Train\Debug\svm-train.obj (19003, 2010-04-21)
svm\SVM_Train\Debug\svm.sbr (0, 2010-04-21)
svm\SVM_Train\Debug\SVM_Train.pch (256332, 2010-04-21)
svm\SVM_Train\Debug\svm.obj (115026, 2010-04-21)
svm\SVM_Train\Debug\SVM_Train.ilk (285716, 2010-04-21)
svm\SVM_Train\Debug\SVM_Train.exe (290946, 2010-04-21)
svm\SVM_Train\Debug\SVM_Train.pdb (492544, 2010-04-21)
svm\SVM_Train\Debug\SVM_Train.bsc (115712, 2010-04-21)
svm\svm-toy\windows\svm-toy.cpp (11033, 2001-01-12)
svm\svm-toy\windows\svm-toy.dsp (3479, 2001-01-12)
svm\svm-toy\windows\svm-toy.dsw (539, 2001-01-12)
svm\svm-toy\windows\svm-toy.ncb (66560, 2001-01-12)
... ...

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. 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. 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 or use the pre-built binaries (Windows binaries are in the subdirectory `windows'). The format of training and testing data file is:

近期下载者

相关文件


收藏者