搜索资源列表
smo
- 支持向量机的SMO算法-SVM SMO Algorithm
SVM-tutorial
- 支持向量机的理论和应用,不过是英文的,不知道可不可以啊!不过很全面的,要看看啊!-SVM theory and application, but English is not possible to know ah! But it is comprehensive, to see ah!
svmfor SMO
- 一个很好支持向量机软件MYSVM,采用好的算法-a good SVM software MYSVM using good algorithm!
A Java implementation of SMO for training SVM
- 支持向量机的实现源代码! java实现!采用最小序贯算法-SVM achieve source code! Java achieve! Use the smallest sequential algorithm
svm_with_workset
- 本程序为一SVM训练程序,利用了workset可以训练大数据量样本。在workset中优化的过程中利用了SMO算法。-SVM training for a procedure, and use of WorkSet can train a large number of data samples. WorkSet were in the process of optimizing the use of the SMO algorithm
SVM_SMO
- smo算法源代码 smo算法源代码-smo algorithm source code smo algorithm source code
SVM_PASCAL
- SMO方法的SVM的PASCAL实现。TXT文档-SMO of SVM PASCAL achieve. TXT files
smo-book.ps
- 一本支持向量机方面的优秀图书,例子很详细-a support vector machine of outstanding books, very detailed examples
SMOforSVM
- Sequential Minimal Optimization for SVM 配C++源码-Sequential Minimal Optimization for SVM Distribution C source
smo_cpp
- smo是训练svm的一种快速的好方法,源代码完整,简单易懂.-svm training is a good way to fast, source code integrity, simple and understandable.
SMO-implement
- 这是用C++编写的SMO算法实现,请查收。-C SMO prepared by the algorithm, please find.
svmsmo
- 支持向量机smo算法,很好的实现SVM的算法-Seeking support vector machine algorithm, a very good achievement SVM Algorithm
svmsm
- SMO算法的Matlab实现,花了很大的力气才弄出来的!和大家分享!更多就在我的主页访问吧:http://huangbo929.blog.edu.cn-SMO algorithm Matlab, spent a lot of time and energy only get out! And to share with you! More on the home page I visit it : http://huangbo929.b
smo
- 对支持向量机svm算法的改进算法,改算法简单,但只能分为两类。-On support vector machine algorithm SVM algorithm to algorithm is simple, but can only be divided into two categories.
svm
- 史蒂文-甘的支持向量机工具包,采用smo算法解决二次规划问题,c++编写嵌入使用-Steven- Support Vector Machines GAN toolkit smo algorithm used to solve quadratic programming problems, c++ Prepared embed the use of
SVM-KM
- svm详细例子(包括分类,回归)等。需要的人,下载试试。多交流.我需要svm-smo的matlab源码。谁有?-SVM detailed examples (including classification, regression) and so on. Those who need it, download a try. More exchanges. Svm-smo I need the matlab source code. Wh
smo-svm
- 利用vc编写的支持向量机分类问题的smo源代码,参考Vapnik的文章写的,主要用途是分类.-This is the complete SMO code in SVM for pattern recognition.
svm-smo
- 一篇理论介绍非常全面的SVM文档。训练算法的介绍方面尤其详细-One theory describes a very comprehensive document SVM
svm
- svm源程序 SMO算法 多种SVM类型-SMO algorithm for svm source type multiple SVM
SVM-w-SMO-master
- Simple implementation of a Support Vector Machine using the Sequential Minimal Optimization (SMO) algorithm for training.