搜索资源列表

  1. svm-demo

    0下载:
  2. 关于支持向量机的一种较快速的计算方法,可以提高其计算速度,SVM-demo算法.-on support vector machines a more rapid method of calculation can improve their speed, SVM-demo algorithm.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-04
    • 文件大小:5120
    • 提供者:醉心于
  1. SVMcode

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

    • 发布日期:2024-05-04
    • 文件大小:1608704
    • 提供者:pearllu
  1. svmC++

    0下载:
  2. SVM算法的C++版本,很快的运行速度-SVM C++ version of the operating speed very quickly! !
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-04
    • 文件大小:21504
    • 提供者:陈孟
  1. Gini-SVM

    0下载:
  2. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-04
    • 文件大小:204800
    • 提供者:泉源
  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-04
    • 文件大小:4156416
    • 提供者:ToUk
  1. SVM

    0下载:
  2. [matlab]支持向量机(SVM)用于分类的算法实现-[matlab] Support Vector Machine (SVM) algorithm for classification
  3. 所属分类:matlab例程

    • 发布日期:2024-05-04
    • 文件大小:2048
    • 提供者:吴莉
  1. ImprovedSVM

    0下载:
  2. 将遗传算法(GA)与传统SVM算法结合,构造出一种参数最优的进化SVM(GA2SVM),SVM 模型采用径向基函数(RBF)作为核函数,利用格雷码编码方式对SVM算法的模型参数进行遗传编码和优化搜索,将搜索到的优化结果作为SVM 的最终模型参数。-Genetic algorithm (GA) combined with the traditional SVM algorithm, a kind of tectonic evolution
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-04
    • 文件大小:179200
    • 提供者:zhaoxiufen
  1. svm

    0下载:
  2. 神经网络向量机实现算法!-Neural network vector machine algorithm!
  3. 所属分类:matlab例程

    • 发布日期:2024-05-04
    • 文件大小:4096
    • 提供者:朱齐亮
  1. SVM

    0下载:
  2. 这里实现了四种SVM工具箱的分类与回归算法-Here to realize the four SVM toolbox Classification and regression algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-04
    • 文件大小:2706432
    • 提供者:李晋博
  1. smo

    0下载:
  2. 对支持向量机svm算法的改进算法,改算法简单,但只能分为两类。-On support vector machine algorithm SVM algorithm to algorithm is simple, but can only be divided into two categories.
  3. 所属分类:中文信息处理

    • 发布日期:2024-05-04
    • 文件大小:38912
    • 提供者:赵蕾
  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-04
    • 文件大小:239616
    • 提供者:赵蕾
  1. four Toolbox for SVM

    0下载:
  2. 这里实现了基于四种SVM工具箱的分类与回归算法: 1、工具箱:LS_SVMlab Classification_LS_SVMlab.m - 多类分类 Regression_LS_SVMlab.m - 函数拟合 2、工具箱:OSU_SVM3.00 Classification_OSU_SVM.m - 多类分类 3、工具箱:stprtool\svm Classification_stprtool
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-04
    • 文件大小:2740224
    • 提供者:杨愚根
  1. svm

    0下载:
  2. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-04
    • 文件大小:60416
    • 提供者:zhang kevin
  1. libsvm-2.81

    0下载:
  2. 一个Java实现的支持向量机(含源码),SVM算法比较复杂,不过这个程序看起来比较好懂。-Java realization of a support vector machine (including source code), SVM algorithm is rather complicated, but this process appears to be better understood.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-04
    • 文件大小:433152
    • 提供者:王晓丹
  1. SVM

    0下载:
  2. 数据挖掘算法很多,其中支持向量机算法是目前使用新的方法,得到广泛使用-Many data mining algorithms, including support vector machine algorithm is currently using the new method, widely used
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-04
    • 文件大小:4096
    • 提供者:张云
  1. SVM

    0下载:
  2. 这是一个svm对图像分类的论文,很值得一看 基于SVM的图像分类算法与实现,他还说有具体的实现,很棒-This is a SVM for image classification of the papers, it is worth a visit SVM-based image classification algorithms and realize, he said concrete has achieved great
  3. 所属分类:图形图象

    • 发布日期:2024-05-04
    • 文件大小:136192
    • 提供者:
  1. svm

    0下载:
  2. knn文本分类算法,大家都来下载吧 免费的啊-KNN text categorization algorithms, we all to download it for free, ah
  3. 所属分类:.net编程

    • 发布日期:2024-05-04
    • 文件大小:4962304
    • 提供者:
  1. svm

    0下载:
  2. 能够很好的实现数据分类和拟合。是最新算法。-Able to realize a good classification and fitting data. Is the latest algorithm.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-04
    • 文件大小:125952
    • 提供者:yuxiao
  1. (SVM)[matlab]

    0下载:
  2. 支持向量机(SVM)实现的分类算法源码[matlab]-Support Vector Machine (SVM) classification algorithm realize the source [matlab]
  3. 所属分类:matlab例程

    • 发布日期:2024-05-04
    • 文件大小:2048
    • 提供者:vipyoyo
  1. SVM

    0下载:
  2. 这里实现了四种SVM工具箱的分类与回归算法 1、工具箱:LS_SVMlab Classification_LS_SVMlab.m - 多类分类 Regression_LS_SVMlab.m - 函数拟合 2、工具箱:OSU_SVM3.00 Classification_OSU_SVM.m - 多类分类 3、工具箱:stprtool\svm Classification_stprtool.m
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-04
    • 文件大小:232448
    • 提供者:fgqqd
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org