SVM-matlab

所属分类:人工智能/神经网络/深度学习
开发工具:matlab
文件大小:9202KB
下载次数:264
上传日期:2013-01-09 10:28:14
上 传 者EmilyFu
说明:  几个SVM实现的matlab代码,比较详细
(Several SVM realization of matlab code, more detailed )

文件列表:
支持矢量机源码\SVM matlab\支持向量机SVM和核函数的matlab程序集\dataset1.mat (17648, 2000-08-07)
支持矢量机源码\libsvm-2.84\windows\svmtoy.exe (106496, 2008-09-23)
支持矢量机源码\libsvm-2.84\windows\python\svmc.pyd (147456, 2007-03-31)
支持矢量机源码\libsvm-2.84\windows\python (0, 2012-05-21)
支持矢量机源码\libsvm-2.84\windows\SVMSCALE.EXE (57344, 2008-09-23)
支持矢量机源码\libsvm-2.84\windows\SVMPREDICT.EXE (69632, 2008-09-23)
支持矢量机源码\libsvm-2.84\windows (0, 2012-05-21)
支持矢量机源码\libsvm-2.84\tools\subset.py (3034, 2005-11-16)
支持矢量机源码\libsvm-2.84\tools\grid.py (10988, 2006-11-30)
支持矢量机源码\libsvm-2.84\tools\easy.py (2383, 2004-06-26)
支持矢量机源码\libsvm-2.84\tools (0, 2012-05-21)
支持矢量机源码\libsvm-2.84\svmtrain.exe (102400, 2008-09-23)
支持矢量机源码\libsvm-2.84\svm.h (2156, 2006-02-11)
支持矢量机源码\libsvm-2.84\svm.cpp (62009, 2007-03-12)
支持矢量机源码\libsvm-2.84\svm-train.c (7343, 2006-05-11)
支持矢量机源码\libsvm-2.84\svm-toy\windows\svm-toy.cpp (10787, 2006-03-04)
支持矢量机源码\libsvm-2.84\svm-toy\windows (0, 2012-05-21)
支持矢量机源码\libsvm-2.84\svm-toy\qt\svm-toy.cpp (9862, 2006-03-04)
支持矢量机源码\libsvm-2.84\svm-toy\qt\Makefile (482, 2005-11-11)
支持矢量机源码\libsvm-2.84\svm-toy\qt (0, 2012-05-21)
支持矢量机源码\libsvm-2.84\svm-toy\gtk\svm-toy.glade (6402, 2003-07-12)
支持矢量机源码\libsvm-2.84\svm-toy\gtk\main.c (398, 2003-07-12)
支持矢量机源码\libsvm-2.84\svm-toy\gtk\interface.h (203, 2003-07-12)
支持矢量机源码\libsvm-2.84\svm-toy\gtk\interface.c (6457, 2003-07-12)
支持矢量机源码\libsvm-2.84\svm-toy\gtk\callbacks.h (1765, 2003-07-12)
支持矢量机源码\libsvm-2.84\svm-toy\gtk\callbacks.cpp (9702, 2006-03-04)
支持矢量机源码\libsvm-2.84\svm-toy\gtk\Makefile (531, 2004-01-05)
支持矢量机源码\libsvm-2.84\svm-toy\gtk (0, 2012-05-21)
支持矢量机源码\libsvm-2.84\svm-toy (0, 2008-10-05)
支持矢量机源码\libsvm-2.84\svm-scale.c (5963, 2004-09-13)
支持矢量机源码\libsvm-2.84\svm-predict.c (4007, 2006-11-23)
支持矢量机源码\libsvm-2.84\python\test_cross_validation.py (630, 2003-07-12)
支持矢量机源码\libsvm-2.84\python\svmc_wrap.c (169031, 2007-03-31)
支持矢量机源码\libsvm-2.84\python\svmc.i (2731, 2007-03-31)
支持矢量机源码\libsvm-2.84\python\svm_test.py (2110, 2006-07-28)
支持矢量机源码\libsvm-2.84\python\svm.py (8140, 2006-12-08)
支持矢量机源码\libsvm-2.84\python\cross_validation.py (1140, 2004-03-24)
支持矢量机源码\libsvm-2.84\python\Makefile (577, 2006-05-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 and Data Format - `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 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:

近期下载者

相关文件


收藏者