搜索资源列表

  1. libsvm-2.5程序代码导读

    0下载:
  2. libsvm-2.5程序代码导读 这是一个中文版的针对支持向量机源程序libsvm-2.5代码导读文档,由个人经验所得, 为您看libsvm程序省了不少的力气!非常难得!-libsvm-2.5 code Guide This is a Chinese version of the Support Vector Machine against libsvm source-code Guide 2.5 files, from persona
  3. 所属分类:文档资料

    • 发布日期:2024-05-22
    • 文件大小:72704
    • 提供者:陈爱斌
  1. SVMcode

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

    • 发布日期:2024-05-22
    • 文件大小:1608704
    • 提供者:pearllu
  1. 105025svm

    0下载:
  2. 介绍了svm的识别的过程及算法,,我认为此原代码能够帮助一些人了解svm识别的原理.-svm introduced the identification process and the algorithm, I think the original code can help some people to understand the principle svm identification.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:4156416
    • 提供者:ToUk
  1. SequentialMinimalOptimizationforSVM

    0下载:
  2. 简单介绍了svm算法,然后提出了改进算法smo,在数学及算法,代码方面都给出了论证。-Simple introduction of the SVM algorithm, and then put forward to improve the algorithm smo, in mathematics and algorithms, code verification are given.
  3. 所属分类:软件工程

    • 发布日期:2024-05-22
    • 文件大小:239616
    • 提供者:赵蕾
  1. Hllesvmrbf

    0下载:
  2. lle和svm 的人脸识别算法代码,识别率可以打到80以上。-lle and SVM for face recognition algorithm code, the recognition rate can reach 80 or more.
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:郭锋
  1. SVM

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

    • 发布日期:2024-05-22
    • 文件大小:2048
    • 提供者:liuzhi
  1. SVM-algorithm-and-code

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

    • 发布日期:2024-05-22
    • 文件大小:8192
    • 提供者:零零發
  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. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:330752
    • 提供者:elvis
  1. svm--matlab

    0下载:
  2. matlab智能算法30个案例分析源码之--支持向量机的分类--基于乳腺组织电抗阻性的乳腺癌诊断 包括原始数据和SVM分类代码 是学习支持向量机的好的案例-matlab intelligent algorithm analysis of 30 cases source code- support vector machine classification- based on the electrical resistance of
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:8192
    • 提供者: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. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:欧龙崎
  1. SMO算法实现

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

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

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

    • 发布日期:2024-05-22
    • 文件大小: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编程

    • 发布日期:2024-05-22
    • 文件大小:68608
    • 提供者:liuxan
  1. Matlab_SVM

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

    • 发布日期:2024-05-22
    • 文件大小:2048
    • 提供者:dale无双
  1. svm

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

    • 发布日期:2024-05-22
    • 文件大小: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例程

    • 发布日期:2024-05-22
    • 文件大小: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. 所属分类:数据挖掘

    • 发布日期:2024-05-22
    • 文件大小: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 implemen
  3. 所属分类:人工智能/神经网络/遗传算法

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

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

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

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

    • 发布日期:2024-05-22
    • 文件大小:25822208
    • 提供者:小刚wyg
« 12 3 4 5 6 »

源码中国 www.ymcn.org