machine_learning_related

所属分类:人工智能/神经网络/深度学习
开发工具:Visual C++
文件大小:4186KB
下载次数:27
上传日期:2006-05-14 12:18:02
上 传 者wind_tara
说明:  svm-space vector machine,由于人工智能中的机器学习时的测试和训练
(svm-space vector machine, As AI machine learning the test and training)

文件列表:
machine_learning_related\libsvm_try\alignment_standard.txt (9382580, 2005-10-24)
machine_learning_related\libsvm_try\GenerateTrainingSet_L2S.cpp (13466, 2005-10-28)
machine_learning_related\libsvm_try\GenerateTrainingSet_L2S.h (0, 2005-10-26)
machine_learning_related\libsvm_try\Global.cpp (13813, 2005-10-27)
machine_learning_related\libsvm_try\Global.h (5687, 2005-10-27)
machine_learning_related\libsvm_try\libsvm_try.aps (46904, 2005-10-31)
machine_learning_related\libsvm_try\libsvm_try.clw (3638, 2005-10-31)
machine_learning_related\libsvm_try\libsvm_try.cpp (4281, 2005-10-26)
machine_learning_related\libsvm_try\libsvm_try.dsp (5376, 2005-10-31)
machine_learning_related\libsvm_try\libsvm_try.dsw (543, 2005-10-26)
machine_learning_related\libsvm_try\libsvm_try.h (1400, 2005-10-26)
machine_learning_related\libsvm_try\libsvm_try.ncb (107520, 2005-10-31)
machine_learning_related\libsvm_try\libsvm_try.opt (50688, 2005-10-31)
machine_learning_related\libsvm_try\libsvm_try.plg (1345, 2005-10-31)
machine_learning_related\libsvm_try\libsvm_try.rc (13056, 2005-10-31)
machine_learning_related\libsvm_try\libsvm_tryDoc.cpp (1822, 2005-10-26)
machine_learning_related\libsvm_try\libsvm_tryDoc.h (1519, 2005-10-26)
machine_learning_related\libsvm_try\libsvm_tryView.cpp (2699, 2005-10-26)
machine_learning_related\libsvm_try\libsvm_tryView.h (1955, 2005-10-26)
machine_learning_related\libsvm_try\MainFrm.cpp (2891, 2005-10-31)
machine_learning_related\libsvm_try\MainFrm.h (1552, 2005-10-31)
machine_learning_related\libsvm_try\resource.h (738, 2005-10-31)
machine_learning_related\libsvm_try\StdAfx.cpp (212, 2005-10-26)
machine_learning_related\libsvm_try\StdAfx.h (1054, 2005-10-26)
machine_learning_related\libsvm_try\svm-predict.cpp (3915, 2005-10-26)
machine_learning_related\libsvm_try\svm-scale.cpp (6010, 2005-10-26)
machine_learning_related\libsvm_try\svm-train.cpp (6884, 2005-10-26)
machine_learning_related\libsvm_try\svm.cpp (61247, 2005-10-27)
machine_learning_related\libsvm_try\svm.h (2146, 2004-03-06)
machine_learning_related\libsvm_try\TempProcess.cpp (1196, 2005-10-31)
machine_learning_related\libsvm_try\TempProcess.h (24, 2005-10-31)
machine_learning_related\libsvm_try\res\libsvm_try.ico (1078, 2005-10-26)
machine_learning_related\libsvm_try\res\libsvm_try.rc2 (402, 2005-10-26)
machine_learning_related\libsvm_try\res\libsvm_tryDoc.ico (1078, 2005-10-26)
machine_learning_related\libsvm_try\res\Toolbar.bmp (1078, 2005-10-26)
machine_learning_related\libsvm_try\res (0, 2005-12-18)
machine_learning_related\libsvm_try (0, 2005-12-18)
machine_learning_related\libSVM\guide.pdf (165430, 2005-10-25)
machine_learning_related\libSVM\home.doc (66048, 2005-10-25)
... ...

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 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:

近期下载者

相关文件


收藏者