jiyusimfenlei

所属分类:C#编程
开发工具:C++
文件大小:461KB
下载次数:83
上传日期:2006-07-08 11:50:47
上 传 者smileyy1984
说明:  基于SVM的文档分类,运行平台:Visual C++ 6.0和基于libsvm的编程环境下,应用Reuters-21578语料库对系统进行评测。
(SVM-based document classification, operating platforms : 6.0 and Visual C libsvm-based programming environment, Application Reuters-21578 Corpus evaluation of the system.)

文件列表:
程序\程序运行平台.txt (95, 2006-06-30)
程序\chi\chi.cpp (3235, 2006-06-30)
程序\chi\chi.h (2221, 2006-06-21)
程序\chi\distill.cpp (4550, 2006-06-19)
程序\chi\test.cpp (1387, 2006-06-25)
程序\chi\vsm.cpp (2212, 2006-06-30)
程序\chi\word.cpp (5554, 2006-06-18)
程序\chi (0, 2006-07-07)
程序\libsvm-2.81\COPYRIGHT (1497, 2005-02-03)
程序\libsvm-2.81\FAQ.html (47076, 2005-11-09)
程序\libsvm-2.81\heart_scale (27670, 2003-07-12)
程序\libsvm-2.81\Makefile (417, 2004-03-30)
程序\libsvm-2.81\Makefile.win (1273, 2005-03-31)
程序\libsvm-2.81\svm-predict.c (3815, 2005-04-24)
程序\libsvm-2.81\svm-scale.c (5963, 2004-09-13)
程序\libsvm-2.81\svm-train.c (6791, 2005-06-21)
程序\libsvm-2.81\svm.cpp (61501, 2005-10-11)
程序\libsvm-2.81\svm.dsp (3557, 2006-03-27)
程序\libsvm-2.81\svm.dsw (514, 2006-03-27)
程序\libsvm-2.81\svm.h (2146, 2004-03-06)
程序\libsvm-2.81\svm.ncb (50176, 2006-03-27)
程序\libsvm-2.81\svm.opt (48640, 2006-03-27)
程序\libsvm-2.81\svm.plg (1029, 2006-03-27)
程序\libsvm-2.81\java\libsvm.jar (44037, 2005-11-20)
程序\libsvm-2.81\java\Makefile (556, 2004-03-30)
程序\libsvm-2.81\java\svm_predict.java (3953, 2005-09-15)
程序\libsvm-2.81\java\svm_toy.java (11321, 2005-03-28)
程序\libsvm-2.81\java\svm_train.java (7185, 2005-06-21)
程序\libsvm-2.81\java\test_applet.html (81, 2003-07-12)
程序\libsvm-2.81\java\libsvm\svm.java (61836, 2005-11-20)
程序\libsvm-2.81\java\libsvm\svm.m4 (61201, 2005-06-11)
程序\libsvm-2.81\java\libsvm\svm_model.java (664, 2004-03-18)
程序\libsvm-2.81\java\libsvm\svm_node.java (115, 2003-10-11)
程序\libsvm-2.81\java\libsvm\svm_parameter.java (1249, 2004-03-16)
程序\libsvm-2.81\java\libsvm\svm_problem.java (136, 2003-10-11)
程序\libsvm-2.81\java\libsvm (0, 2006-07-07)
程序\libsvm-2.81\java (0, 2006-07-07)
程序\libsvm-2.81\python\cross_validation.py (1140, 2004-03-24)
程序\libsvm-2.81\python\Makefile (530, 2005-03-31)
... ...

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 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 selction can be found in tools/README. 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:

近期下载者

相关文件


收藏者