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

搜索资源列表

  1. mysvm01

    0下载:
  2. 二维空间的SVM算法,平面内有正负1标记的两类样本,求出一条最大间隔平面将这两类点分割开来-SVM algorithm in 2 dimension space
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1153
    • 提供者:孙超
  1. svm

    1下载:
  2. 这是一个关于Svm的训练和测试程序,其中的算法识别率较高-This is a Svm training and testing program, which is a higher recognition rate algorithms
  3. 所属分类:WinSock-NDIS

    • 发布日期:2015-05-31
    • 文件大小:1024
    • 提供者:倪娜
  1. LSSVMLab-1.6

    0下载:
  2. LS-SVM算法,最小二乘支持向量机算法matlab程序-LS-SVM algorithm
  3. 所属分类:matlab

    • 发布日期:2017-05-09
    • 文件大小:2036405
    • 提供者:梁威
  1. svm

    0下载:
  2. 程序主要实现支撑向量机的算法,很方便大家学习-Procedures for the main support vector machine algorithm, is to facilitate learning
  3. 所属分类:Fractal program

    • 发布日期:2017-04-03
    • 文件大小:2421
    • 提供者:王航
  1. SvmMNIST

    0下载:
  2. 通过SVM算法识别MNIST手写数字库,并加入了一些预处理算法,包括数字图像的大小调整归一化等,效果不错。-By SVM algorithm identifies MNIST handwritten digital library and added some preprocessing algorithms, including the size of the digital image adjustment normalized so good results.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-09
    • 文件大小:15932892
    • 提供者:程海粟
  1. SVM-

    0下载:
  2. 支持向量机算法在MATLAB中的实现,源代码以及实例,做图像处理的希望能多多下载,谢谢!-Support vector machine algorithm in MATLAB, the source code and examples, hoping to do a lot of image processing download, thank you!
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:14788315
    • 提供者:我心飞翔
  1. SVM

    0下载:
  2. SVM用于分类,很好的一种算法,可以进行数据验证-Used in SVM algorithm, is to use a program, data validation can be done, very good
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:5043
    • 提供者:sunchengao
  1. svm

    0下载:
  2. 支持向量机算法,可很好的用于分类问题,广发用于人脸识别,步态识别中!-Support vector machine algorithm, can be a good issue for classification, GF for face recognition, gait recognition!
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:269001
    • 提供者:刘晶晶
  1. NMFPSVM

    0下载:
  2. 本程序用于基因数据的分类,我自己写了一个基于欧氏距离的费舍尔判据,选取有代表性的基因,最后用NMF将矩阵分解,对得到的矩阵进行分类,分类用的是自带的svm算法-It is used for classfication, I wrote a fisher criterion based on Euclidean distance, selecting representative genes,after NMF,classification with the SVM algorithm is sh
  3. 所属分类:matlab

    • 发布日期:2017-05-03
    • 文件大小:877398
    • 提供者:金卓
  1. ls-svm

    0下载:
  2. ls-svm理论算法详解,原作者论文原著-ls-svm Detailed theoretical algorithm, the original author of the paper
  3. 所属分类:Development Research

    • 发布日期:2017-04-27
    • 文件大小:249579
    • 提供者:ljf
  1. NN_SVM

    0下载:
  2. SVM算法 SVM算法 SVM算法-SVM algorithm SVM algorithm SVM algorithm SVM algorithm SVM algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3361
    • 提供者:王欢
  1. CSharp-svm

    0下载:
  2. c#实现的一个svm的算法,非常的好,很实用。-A svm algorithm c# to achieve, very good, very practical.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:22740
    • 提供者:刘海
  1. svm

    0下载:
  2. 基于光谱特征的提取算法,很实用,分类精度高-Based on spectral feature extraction algorithm, very practical, high classification accuracy
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-13
    • 文件大小:1754
    • 提供者:李琴
  1. svm-ver001

    0下载:
  2. 回归型支持向量机的简化算法,可以用于船舶运动预报-Simplification algorithm based on support vector machine regression can be used for ship motion prediction
  3. 所属分类:transportation applications

    • 发布日期:2017-05-02
    • 文件大小:663965
    • 提供者:hukaiye
  1. svm

    0下载:
  2. 一种用于小数据条件下进行分类的算法,分类器支持向量机svm-A condition for small data classification algorithms, support vector machine classifier svm
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:240640
    • 提供者:夏平
  1. svm

    0下载:
  2. svm 实现,经典的SMO算法,支持三种kernel(多项式,高斯,内积)。还有test 函数 -implmentation of svm
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:97380
    • 提供者:Liao Fangzhou
  1. svm0311

    0下载:
  2. SVM算法,很简单,但是很实用,适合初学者学习SVM使用。-SVM algorithm is very simple, but very practical, suitable for beginners to learn the use of SVM.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1208
    • 提供者:越萌
  1. semi-supervised-SSSVM

    4下载:
  2. matlab实现的SSSVM(半监督SVM算法)-matlab achieve SSSVM (semi-supervised SVM algorithm)
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:991905
    • 提供者:呼延
  1. An-Introduction-to-SVM

    0下载:
  2. 支持向量机(SVM)是在统计学习理论的基础上发展起来的新一代学习算法,该算法在文本分类、手写识别、图像分类、生物信息学等领域中获得了较好的应用。本书是SVM的权威参考书。-Support Vector Machine (SVM) is a new learning algorithm developed on the basis of statistical learning theory, the algorithm to obtain a better application in the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-18
    • 文件大小:4821821
    • 提供者:wjfwzzc
  1. face

    0下载:
  2. Matlab PCA+SVM人脸识别,通过PCA和SVM算法达到人脸识别的功能。-Matlab PCA+SVM,To identify people s face.
  3. 所属分类:matlab

    • 发布日期:2017-05-12
    • 文件大小:2988793
    • 提供者:张曦
« 1 2 ... 20 21 22 23 24 2526 27 28 29 30 ... 50 »
搜珍网 www.dssz.com