Description: SVM-light与matlab的接口,matlab下就能直接调用哟,很有价值哟-SVM-light and Matlab interface directly with Matlab can call yo, value yo Platform: |
Size: 23828 |
Author:zsq |
Hits:
Description: SVM的matlab接口.为利用SVM进行分类提供了一个matlab的环境-SVM Matlab interface. For the use of SVM classification of a Matlab environment Platform: |
Size: 68607 |
Author:子青 |
Hits:
Description: 该程序可以对二维三类样本进行分类,并画出分界面.学习过模式识别的人必看.要学习神经网络的人必看,代码简单,实用性强-the procedure three samples of two-dimensional classification and paint interface. Learning the pattern recognition Watchable. To study the neural network Watchable, code simple, practical Platform: |
Size: 359424 |
Author:李帅 |
Hits:
Description: 一个完整的具有图形操作界面的支持向量机模式识别的实验系统.全部用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 design procedures for the subsidiary Platform: |
Size: 241664 |
Author:zql |
Hits:
Description: SVM-light与matlab的接口,matlab下就能直接调用哟,很有价值哟-SVM-light and Matlab interface directly with Matlab can call yo, value yo Platform: |
Size: 23552 |
Author:zsq |
Hits:
Description: SVM的matlab接口.为利用SVM进行分类提供了一个matlab的环境-SVM Matlab interface. For the use of SVM classification of a Matlab environment Platform: |
Size: 68608 |
Author:子青 |
Hits:
Description: SVM支持向量机 里面包含一个教程,包括支持向量机的原理,也可以直接看接口函数直接调用-SVM support vector machine which contains a tutorial, including Support Vector Machine principle, can also look directly interface function directly ca Platform: |
Size: 1024000 |
Author:miaowei |
Hits:
Description: libsvm最新版本2.85matlab接口,上传供大家分享-libsvm the latest version of 2.85matlab interface, upload for everyone to share Platform: |
Size: 79872 |
Author:王邦平 |
Hits:
Description: SVM matlab GUI可视化界面 直观形象
代码解释比较详细 对GUI学习和svm学习都有帮助-SVM matlab GUI interface intuitive visualization of the image of the code explained in more detail on the GUI SVM learning and learning help Platform: |
Size: 496640 |
Author:刘向阳 |
Hits:
Description: 支持向量机的Matlab实现,支持多分类,据有GUI操作界面,简单易懂,其中包括输入输出数据。-Support Vector Machines Matlab realize, support multi-classification, as far as the operation has GUI interface, easy-to-read, including the input and output data. Platform: |
Size: 238592 |
Author:罗建华 |
Hits:
Description: Joachims的SVM-light工具包 里面含有 两个.exe文件svm_classify.exe svm_learn.exe 可以实现Transductive SVM用Anton s Matlab interface to SVM light 使用会更方便-Joachims s SVM-light kit which contains two. Exe files svm_classify.exe svm_learn.exe can Transductive SVM with Anton s Matlab interface to SVM light will be more convenient to use Platform: |
Size: 1937408 |
Author:Mingjie Qian |
Hits:
Description: Anton s Matlab interface to SVM light 提供Joachims的SVM light 使用非常方便-Anton s Matlab interface to SVM light provide Joachims s SVM light is very convenient to use Platform: |
Size: 23552 |
Author:Mingjie Qian |
Hits:
Description: 统计模式识别工具箱(Statistical Pattern Recognition Toolbox)包含:
1,Analysis of linear discriminant function
2,Feature extraction: Linear Discriminant Analysis
3,Probability distribution estimation and clustering
4,Support Vector and other Kernel Machines-
This section should give the reader a quick overview of the methods implemented in
STPRtool.
• Analysis of linear discriminant function: Perceptron algorithm and multiclass
modification. Kozinec’s algorithm. Fisher Linear Discriminant. A collection
of known algorithms solving the Generalized Anderson’s Task.
• Feature extraction: Linear Discriminant Analysis. Principal Component Analysis
(PCA). Kernel PCA. Greedy Kernel PCA. Generalized Discriminant Analysis.
• Probability distribution estimation and clustering: Gaussian Mixture
Models. Expectation-Maximization algorithm. Minimax probability estimation.
K-means clustering.
• Support Vector and other Kernel Machines: Sequential Minimal Optimizer
(SMO). Matlab Optimization toolbox based algorithms. Interface to the
SVMlight software. Decomposition approaches to train the Multi-class SVM classifiers.
Multi-class BSVM formulation trained by Kozinec’s algorithm, Mitchell-
Demyanov-Molozenov algorithm Platform: |
Size: 4271104 |
Author:查日东 |
Hits:
Description: 23825781svmSVM matlab GUI可视化界面 直观形象 代码解释比较详细 对GUI学习和svm学习都有帮助-23825781svmSVM matlab GUI interface intuitive visual image of the code to explain in more detail on the GUI has to help learning and svm learning Platform: |
Size: 200704 |
Author:myzone |
Hits:
Description: SVM matlab GUI可视化界面 直观形象 代码解释比较详细 对GUI学习和svm学习都有帮助-SVM matlab GUI intuitive visual interface code in the image of a more detailed explanation of the GUI help both learning and svm learning Platform: |
Size: 497664 |
Author:myzone |
Hits:
Description: 支持向量机(SVM)matlab 代码,附有详细的使用说明及举例讲解。 -This tool provides a simple interface to LIBSVM, a library for support vector
machines. Platform: |
Size: 40960 |
Author:Tqing |
Hits:
Description: 植物虫害检测(GUI,注释,svm算法)
该课题为基于MATLAB SVM方法的植物病害检测系统,带GUI界面,可以识别多种被虫害侵蚀的植物叶子,输出结果。带论文和详细注释。
train 对黄瓜子文件夹所有图片提取 颜色矩特征和gabor纹理特征,然后svm训练
test 对测试图像灰度化,滤波,提取 颜色矩特征和gabor纹理特征,然后svm模型测试,输出类别
colorMom.m 颜色矩特征提取
Gabor_palm.m gabor纹理特征提取(Plant pest detection (GUI, annotation, SVM algorithm)
The project is a plant disease detection system based on MATLAB SVM method, with GUI interface, which can identify a variety of plant leaves eroded by pests and output results. With paper and detailed notes.
Train extracts color moment features and Gabor texture features from all the pictures in the sub folder of cucumber, and then SVM trains them
Test grayscale and filter the test image, extract color moment features and Gabor texture features, then SVM model test, output category
Colormom. M color moment feature extraction
Gabor u Palm. M Gabor texture feature extraction) Platform: |
Size: 6463488 |
Author:for Matlab |
Hits: