搜索资源列表
svm
- 一支持向量机有用的程序,希望对大家有用,我们一起学习进步。
winsvm
- 目前的svm(支持向量机)分类算法开源实现如svmlight和svmlib都没有界面,使用不方便。这个程序基于svmlight整合在VC++开发环境。将给VC用户带来极大方便。
svm_multiClass
- svm(支持向量机)分类算法本质上是二类分类器,实现多类分类的方法一般是将多类分类看作是多个一对多的二类分类器。本程序就是基于svmlight的svm多类分类器实现。对分类感兴趣的用户请参照。配合中文分词(参见我上传的程序),可实现中文多类分本分类。
Test Class By SVM
- 支持向量机实现的文本分类程序,过程如下,首先使用分词工具分词,这里使用的是计算所的分词工具,从而保证分词是最优秀的,接下来使用国际效率最高的文本IFIDF向量生成工具生成文本相量,最后使用台湾林智恒的效率最高的SVM实现软件包libsvm实现训练和分类,可以这么说,该文本分类是同类中效率最高最准确的-text classfication source code use 3 technology.words sementation,vector gerneration,and libsvm too
3SVM
- 支持向量机算法 程序 用于解决支持向量机 数据挖掘和段数据训练-SVM procedure for solving support vector machines in data mining and training section
svmplot
- 支持向量机的画图程序。能够很好的将识别到的不同类型分量,可视化。-Support vector machine (SVM) drawing program. Can very good will to identify the different types of component, visualization.
SSVM
- 这是超球面支持向量机的程序代码,对支持向量机油兴趣的同学 可以下载来学习-This is the hypersphere support vector machine code, the support vector machine oil Interested students can download to learn
svm-grid_openmp
- 支持向量机SVM gridr.py 核函数自动寻优 多核并行程序 wen7 32位系统-Support Vector Machine SVM gridr.py kernel function automatically optimizing multicore parallel programming wen7 32-bit systems
LS-SVM1
- 最小二乘支持向量机的工具箱程序,附可运行的SVM回归的例子,还有工具箱使用说明。-Least Squares Support Vector Machine Toolbox program, you can run the example attached SVM regression, as well as kit instructions.
svmtrainpredict
- 支持向量机svm 在matlab中的训练和测试程序-the training and predicting program of support vector machine written in matab
zhichixiangliangji
- 基于matlab的支持向量机工具箱以及支持向量机程序-Based on matlab SVM toolbox, and support vector machine procedures
LS_SVMlab
- 本程序是SVM工具箱中最常用的LSSVM工具箱。LSSVM即最小二乘支持向量机,在机械故障分类中有着独特的优势,亲测有用! 希望能够帮助到有需要的同学!-this is a powerful and useful program for fualt diagnosis based on SVM,called LSSVM.I hope this program will help you.good luck!
SVM
- 支持向量机源程序代码,用此程序可以进行数据的分类-Support vector machine source code, using this program can be used for data classification
SVM
- 该程序是用R软件实现的,支持向量机的代码。-the code of SVM
svm1
- 支持向量机回归的程序,实现预测,在matlab平台上实现模型训练和预测(Support vector machine regression program to realize prediction)