libsvm-errorcode

所属分类:人工智能/神经网络/深度学习
开发工具:Visual C++
文件大小:156KB
下载次数:23
上传日期:2009-03-11 21:30:32
上 传 者sabrinayi
说明:  纠错输出编码SVM算法,解决多类分类问题
(Error-correcting output coding SVM algorithm, to solve multiclass classification problem)

文件列表:
libsvm-errorcode\svm-predict.c (4677, 2005-10-06)
libsvm-errorcode\svm-scale.c (5569, 2005-10-06)
libsvm-errorcode\svm-train.c (7148, 2005-10-06)
libsvm-errorcode\Makefile (417, 2005-10-06)
libsvm-errorcode\python\Makefile (519, 2005-10-06)
libsvm-errorcode\python\cross_validation.py (1140, 2005-10-06)
libsvm-errorcode\python\easy.py (2550, 2005-10-06)
libsvm-errorcode\python\grid.py (10885, 2005-10-06)
libsvm-errorcode\python\svm.py (7909, 2005-10-06)
libsvm-errorcode\python\svm_test.py (1681, 2005-10-06)
libsvm-errorcode\python\svmc.i (2763, 2005-10-06)
libsvm-errorcode\python\svmc_wrap.c (67019, 2005-10-06)
libsvm-errorcode\python\test_cross_validation.py (630, 2005-10-06)
libsvm-errorcode\svm.cpp (73765, 2005-10-07)
libsvm-errorcode\svm.h (2485, 2005-10-06)
libsvm-errorcode\COPYRIGHT (1497, 2005-10-06)
libsvm-errorcode\FAQ.html (23378, 2005-10-06)
libsvm-errorcode\svm.o (70512, 2005-10-07)
libsvm-errorcode\svm-train (69842, 2005-10-07)
libsvm-errorcode\svm-predict (67799, 2005-10-07)
libsvm-errorcode\svm-scale (14090, 2005-10-06)
libsvm-errorcode\python (0, 2005-10-06)
libsvm-errorcode (0, 2005-10-07)

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:

近期下载者

相关文件


收藏者