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

搜索资源列表

  1. 支持向量机的SMO算法VC实现

    1下载:
  2. 支持向量机的SMO算法VC实现,在模式识别和 许多方面很有用-support vector machine algorithm VC SMO, in pattern recognition and useful in many ways
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:14326
    • 提供者:dog
  1. SMO-implement

    0下载:
  2. 这是用C++编写的SMO算法实现,请查收。-C SMO prepared by the algorithm, please find.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:4087
    • 提供者:zhangzhen
  1. smo

    0下载:
  2. 支持向量机的SMO算法-SVM SMO Algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:14281
    • 提供者:董启文
  1. SMO训练算法

    0下载:
  2. smo是一种训练算法,通过两次循环嵌套寻找违反kkt条件的样本,每次优化两个拉格朗日乘子,大大提高训练速度。
  3. 所属分类:数值算法/人工智能

  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
    • 文件大小:4271126
    • 提供者:查日东
  1. svmsmo.rar

    3下载:
  2. 支持向量机的smo算法matlab程序,很经典的算法,大家参考。,Support Vector Machines smo algorithm matlab program, it is the classic algorithm, your reference.
  3. 所属分类:matlab

    • 发布日期:2016-01-20
    • 文件大小:931
    • 提供者:leionado
  1. SVM-KM

    0下载:
  2. svm详细例子(包括分类,回归)等。需要的人,下载试试。多交流.我需要svm-smo的matlab源码。谁有?-SVM detailed examples (including classification, regression) and so on. Those who need it, download a try. More exchanges. Svm-smo I need the matlab source code. Who?
  3. 所属分类:Windows Develop

  1. smocode4

    0下载:
  2. smo源代码 详细分析 大家一起学习学习-smocode
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:11314
    • 提供者:cuijing
  1. SVM_SMO_gaoshsh

    2下载:
  2. 支持向量机(SVM)的SMO算法实现。包括matlab源代码文件、支持向量机的pdf文档,源代码word文档。-Support Vector Machine (SVM) algorithm of SMO. Including the matlab source code files, Support Vector Machines pdf documents, source code for word documents.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-11-05
    • 文件大小:787710
    • 提供者:Xiaojun Tang
  1. Support_Vector_Machine_smo

    0下载:
  2. Support Vector Machine smo
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:9653
    • 提供者:张亚飞
  1. DataClassificationAlgorithmsBasedOnSupportVectorMa

    0下载:
  2. 本文提出了一种双SMO算法。该算法在原数据集的抽样数据集上使用SMO算法得到近似分类超平面,根据近似分类超平面得到原数据集的所有支持向量,再次使用SMO算法得到最终的分类超平面。-In this paper,double SMO which is a improved SVM training algorithm is presented.This algorithm finds a approximate separating hyperplane on the sample data set
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:508285
    • 提供者:yunzhang
  1. matlabsvm

    1下载:
  2. 实现了svm中smo算法,适合初学者学习-svm--smo
  3. 所属分类:其他小程序

    • 发布日期:2013-11-05
    • 文件大小:6903
    • 提供者:小鸽子
  1. SMO

    0下载:
  2. 实现序贯最小优化算法,该算法可加速求解支持向量机问题-To achieve sequential minimal optimization algorithm that can accelerate the problem solving support vector machines
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:3952
    • 提供者:赵亮
  1. svm_smo

    0下载:
  2. 支持向量机分类算法,将高斯函数与序列最小优化算法结合实现。-support vector machine smo
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:911477
    • 提供者:hansun
  1. SMO

    0下载:
  2. SVM中的序列最小最优化算法(Sequetial Minimal Optimization)。-SVM in the sequential minimal optimization algorithm (Sequetial Minimal Optimization).
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:3923
    • 提供者:寒山
  1. jchshibie

    1下载:
  2. 支持向量机(SVM)是一种基于超平面分类的新的学习方法,具有很强的泛化能力。研究了支持向量机的学习机理,以及实现支持向量机的序贯最小优化算法(SMO),并用来对舰船图像进行识别。首先将待识别目标进行二维小波分解,获取不同尺度下的小波系数,然后对其进行主元分析,得到的主元分量作为支持向量机的特征量输入。实验结果表明,该方法具有良好的分类性能。-Support Vector Machine (SVM) is a hyperplane-based classification of new learn
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-07-04
    • 文件大小:56501
    • 提供者:罗朝辉
  1. smo-java

    0下载:
  2. Support Vector Machine with java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:20531
    • 提供者:ayuugyi
  1. PMSM SMO

    1下载:
  2. 基于滑膜观测器的无传感器控制simulink仿真技术(Simlink simulation technology of sensorless control based on SMO)
  3. 所属分类:其他

    • 发布日期:2020-05-17
    • 文件大小:38912
    • 提供者:vv皮呦
  1. 基于SMO的PMSM的控制方法的研究_李明炎

    1下载:
  2. 基于SMO的PMSM无传感器控制的资料,包含仿真和实验部分(Sensorless control data of PMSM based on SMO, including simulation and experiment)
  3. 所属分类:文章/文档

    • 发布日期:2020-06-11
    • 文件大小:2538496
    • 提供者:vv皮呦
  1. smo-mkl

    1下载:
  2. 多核学习+SMO算法的代码实现,包括java版本、python版本和C++版本(Multiple Kernel Learning and the SMO Algorithm)
  3. 所属分类:其他

    • 发布日期:2020-12-30
    • 文件大小:3361792
    • 提供者:俞松朵
« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com