libsvm-3.18

所属分类:人工智能/神经网络/深度学习
开发工具:C++
文件大小:628KB
下载次数:9
上传日期:2014-06-26 14:59:15
上 传 者齐哥
说明:  机器学习权威代码,台湾写的libsvm-3.18libsvm-3.18
(Machine Learning authoritative code, Taiwan wrote libsvm-3.18libsvm-3.18)

文件列表:
libsvm-3.18\COPYRIGHT (1497, 2014-04-01)
libsvm-3.18\FAQ.html (78971, 2014-04-01)
libsvm-3.18\heart_scale (27670, 2014-04-01)
libsvm-3.18\java\libsvm\svm.java (63803, 2014-04-01)
libsvm-3.18\java\libsvm\svm.m4 (63095, 2014-04-01)
libsvm-3.18\java\libsvm\svm_model.java (868, 2014-04-01)
libsvm-3.18\java\libsvm\svm_node.java (115, 2014-04-01)
libsvm-3.18\java\libsvm\svm_parameter.java (1288, 2014-04-01)
libsvm-3.18\java\libsvm\svm_print_interface.java (87, 2014-04-01)
libsvm-3.18\java\libsvm\svm_problem.java (136, 2014-04-01)
libsvm-3.18\java\libsvm.jar (51916, 2014-04-01)
libsvm-3.18\java\Makefile (624, 2014-04-01)
libsvm-3.18\java\svm_predict.java (4950, 2014-04-01)
libsvm-3.18\java\svm_scale.java (8944, 2014-04-01)
libsvm-3.18\java\svm_toy.java (12269, 2014-04-01)
libsvm-3.18\java\svm_train.java (8355, 2014-04-01)
libsvm-3.18\java\test_applet.html (81, 2014-04-01)
libsvm-3.18\LIBSVM -- A Library for Support Vector Machines.htm (20627, 2014-06-18)
libsvm-3.18\LIBSVM -- A Library for Support Vector Machines_files\heart_scale.png (5344, 2014-06-18)
libsvm-3.18\LIBSVM -- A Library for Support Vector Machines_files\libsvm.jar (51916, 2014-06-18)
libsvm-3.18\LIBSVM -- A Library for Support Vector Machines_files\new.gif (108, 2014-06-18)
libsvm-3.18\Makefile (732, 2014-04-01)
libsvm-3.18\Makefile.win (1084, 2014-04-01)
libsvm-3.18\matlab\libsvmread.c (4069, 2014-04-01)
libsvm-3.18\matlab\libsvmwrite.c (2359, 2014-04-01)
libsvm-3.18\matlab\make.m (798, 2014-04-01)
libsvm-3.18\matlab\Makefile (1240, 2014-04-01)
libsvm-3.18\matlab\svmpredict.c (9823, 2014-04-01)
libsvm-3.18\matlab\svmtrain.c (11606, 2014-04-01)
libsvm-3.18\matlab\svm_model_matlab.c (8241, 2014-04-01)
libsvm-3.18\matlab\svm_model_matlab.h (201, 2014-04-01)
libsvm-3.18\python\Makefile (32, 2014-04-01)
libsvm-3.18\python\svm.py (9469, 2014-04-01)
libsvm-3.18\python\svmutil.py (8537, 2014-04-01)
libsvm-3.18\svm-predict.c (5536, 2014-04-01)
libsvm-3.18\svm-scale.c (8504, 2014-04-01)
libsvm-3.18\svm-toy\gtk\callbacks.cpp (10308, 2014-04-01)
... ...

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 - `svm-scale' Usage - Tips on Practical Use - Examples - Precomputed Kernels - Library Usage - Java Version - Building Windows Binaries - Additional Tools: Sub-sampling, Parameter Selection, Format checking, etc. - MATLAB/OCTAVE Interface - 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:

近期下载者

相关文件


收藏者