搜索资源列表
SVM算法
- 数据挖掘的重要算法SVM的实现,用matlab-important data mining algorithms to achieve SVM using Matlab
数据挖掘中SVM算法实现
- 数据挖掘中SVM算法实现(用MATLAB实现)-SVM data mining algorithm (MATLAB)
CKPCA-HOG-SVM
- 为了准确地对监控场景中的运动目标进行语义上的分类,提出了一种基于聚类的核主成分分析梯度方向直方图和二又决策树支持向量机的运动目标分类算法。-In order to accurately monitor the movement of scene targets semantic classification, the clustering based on kernel principal component analysis of gradient direction histograms,
SVM
- SVM算法的matlab语言实现,很详细的代码-SVM algorithm matlab language, the code in great detail
SVM
- 用matlab实现了SVM算法,并且对两类点进行了分类,给出了图形化的结果。-SVM algorithm is implemented using matlab, and two points on the classification, given the graphical result.
SVM
- 四种支持向量机SVM工具箱的分类与回归算法。MATLAB编写-Four types of support vector machine SVM toolbox classification and regression algorithm. MATLAB prepared
osu-svm-3.0
- svm3.0 用于svm算法(支持向量机)程序可直接调用,matlab语言-svm3.0 algorithm for svm (support vector machine) can directly call the procedure, matlab language
newsvm
- 一种改进的SVM算法程序。极大的提高了运算速度-An improved SVM algorithm program. Greatly improves the operation speed
SVM
- 在matlab的环境中,根据各种算法提取到的信息来输入SVM分类器中进行训练-classify different various sorts of information in svm
SVM
- 支持向量机(SVM)实现的分类算法源码[matlab]-Support Vector Machine (SVM) classification algorithm to achieve source [matlab]
svm
- 线性SVM算法设计分类器,对一组数据进行分类-Linear SVM classifier algorithm on a set of data classification
svm-mmse-ls
- 模式识别中常用的算法,有感知机算法,支撑矢量机算法和LS算法,并附有实验报告,源程序!-Commonly used pattern recognition algorithms, has perceptron algorithm, support vector machine algorithm and the LS algorithm, along with lab reports, source code!
OSU-SVM
- SVM工具箱 分类与回归算法 OSU SVM Classifier Matlab Toolbox-support vector machine procedures, the classification results very good
经典SVM算法matlab程序
- 含有大量的经典的SVM程序,有很多例子,有四种支持向量机的说明…
SVM
- 一个MATLAB语言写的SVM算法测试例,便于理解SVM二分类方法的实际含义(A MATLAB language written SVM algorithm test case, easy to understand the SVM two classification method of practical significance)
SVM算法二分类
- 将支持向量机(SVM)用于模式识别,解决二分类问题,程序中包含训练集和测试集。(The support vector machine (SVM) is used for pattern recognition to solve the dichotomy problem, which includes training set and test set.)
SVM算法matlab程序
- SVM(Support Vector Machine) 支持向量机算法,遥感影像分类,matlab(SVM (Support Vector Machine) support vector machine algorithm, remote sensing image classification, matlab)
PCA-SVM-master
- PCA/SVM算法实现图像分类,分类准确率可到达90%(Image classification by PCA/SVM algorithm)
svm算法源代码
- 本文件为svm算法源代码,可在MATLAB VS 等环境下使用(This document is SVM algorithm source code, can be used in MATLAB VS and other environments.)
植物虫害检测(GUI,注释,svm算法)
- 植物虫害检测(GUI,注释,svm算法) 该课题为基于MATLAB SVM方法的植物病害检测系统,带GUI界面,可以识别多种被虫害侵蚀的植物叶子,输出结果。带论文和详细注释。 train 对黄瓜子文件夹所有图片提取 颜色矩特征和gabor纹理特征,然后svm训练 test 对测试图像灰度化,滤波,提取 颜色矩特征和gabor纹理特征,然后svm模型测试,输出类别 colorMom.m 颜色矩特征提取 Gabor_palm.m gabor纹理特征提取(Plant pe