搜索资源列表
IRWLS-SVM
- 支持向量机的一个训练软件,代码简单易懂,可读性强。-SVM a training software, code simple, comprehensible, and readable.
svm
- svm程序代码,用于模式识别和分类,也可用于图像特征。-svm code for pattern recognition and classification can also be used to image features.
SVM(libsvm)
- 林智仁编写的著名的SVM代码(libsvm-2[1]
LS_SVM最小二乘支持向量机Matlab源码
- 自编的最小二乘支持向量机Matlab代码,主要用于非线性回归
支持向量机算法及其代码实现
- 支持向量机(SVM),起初由vapnik提出时,是作为寻求最优(在一定程度上)二分类器的一种技术。後来它又被拓展到回归和聚类应用。SVM是一种基于核函数的方法,它通过某些核函数把特征向量映射到高维空间,然後建立一个线性判别函数(或者说是一个高维空间中的能够区分训练数据的最优超平面,参考异或那个经典例子)。假如SVM没有明确定义核函数,高维空间中任意两点距离就需要定义。
Roughset.rar
- 这是利用粗糙集理论做得最小值约简法代码,值得借鉴,This is the use of rough set theory has done the minimum code Reduction Act, it is worth drawing
mysvm.rar
- 这个代码是用lib-svm来实现svm分类器的,简单易懂,并且有详细的注释,对于刚刚接触SVM的初学者有很大的帮助,一看就能上手,我也是新手,所以应该还是很有帮助的。,This code is used to achieve lib-svm classifier svm, easy-to-read, and detailed notes, just contact SVM for the great help for beginners, a look will be able to start
svmclass
- 本代码是实现支持向量机的源码,用VC++实现,如果不懂请读里面的文件说明-This code is to achieve source Support Vector Machine with VC++ Achieve, if not understand, please read the documentation inside
vc-SVM
- 支持向量机的VC++相关源程序代码,希望对大家有用!-SVM VC++ Related source code, useful for all of us hope!
shenjingwangluo
- 里面有两个实验,包括PPT和实验的代码,可以帮助一些想学习神经网络的朋友一个大忙。-We now have an easy scr ipt (easy.py) for users who know NOTHING about svm. It makes everything automatic--from data scaling to parameter selection. The parameter selection tool grid.py generates the follo
svm
- 支持向量机的matlab程序代码,还有支持向量机的原理说明-Support vector machine procedures, including the principle
cuSVMVCcode
- 基于GPU计算的SVM,VC++源码,包括详细文档说明文件。借用了GPU编程的优势,该代码据作者说比常规的libsvm等算法包的训练速度快13-73倍,预测速度快22-172倍。希望对大家有用-cuSVM is a software package for high-speed (Gaussian-kernelized) Support Vector Machine training and prediction that exploits the massively parallel proc
libsvm
- 支持向量机(SVM)matlab 代码,附有详细的使用说明及举例讲解。 -This tool provides a simple interface to LIBSVM, a library for support vector machines.
svm
- SVM代码,适用于文本分类,为学习SVM的朋友提供一个参考,共同学习。-SVM code for text classification, the study provides a reference SVM friends, learning together. 提供更好的翻译建议
TFIDF
- 用于计算文档向量的TFIDF权值,代码使用Java语言写的-Used to calculate the document vector of TFIDF weight, code written using the Java language
computew
- svm训练时得到的特征向量,这个代码是可以把这些特征向量转换成所需要的权重w-svm training feature vectors obtained, the code is able to convert these feature vectors needed for the weight w
SVM
- 这儿是关于支持向量机的资料和代码。也有我自己写的程序-Here is information on support vector machines and code. I also have written procedures
SVM分类器
- 简单的SVM分类器开源代码。可直接运行,附带源代码
14.SVM代码
- python 实现了支持向量机,简单好用(support vector machine a kind of classification algorithm, realize in python)
9、SVM方法
- svm分类器,训练svm的MATLAB代码,简单易理解,好用,能够有效的实现动能(SVM classifier, training SVM MATLAB code, simple and easy to understand, good use, can effectively implement the kinetic energy)