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

搜索资源列表

  1. SVMcode

    0下载:
  2. 这是一个采用c++编写的用于机器学习文本分类的SVM算法的实现代码。-c prepared using machine learning for text classification of SVM codes.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1608628
    • 提供者:pearllu
  1. SequentialMinimalOptimizationforSVM

    0下载:
  2. 简单介绍了svm算法,然后提出了改进算法smo,在数学及算法,代码方面都给出了论证。
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:239987
    • 提供者:赵蕾
  1. SVM

    0下载:
  2. SVM算法的matlab语言实现,很详细的代码-SVM algorithm matlab language, the code in great detail
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2073
    • 提供者:liuzhi
  1. SVM-algorithm-and-code

    0下载:
  2. SVM算法及代码,对新手有用,学习理解支持向量-SVM algorithm and code, useful for the novice, understanding and support vector learning
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:7953
    • 提供者:零零發
  1. SVM(CPP)

    0下载:
  2. SVM算法用C++方法实现,非常适合初学者学习 代码易读易懂 是份很好的学习资料-SVM algorithm with C++ method and ideal for beginners to learn the code easy to read parts of a good learning materials
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-20
    • 文件大小:330745
    • 提供者:elvis
  1. svm--matlab

    1下载:
  2. matlab智能算法30个案例分析源码之--支持向量机的分类--基于乳腺组织电抗阻性的乳腺癌诊断 包括原始数据和SVM分类代码 是学习支持向量机的好的案例-matlab intelligent algorithm analysis of 30 cases source code- support vector machine classification- based on the electrical resistance of breast cancer diagnosis in bre
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-02
    • 文件大小:8578
    • 提供者:wangying
  1. svm

    0下载:
  2. opencv实现的svm算法的代码示范,可用于学习svm的原理和使用效果。-opencv svm algorithm implementation code demonstration svm can be used to learn the principles and results.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1060
    • 提供者:欧龙崎
  1. SMO算法实现

    0下载:
  2. 使用Matlab重新实现了svm算法中的核心算法SMO,即序列优化问题。 其中my_seqminopt.m是重写的实现代码,完成了核心的迭代优化过程。(MATLAB code of SMO algorithm in SVM algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-23
    • 文件大小:83968
    • 提供者:yyarrow
  1. SVM+GUI+V3.1[mcode]

    0下载:
  2. 基于多类的支持向量机SVM的算法简单介绍(Based on multiclass support vector machines, SVM algorithm is introduced briefly)
  3. 所属分类:系统/网络安全

    • 发布日期:2017-12-25
    • 文件大小:70656
    • 提供者:胡小卢
  1. SVM_GUI_3.1[mcode]{by faruto}

    0下载:
  2. SVM支持向量机算法,源代码。可以直接运行,非常好用(SVM support vector machine algorithm, source code. Can run directly, very easy to use)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-02
    • 文件大小:68608
    • 提供者:liuxan
  1. Matlab_SVM

    0下载:
  2. SVM算法实现+数据 (要用到一些包,按照代码里面的import到网站下就行) 1.读取数据:在Matlab中调用textread可读取UCI数据集,这里读取的文件是iris.data,因为文件中以逗号为分隔符,所以还要在读取方法中添加参数“‘delimiter’,‘,’”,从而在读数据的时候自动跳过分隔符。 2.调用cvx工具箱中的方法:首先需要下载cvx工具箱的压缩文件,在其目录下运行cvx_setup指令,然后调用其方法,以cvx_begin开头,cvx_end为终止符号,所有需
  3. 所属分类:matlab例程

    • 发布日期:2018-04-19
    • 文件大小:2048
    • 提供者:dale无双
  1. svm

    0下载:
  2. 使用smo算法实现了支持向量机的python代码(complete the svm mode and Sequential minimal optimization with python code)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:7168
    • 提供者:白华伟
  1. SVM

    0下载:
  2. 使用SVM对数据进行分类,可参考对SVM原理的讲解对代码及其算法进行进一步理解。(Using the SVM to classify the data, we can refer to the explanation of the SVM principle to further understand the code and its algorithms)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:3072
    • 提供者:zx920701
  1. svm

    0下载:
  2. 该代码实现了经典的SVM支持向量机算法,Python语言编写,产生结果图。(This code implements the classic SVM support vector machine algorithm, Python language, and produces the result graph.)
  3. 所属分类:数据挖掘

    • 发布日期:2018-05-02
    • 文件大小:2048
    • 提供者:cc1996
  1. 模式识别代码

    0下载:
  2. 基于matlab的Iris、乳腺癌数据集的模式识别分类算法,含有 遗传算法+SVM、isodata、感知器算法、LMSE、神经网络等算法的实现代码,用于聚类效果良好,是模式识别大作业的参考资料(The pattern recognition classification algorithm based on MATLAB for Iris and breast cancer data sets contains the implementation code of genetic algorit
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-02
    • 文件大小:6144
    • 提供者:张小明12345
  1. 6.代码

    0下载:
  2. 实现分类,回归的算法,可以直接下载运行验证(Implementation of classification, regression algorithm, can be directly downloaded operation verification)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-03
    • 文件大小:6144
    • 提供者:zhenghaopaul
  1. 一些优化算法论文附其程序

    0下载:
  2. 针对例如SVM等智能算法的参数寻优采用自适应的参数优化(Parameter optimization for intelligent algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2019-10-17
    • 文件大小:25822208
    • 提供者:小刚wyg
  1. 基于MATLAB的手势识别代码

    3下载:
  2. 基于sift和SVM算法实现的手势识别程序,用MATLAB GUI编写的,附有手势库,可拷贝至任何磁盘运行不必担心路径问题,但可能要求版本高一点的MATLAB软件
  3. 所属分类:图形图像处理(光照,映射..)

  1. 基于SVM参数寻优算法的GUI实现

    1下载:
  2. 关于SVM参数寻优算法的GUI界面实现代码(GUI Interface Implementation Code for the SVM Parameter Optimization Algorithm)
  3. 所属分类:其他

    • 发布日期:2020-01-29
    • 文件大小:28672
    • 提供者:stratagi
  1. PSO-SVM

    7下载:
  2. 利用粒子群优化算法对支持向量机中的核函数参数和惩罚参数进行优化是非常有效的手段,可以大大提高鲁棒性。实际过程中读者可通过下载我上传的代码,简单进行修改和阅读附件论文即可快速掌握相关方面的知识,快速使用这一方法。(Particle swarm optimization (PSO) is a very effective method to optimize the kernel function parameters and penalty parameters of SVM, which can
  3. 所属分类:matlab例程

« 12 3 4 5 »
搜珍网 www.dssz.com