array(4) { [0]=> string(34) "svm-src-code\python\Bioinformatics" [1]=> string(65) " modeling and calculations – various applications of Python.pdf" [2]=> string(7) " 230323" [3]=> string(21) " 2006-07-16 14:27:3 " } svm-src-code 联合开发网 - pudn.com
svm-src-code

所属分类:人工智能/神经网络/深度学习
开发工具:Visual C++
文件大小:1145KB
下载次数:77
上传日期:2007-11-29 16:00:00
上 传 者harbor
说明:  libsvm的源代码,包括windows下的使用实例,希望对大家有所帮助。
(libsvm source code, including the use of examples under windows, I hope all of you to help.)

文件列表:
svm-src-code\COPYRIGHT (1497, 2006-07-16)
svm-src-code\FAQ.html (24172, 2002-03-03)
svm-src-code\Makefile (417, 2006-07-16)
svm-src-code\Makefile.win (1273, 2006-07-16)
svm-src-code\svm-predict.c (4006, 2006-07-16)
svm-src-code\svm-scale.c (5859, 2006-07-16)
svm-src-code\svm-train.c (7092, 2006-07-16)
svm-src-code\svm.cpp (58237, 2006-07-16)
svm-src-code\svm.h (2299, 2006-07-16)
svm-src-code\windows\m801t1c.01.model (95187, 2007-08-01)
svm-src-code\windows\m801t1c015.model (94111, 2007-08-01)
svm-src-code\windows\m801t1c050.model (95926, 2007-08-01)
svm-src-code\windows\m801t1c100.model (97616, 2007-08-01)
svm-src-code\windows\m801t1c500.model (95187, 2007-08-01)
svm-src-code\windows\r801t1c.01.txt (30006, 2007-08-01)
svm-src-code\windows\r801t1c015.txt (30004, 2007-08-01)
svm-src-code\windows\r801t1c050.txt (29990, 2007-08-01)
svm-src-code\windows\r801t1c100.txt (29991, 2007-08-01)
svm-src-code\windows\r801t1c500.txt (30006, 2007-08-01)
svm-src-code\windows\svmpredict.exe (65536, 2006-07-16)
svm-src-code\windows\svmscale.exe (45056, 2006-07-16)
svm-src-code\windows\svmtrain.exe (86016, 2006-07-16)
svm-src-code\windows\svm_nnj_test_dor.txt (1564986, 2007-08-01)
svm-src-code\windows\svm_nnj_train_dor.txt (402000, 2007-08-01)
svm-src-code\windows\Thumbs.db (15872, 2007-07-23)
svm-src-code\windows (0, 2007-09-04)
svm-src-code\python\1.bat (192, 2006-07-16)
svm-src-code\python\1.txt (0, 2006-07-16)
svm-src-code\python\cross_validation.py (1140, 2006-07-16)
svm-src-code\python\easy.py (1793, 2006-07-16)
svm-src-code\python\easy.py.txt (1370, 2006-07-16)
svm-src-code\python\grid.py (11101, 2006-07-16)
svm-src-code\python\heart_scale (27670, 2006-07-16)
svm-src-code\python\Makefile (519, 2006-07-16)
svm-src-code\python\Re [python-chinese] 如何用Python读取MatLab的MAT数据文件?.mht (6303, 2006-07-16)
svm-src-code\python\svm.py (7909, 2006-07-16)
svm-src-code\python\svm.pyc (14266, 2006-07-16)
... ...

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:

近期下载者

相关文件


收藏者