CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linear SVM MATLAB

搜索资源列表

  1. matlab_image.matlab图像预处理

    2下载:
  2. matlab图像预处理,包括灰度化,对数变换,直方图均衡化,线性平滑滤波,中值滤波,自适应滤波,图像锐化,图像二值化,各类边缘检测算子等等,matlab image preprocessing, including gray-scale and logarithmic transformation, histogram equalization, linear filtering, median filtering, adaptive filtering, image sharpening, i
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2016-01-26
    • 文件大小:8.14kb
    • 提供者:王强
  1. stprtool.rar

    6下载:
  2. 统计模式识别工具箱(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,
  3. 所属分类:matlab

    • 发布日期:2015-07-19
    • 文件大小:4.07mb
    • 提供者:查日东
  1. SVM-classifier

    0下载:
  2. 用matlab实现非线性支持向量机分类器对多类进行分类。-Using matlab to achieve non-linear support vector machine classifier for multi-class classification.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:2.78kb
    • 提供者:rosalyn
  1. SVM_lzb1p0

    0下载:
  2. svm(支持向量机)能进行分类。有不同的核函数,如线性,多项式等-svm (support vector machine) can be classified. There are different kernel functions, such as linear, polynomial, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:223.28kb
    • 提供者:孟祥
  1. lpsvr

    0下载:
  2. 一个我自己编写的求解线性支持向量机的matlab代码-I have prepared a solution of linear SVM matlab code
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:4.18kb
    • 提供者:喻军
  1. file

    0下载:
  2. 利用matlab开发平台和相关的SVM优化工具箱,及OAO,OAA,BSVM2算法模型,设计改进并实现非线性的模式分类实验模型系统.-Matlab use development platform and related optimization toolbox of SVM, and OAO, OAA, BSVM2 algorithm model, designed to improve and to achieve non-linear model of the pattern classi
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:233.9kb
    • 提供者:原磊
  1. libsvm-2.89

    1下载:
  2. 是一種線性方成的分類器。SVM透過統計的方式將雜亂的資料以NN的方式分成兩類,以便處理。LIBLINEAR is a linear classifier for data with millions of instances and features. It supports L2-regularized logistic regression (LR), L2-loss linear SVM, and L1-loss linear SVM. -Main features of LIBLINEA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:508.82kb
    • 提供者:陳彥霖
  1. LinearSVC

    0下载:
  2. Construct a linear SVM classifier from the training Samples and Labels
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:878byte
    • 提供者:Gourab Sen
  1. non-linearSVMmulti-classification

    0下载:
  2. 转发一个可视化的非线性支持向量机多分类源码,比较实用易学,值得进一步深入开发。-non-linear SVM multi-classification
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-24
    • 文件大小:233.98kb
    • 提供者:SVM爱好者
  1. SVM-Related-Resources-Summary

    0下载:
  2. 所属分类:File Formats

    • 发布日期:2017-04-04
    • 文件大小:124.56kb
    • 提供者:王辉
  1. SVM

    0下载:
  2. In this paper, we show how support vector machine (SVM) can be employed as a powerful tool for $k$-nearest neighbor (kNN) classifier. A novel multi-class dimensionality reduction approach, Discriminant Analysis via Support Vectors (SVDA), is in
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.67kb
    • 提供者:sofi
  1. SVMnonlinforASI

    0下载:
  2. SVM PCA (Principal Component Analysis) algorithm has been widely used in engineering and science research, This report mainly from the PCA and the basic structure of the basic tenets of its research, Conventional PCA algorithm used mainly linear algo
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:10.3kb
    • 提供者:fad
  1. SVMClassificationFunction

    0下载:
  2. this a matlab coding of svm classification function. when inputing training samples, training labels, testing samples, testing labels, and two parameters, the classification result is obtained. linear svm and nonlinear svm can be selected.-this
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:632byte
    • 提供者:Phoenix
  1. svm

    0下载:
  2. 线性SVM算法设计分类器,对一组数据进行分类-Linear SVM classifier algorithm on a set of data classification
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2kb
    • 提供者:韩倩倩
  1. svm

    0下载:
  2. SVM方法的基本思想是:定义最优线性超平面,并把寻找最优线性超平面的算法归结为求解一个凸规划问题。进而基于Mercer核展开定理,通过非线性映射φ,把样本空间映射到一个高维乃至于无穷维的特征空间(Hilbert空间),使在特征空间中可以应用线性学习机的方法解决样本空间中的高度非线性分类和回归等问题。svm 程序,即支持向量机的代码。-The basic idea of SVM method are: the definition of the optimal linear hyperplane,
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:115.37kb
    • 提供者:
  1. Matlab-svm

    0下载:
  2. 支持向量机是一种新的回归方法,特别适用于非线性,改程序实现了支持向量机非线性回归-surport vector machine to non-linear regression
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.39kb
    • 提供者:刘玉琳
  1. CODE

    1下载:
  2. 1.GeometricContext文件是完成图片中几何方向目标分类。 参考文献《Automatic Photo Pop-up》Hoiem 2005 2 GrabCut文件是完成图像中目标交互式分割 参考文献《“GrabCut” — Interactive Foreground Extraction using Iterated Graph Cuts》 C. Rother 2004 3 HOG文件是自己编写的根据HOG特征检测行人的matlab代码 4 虹膜识别程序
  3. 所属分类:matlab

    • 发布日期:2015-10-28
    • 文件大小:6.6mb
    • 提供者:张数
  1. Matlab-svm-BP-compare

    1下载:
  2. 支持向量机和BP神经网络虽然都可以用来做非线性回归,但它们所基于的理论基础不同,回归的机理也不相同。支持向量机基于结构风险最小化理论,普遍认为其泛化能力要比神经网络的强。为了验证这种观点,本文编写了支持向量机非线性回归的通用Matlab程序和基于神经网络工具箱的BP神经网络仿真模块,仿真结果证实,支持向量机做非线性回归不仅泛化能力强于BP网络,而且能避免神经网络的固有缺陷——训练结果不稳定。-SVM and BP neural networks, although non-linear regr
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:11.31kb
    • 提供者:
  1. nonlinear-svm-code

    0下载:
  2. svm线性和非线性的处理源代码。加了很多说明,希望对你有帮助-SVM linear and nonlinear processing the source code. Add a lot of shows, the hope is helpful to you
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:3.13kb
    • 提供者:xuezhuan
  1. libsvm-3.20

    0下载:
  2. 根据训练数据,使用SVMlib 学习TrainLetter.txt的linear SVM models, 进而预测测试数据TestLetter.txt的分类结果(According to the training data, the TrainLetter.txt linear SVM models is learned by using SVMlib, and then the classification results of the test data TestLetter.txt are
  3. 所属分类:matlab例程

    • 发布日期:2017-12-18
    • 文件大小:1.05mb
    • 提供者:jiajiajiayou
« 12 3 »
搜珍网 www.dssz.com