搜索资源列表
林教授的支持向量机工具包libsvm-2.88
- 台湾林智仁教授的libsvm源代码,libsvm-2.88。
libsvm-2.9.tar
- 代码是实现支持向量机的分类功能,主要提供给研究者使用,把支持向量当做一个工具,而不用自己进行支持向量机的原理研究和编码。代码是Linux下的版本,语言是C/C++。-The code is to achieve support vector machine classification, mainly for researchers to use, the support vector as a tool, rather than themselves Principles Study on S
semi-surpervised_learing
- 对传统的支持向量机分类器的改进,利用了半监督学习的方法,可以极大的提高分类效率。-The traditional support vector machine classifiers is improved with a semi-supervised learning methods, can greatly improve classification efficiency.
ConjugateGradient
- 共轭梯度法的经典之作,在支持向量机凸规划中经常用到。-Conjugate gradient method of classic convex programming in support vector machines are often used.
levmar-2.4
- unix下开发的多分类支持向量机的源程序,程序应用很灵活,编译后即可使用。-unix developed under the multi-class Support Vector Machine source, the program application is very flexible and can be used after compilation.
libsvm3.1.rar
- LibSVM是台湾林智仁(Chih-Jen Lin)教授2001年开发的一套支持向量机的库,这套库运算速度还是挺快的,可以很方便的对数据做分类或回归。由于libSVM程序小,运用灵活,输入参数少,并且是开源的,易于扩展,因此成为目前国内应用最多的SVM的库。 本源代码适用于MATLAB环境,版本为3.1