搜索资源列表
GASVM.用遗传算法进行特征选取和svm参数优化的程序
- 用遗传算法进行特征选取和svm参数优化的程序。遗传算法工具箱goat已在压缩包 需要安装libsvm就可以直接运行。数据集采用UCI中的german数据集,并完成归一化操作,Genetic algorithm with feature selection and parameter optimization svm procedures. Genetic Algorithm Toolbox in goat need to install libsvm package can be run dir
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-3.0-1
- 台湾林智仁教授编写的svm工具箱,比较好用,是众多SVM工具箱中相当经典的一个,被国内外很多学者所引用。-This tool has been developed by professor Chih-Jen Lin of TaiWan.It is easy to use.Besides it was widely used by scholars all over the world.
libsvm-mat-2.9-1
- SVM的VC程序,有matlab接口,便于调用,还有例子,用于模式识别,分类,预测。-SVM, VC procedures, matlab interface, easy call, as well as an example, for pattern recognition, classification and prediction
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-mat-2[1].89-3
- svm多分类器,包括多分类和GA算法和PSO算法优化的SVM-svm multi-classifier, including the multi-classification and GA algorithm and PSO algorithm for optimization of SVM
svm
- 很不错的SVM的MATLAB源码,不用设置路径,比libsvm还好用!-SVM is a good source of MATLAB, do not set up the path, than to use libsvm better!
linzhirenSVMcode(libsvm)
- matlab和C语言的SVM编写的程序,据说很有名,很多人以此为蓝本改进-matlab and C language procedures for the preparation of SVM, it is said well-known, many people draw on to improve
libsvm-2.88
- 支持向量机算法- SVM
libsvm-mat-2.88-1
- matlab编写的SVM分类器源代码,效果不错,是很好的东西哦!-matlab prepared SVM classifier source code, well, things are good Oh!
Prob2
- This program implements SVM classification over libsvm library.
libsvm-2.89
- 是一種線性方成的分類器。SVM透過統計的方式將雜亂的資料以NN的方式分成兩類,以便處理。LIBLINEAR is a linear classifier for data with millions of instances and features. It supports L2-regularized logistic regression (LR), L2-loss linear SVM, and L1-loss linear SVM. -Main features of LIBLINEA
libsvm-mat-2.89-3
- matlab 下的SVM工具,用于数格式据标定的标准样例-SVM under matlab tools for a number of formats, according to the standard calibration sample
generalBT
- SVM是一种比较新比较流行的算法,常常用在分类问题和回归问题上。 libsvm相关的matlab代码-SVM is a relatively new algorithm is more popular, often used in classification and regression issues. libsvm-related matlab code
libsvm-mat-2.91-1
- SVM matlab 工具箱,可以进行SVM分类-SVM matlab toolbox, SVM classification can be
LIBSVM
- 用matlab 做SVM分析,主要应用于红外光谱数据处理(for SVM analysis by matlab)
成功libsvm-3.1-[FarutoUltimate3.1Mcode]
- matlab 工具箱svm,具体添加操作可以参照百度,很容易找到(SVMlab toolbox on the instructions for use method descr iption (English), and use this tool kit to achieve a time series forecasting papers you want to help.)
支持向量机matlab实例及理论
- 支持向量机matlab实例及理论,详细介绍了svm理论以及MATLAB自带的SVM分类用法(Support vector machine matlab examples and theories, detailing svm theory and MATLAB comes with SVM classification)
前上右左手向有摆动svm算法85.333%
- 使用matlab libsvm 工具箱能够实现多分类任务(LIBSVM classification)
Matlab-libsvm-3.20
- SVM(Support Vector Machine)指的是支持向量机,是常见的一种判别方法。在机器学习领域,是一个有监督的学习模型,通常用来进行模式识别、分类以及回归分析。 Vapnik等人在多年研究统计学习理论基础上对线性分类器提出了另一种设计最佳准则。其原理也从线性可分说起,然后扩展到线性不可分的情况。甚至扩展到使用非线性函数中去,这种分类器被称为支持向量机(Support Vector Machine,简称SVM)。支持向量机的提出有很深的理论背景。 支持向量机方法是在后来提出的