CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - 聚类算法

搜索资源列表

  1. kmeans_cluster聚类算法的实现

    1下载:
  2. 数据挖掘中k-means聚类算法的实现源代码-clustering algorithm source code in data mining
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2.84kb
    • 提供者:张乐
  1. K-均值聚类算法C++编程

    3下载:
  2. K-均值聚类算法的编程实现。包括逐点聚类和批处理聚类。K-均值聚类的的时间复杂度是n*k*m,其中n为样本数,k为类别数,m为样本维数。这个时间复杂度是相当客观的。因为如果用每秒10亿次的计算机对50个样本采用穷举法分两类,寻找最优,列举一遍约66.7天,分成3类,则要约3500万年。针对算法局部最优的缺点,本人正在编制模拟退火程序进行改进。希望及早奉给大家,倾听高手教诲。-K-means clustering algorithm programming. Point by point, inc
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3.98kb
    • 提供者:韩磊
  1. kmeans聚类算法源码

    1下载:
  2. k均值聚类算法源码,比较经典,无解压密码-kmeans clustering algorithm source code,comparatively classical,no password for unzip
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:29.64kb
    • 提供者:司南
  1. Clique聚类算法Java版.rar

    0下载:
  2. Clique聚类算法Java版.rar
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-05-23
    • 文件大小:1.61mb
    • 提供者:wenlildh
  1. FuzzyCMeans

    0下载:
  2. FCM聚类算法,共大家参考,多多学习,谢谢大家,共同学习聚类算法-FCM
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:5.93kb
    • 提供者:ss
  1. kmeans_src

    0下载:
  2. java 语言编写的kmeans聚类算法源代码,非常有用。-BenchmarkedKMeans for java and BasicKMeans for java
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:23.18kb
    • 提供者:郭东
  1. aa

    1下载:
  2. 层次聚类算法的c++实现,输入分类个数,可以得到相应的分类结果-Hierarchical clustering algorithm to achieve the c++, enter the classification number, you can get the classification results
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:38.94kb
    • 提供者:zhengnan
  1. SA_GA

    3下载:
  2. 基于遗传模拟退火算法的聚类算法。将模拟退火算法与遗传算法相结合用于聚类分析,由于模拟退火算法和遗传算法可以互相取长补短,因此有效地克服了传统遗传算法的早熟现象,同时根据聚类问题的具体情况设计遗传编码方式、适应度函数,使该算法更有效、更快速地收敛到全局最优解。 -Genetic simulated annealing algorithm based on clustering algorithms. Simulated annealing algorithm and genetic algo
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-11-11
    • 文件大小:5.7kb
    • 提供者:杨剑浩
  1. K-means_cluster

    0下载:
  2. 这是一个基于K-means的聚类算法,可用于网页信息聚类,例如电子产品的型号聚类等。-This is based on the K-means clustering algorithm, clustering can be used for website information, such as electronic products, such as the Model Cluster.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-28
    • 文件大小:10.56mb
    • 提供者:nancy
  1. kmeans

    0下载:
  2. 聚类算法kmeans,比较简单的聚类算法,通过欧几里德距离确定聚类的标准,对二维的点进行聚类-Clustering algorithm kmeans, relatively simple clustering algorithm, through the Euclidean distance to determine the standard clustering of the points of two-dimensional clustering
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:3.48kb
    • 提供者:huang
  1. julei

    0下载:
  2. 经典模糊聚类算法的matlab程序框架,简单容易理解。-Classical fuzzy clustering algorithm matlab Framework, a simple easy to understand.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:6.22kb
    • 提供者:许翔
  1. yuanma

    0下载:
  2. 压缩包包含四种聚类算法源代码及示例代码,供大家学习使用-Compressed packet contains four clustering algorithm source code and sample code for using the U.S. study
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-11
    • 文件大小:1.98mb
    • 提供者:黄路遥
  1. minipro

    0下载:
  2. 聚类算法研究,集合了多种聚类算法,并在一个系统中实现-Clustering Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-14
    • 文件大小:50.61kb
    • 提供者:12345678
  1. FUZZCLUST

    1下载:
  2. 用matlab编写的各种聚类算法的代码,可作为聚类的程序包使用,对于程序编写者和使用者都可提供便利-matlab for cluster
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:16.45kb
    • 提供者:wuyao
  1. swtu

    0下载:
  2. 改进的模糊聚类算法,主要用于处理高分辨率遥感影像-Improved fuzzy clustering algorithm, mainly used to deal with high-resolution remote sensing image
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:696byte
    • 提供者:娟娟
  1. ClusteringAlgorithmsResearch

    0下载:
  2. 一篇较为经典的聚类算法综述文献,发表于软件学报!值得研究数据分析的入门者参考!-A clustering algorithm is more classical Review of literature, published in the Journal of Software! Data analysis is worth studying the entry reference!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-01
    • 文件大小:589.71kb
    • 提供者:yang wei
  1. 基于模拟退火算法的聚类算法

    3下载:
  2. 这是基于模拟退火算法的聚类算法,是一个很好的聚类问题。(This is a clustering algorithm based on simulated annealing algorithm and is a good clustering problem.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-26
    • 文件大小:18kb
    • 提供者:tzyyzt
  1. 聚类算法

    1下载:
  2. 聚类算法,介绍聚类算法的原理以及应用!原理的推导,以及聚类算法应用的实例。包括迭代过程,已经迭代停止条件。(Clustering Algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

  1. 聚类

    0下载:
  2. 机器学习聚类算法,对初学者很有帮助,仅供参考(Machine learning clustering algorithm is very helpful for beginners, for reference only)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-07
    • 文件大小:26kb
    • 提供者:JLjljl
  1. k-means聚类算法

    5下载:
  2. k-means聚类算法的代码实现,只需要更改数据就可以实现,而且有注释,很容易懂(The code implementation of the k-means clustering algorithm can be realized only by changing the data, and there are notes that make it easy to understand)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-06
    • 文件大小:1kb
    • 提供者:leehomgangzai
« 12 3 4 5 6 7 8 9 10 ... 37 »
搜珍网 www.dssz.com