搜索资源列表
svm libsvm使用中的参数说明和视频教程以及程序中数据的格式要求
- libsvm使用中的参数说明和视频教程以及程序中数据的格式要求-libsvm-use instructions and video tutorials, and parameter data in the format of the program requirements
libsvm-2.88.rar
- LIBSVM 是台湾大学林智仁 (Chih-Jen Lin) 博士等开发设计的一个操作简单、易于使用、快速有效的通用 SVM 软件包,可以解决分类问题(包括 C- SVC 、n - SVC )、回归问题(包括 e - SVR 、 n - SVR )以及分布估计( one-class-SVM )等问题,提供了线性、多项式、径向基和 S 形函数四种常用的核函数供选择,可以有效地解决多类问题、交叉验证选择参数、对不平衡样本加权、多类问题的概率估计等。,LIBSVM is林智仁Taiwan Univ
libsvm-2.89.zip
- LIBSVM 是台湾大学林智仁(Chih-Jen Lin)博士等开发设计的一个操作简单、易于使用、快速有效的通用SVM 软件包,可以解决分类问题(包括C- SVC、n - SVC )、回归问题(包括e - SVR、n - SVR )以及分布估计(one-class-SVM )等问题,提供了线性、多项式、径向基和S形函数四种常用的核函数供选择,可以有效地解决多类问题、交叉验证选择参数、对不平衡样本加权、多类问题的概率估计等。 2.89版本是09年刚更新的一个版本。,LIBSVM
libsvm-mat-2.86-1
- libsvm(matlb SVM code)可以使用來作為分類 -libsvm(matlb SVM code)it is a function used to classify data
libsvm-2.88
- 支撑向量机SVM的工具LIBSVM,能够在windows平台下通过命令行使用,也可以在matlab下调用,适合于研究复杂条件下的分类问题-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
libsvm-2.87
- 使用svm实现了分类和拟合功能 带有源文件,包括了java版本和c++版本 -Achieved using the SVM classification and fitting function with the source documents, including a java version and c++ Version
svmreport
- libsvm使用介绍,有实例及结果,很详细!-introduce the use of libsvm, has examples and results, in great detail!
libsvmintroduction
- libsvm使用说明,学习心得,介绍libsvm工具箱使用中出现的方法问题-libsvm toolbox based on matlab introduction
libsvm-mat-2.89-3
- Libsvm 最新版2009年11月1日更新。可用于分类和回归。基本的用法:1.将训练数据集变成libsvm允许的格式;2;设定参数;3使用svmtrain训练;4使用svmpredict分类或回归-The lateset vesrsion of LibSvm released in 1th Nov,2009. It can be used in matlab enviorment.
LIBSVM
- 详细介绍了LIBSVM(由台湾大学教授编写SVM程序)使用方法,包括前期数据处理,数据导入,训练以及预测-Described in detail LIBSVM (prepared by the National Taiwan University professor of SVM program) using the methods, including pre-data processing, data import, training and prediction
20091216161137916LibSvm
- 这是LibSvm 使用说明学习心得以及libsvm在MATLAB应用中的接口程序-This is a learning experience, as well as LibSvm instructions libsvm interface in the MATLAB application program
libsvm-mat-2.89-3
- SVM是一种优秀的分类算法,常用于用于回归分析和分类,而matlab语言的libSVM则为广大使用matlab进行设计的人员提供很好的帮助。-libSVM for regression classification
libsvm-2.9-string
- 某些应用的数据实例是字符串的形式.SVM使用字符串核训练模型.以下是实验代码,允许字符串输入,实现了一个字符串核.详细见帮助文档.-For some applications, data instances are strings. SVM trains a model using some string kernels. This experimental code (download zip file here) allows string inputs and implements one
libsvm-3.20
- 根据训练数据,使用SVMlib 学习TrainLetter.txt的linear SVM models, 进而预测测试数据TestLetter.txt的分类结果(According to the training data, the TrainLetter.txt linear SVM models is learned by using SVMlib, and then the classification results of the test data TestLetter.txt are
libsvm
- libsvm工具箱的主要函数为svmtrain和svmpredict,其中一些参数设置可以按照svm的类型和核函数所支持的参数进行任意组合,如果设置的参数在函数或svm类型中没有也不会产生影响,程序不会接受该参数,程序主要用一个例子来说明主要参数的使用。(The main functions of the libsvm toolbox are svmtrain and svmpredict, some of which can be arbitrarily combined according
libsvm_experiment
- 利用matlab自带的libsvm库在iris数据集上进行分类实验(Experiment on iris dataset based on the SVM algorithm using libsvm,matlab)
libsvm-3.22
- LIBSVM是台湾大学林智仁(Lin Chih-Jen)教授等开发设计的一个简单、易于使用和快速有效的SVM模式识别与回归的软件包,他不但提供了编译好的可在Windows系列系统的执行文件,还提供了源代码,方便改进、修改以及在其它操作系统上应用;该软件对SVM所涉及的参数调节相对比较少,提供了很多的默认参数,利用这些默认参数可以解决很多问题;并提供了交互检验(Cross Validation)的功能。该软件可以解决C-SVM、ν-SVM、ε-SVR和ν-SVR等问题,包括基于一对一算法的多类模式
libsvm-3.22
- 在MATLAB平台下使用libsvm需安装此工具箱,可将工具箱所在目录添加到matlab工作搜索目录。(The toolbox is installed on the MATLAB platform with libsvm, and the directory of the toolbox is added to the MATLAB work search directory.)
libsvm-3.18
- 此文件为MATLAB SVM工具箱,在使用支持向量机之前必须安装此工具箱,才能正常使用SVM的功能函数等文件。(This file is a MATLAB SVM toolkit. This toolkit must be installed before using the SVM in order to use SVM function functions and other files normally.)
libsvm&classify函数使用
- libsvm和classify函数的使用语法(The usage syntax of libsvm and classify functions)