搜索资源列表
svm_toolbox
- 支持向量机工具箱,其中包含MATLAB演示程序和一些基本的函数(计算核函数的函数、支持向量机训练函数和参数选择交叉验证函数等)。-SVM Toolbox, which contains MATLAB demo programs and some of the basic functions (Calculation Kernel function, SVM training function and parameter selection cross-validation functions,
libsvm-2.82.tar
- 我一直覺得 SVM 是個很有趣的東西,不過也一直沒辦法 (mostly 衝堂) 去聽林智仁老師 的 Data mining 跟 SVM 的課; 後來看了一些網路上的文件跟聽 kcwu 講了一下 libsvm 的用法後,就想整理一下,算是對於並不需要知道完整 SVM 理論的人提供使用 libsvm 的入門.-SVM I always think that is something very interesting, but we also have no way (mostly Chong Ton
mmySVM
- 这是支持向量机的一个程序,可以做回归和分类问题。如果有问题可以和作者联系。-SVM a procedure can be done regression and classification problems. If there's a problem and can contact the author.
support_vector_classification
- 支持向量机原理,对支持向量机进行了高度概括的总结和介绍。可以使初学者尽快地了解和熟悉支持向量机。-SVM principle of support vector machines for a high-level summary of the summary and introduction. Beginners can quickly understand and become familiar with SVM.
lasvm-source
- 用C语言实现的最新且最快的SVM源码,可用于解决多类分类问题-C language of the latest and fastest source of SVM can be used to solve the multi-category classification
Learning_svm
- 一些自已编写的SVM应用程序,对初学者很有启发意义,-authorship of some of SVM applications, for beginners very instructive,
GUI_MSVM
- 一个完整的具有图形操作界面的支持向量机模式识别的实验系统.全部用Matlab实现,可以实现多种分类识别. 这是本人的毕业设计的附属程序-complete with a graphical interface SVM pattern recognition to the experimental system. All using Matlab ab realized, could achieve multiple classification. This is my graduation des
AGuideTOLibSvm
- piaip s Using (lib)SVM Tutorial piaip 的 (lib)SVM 简易入门。介绍了LIBSVM类库的简要使用方法和技巧。-piaip's (lib) SVM Tutorial piaip (li b) SVM simple portal. On the summary LIBSVM library use methods and techniques.
svmsmo
- 支持向量机smo算法,很好的实现SVM的算法-Seeking support vector machine algorithm, a very good achievement SVM Algorithm
svm_lssvm
- 支持向量机的模式识别的经典算法--最小平方支持向量机-SVM pattern recognition algorithm classic -- the smallest square SVM
1687504099
- 支持向量机(SVM)实现的分类算法源码(matlab)-Support Vector Machine (SVM), a classification algorithm source code (Matlab)
libsvm-2.84
- SVM分类,支持向量机,包括matlab源码,使用非常方便-SVM classification, support vector machines, including Matlab source, the use of very convenient
SVM
- SVM资料下载汇编,可点击查看,资料较全面
svm
- svm的分类原理介绍,以及它的训练算法研究和应用
pca-svm
- 本程序用于对训练样本提取独立主元,作为样本特征,并送入SVM分类器中训练图像的预处理中不取对数,也无须做幅度归一,由ICA的应用条件决定的。预处理后的图像以向量的形式按行排列
SVM-KM
- MATLAB SVM TOOLBOX,是一个在GUN 编写的基础上加速的版本
svm分类器源代码
- svm文本分类器源代码,分类详细,简单
支持向量机C#程序
- 改程序在C#中采用lilbsvm对样本进行了训练,有界面,对利用svm进行分类的很有帮助。
MySVMSourceCode
- 这个是用QT编写的一个SVM程序,改写了台湾林智仁的libsvm程序,可以用来分类,线性回归等等人工智能,并且是有界面的-This is a SVM program written in QT, rewritten libsvm Taiwan Lin Zhiren the program can be used for classification, regression, and so on Artificial Intelligence, and is the interface
CNN-SVM
- 卷积神经网络(CNN)用来提取特征,采用SVM分类器进行训练和分类(Convolutional Neural Network (CNN) was used to extract features, and SVM classifier was used for training and classification)