搜索资源列表
svm_v0.55beta.tar
- 支持向量机,matlab程序,很有用的,欢迎大家下载测试! -,matlab,,!
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
GUI_PR_SVM
- 具有图形操作界面的支持向量机多类分类实验系统.全部用Matlab实现,可以实现多种分类识别. 这是本人的毕业设计的附属程序-graphical interface with support vector machines more experimental classification system. All using Matlab, could achieve multiple classification. This is my graduation design procedures f
SVC-MATLAB
- 这个是支持向量聚类机用matlab编译的主程序和部分子程序-this is clustering support vector machine Matlab Compiler part of the main program and subprogram
svm_v0.55beta
- 支持向量机学习中用到的Matlab编写的工具箱。-support vector machines used in the study prepared by the Matlab toolbox.
LS_SVMlab
- 支持向量机学习中用到的用Matlab编写的工具箱。-support vector machines used in the study prepared by using Matlab toolbox.
1687504099
- 支持向量机(SVM)实现的分类算法源码(matlab)-Support Vector Machine (SVM), a classification algorithm source code (Matlab)
SVM
- 支持向量机的MATLAB训练测试源代码,绝对好用.
SVM-KM
- 一个支持向量机的matlab工具箱,具有分类、拟合等功能,希望大家下载研学阿!-a Support Vector Machine Matlab toolbox, with classification, fitting features that you download Studies, A!
基于支持向量机的手写数字识别(小论文+matlab编程及结果)
- 支持向量机的研究现已成为机器学习领域中的研究热点,其理论基础是Vapnik[3]等提出的统计学习理论。统计学习理论采用结构风险最小化准则,在最小化样本点误差的同时,缩小模型泛化误差的上界,即最小化模型的结构风险,从而提高了模型的泛化能力,这一优点在小样本学习中更为突出。SVM理论正是在这一基础上发展而来的,经过十几年的研究和发展,已开始逐步应用于一些领域。在解决小样本、非线性及高维模式识别问题中表现出许多特有的优势,已经在模式识别、函数逼近和概率密度估计等方面取得了良好的效果。