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

搜索资源列表

  1. chameleon

    1下载:
  2. 一段修改后的变色龙聚类算法,可用于无监督聚类。(A modified chameleon clustering code, using matlab.)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-25
    • 文件大小:1590272
    • 提供者:yulinlin
  1. WFCM

    0下载:
  2. 模糊聚类算法,用于对摩多从数据进行聚类,亲自测试还是有点用的(Fuzzy clustering algorithm for clustering data from the multi Yin, personally tested, or a little useful)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:37888
    • 提供者:小小镇
  1. gclust

    0下载:
  2. 聚类算法中gclust算法的代码,供大家参考(Clustering algorithm, gclust algorithm code, for your reference)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-28
    • 文件大小:260096
    • 提供者:yangyanghi0
  1. PHA_Clustering

    0下载:
  2. 聚类算法中PHA_Clustering算法的代码,供大家参考(Clustering algorithm, PHA_Clustering algorithm code, for your reference)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-27
    • 文件大小:2048
    • 提供者:yangyanghi0
  1. 基于遗传模拟退火算法的聚类算法

    2下载:
  2. 基于遗传模拟退火算法实现数据的聚类,为后续的数据分析做准备(Data clustering analysis based on genetic simulated annealing algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-28
    • 文件大小:13312
    • 提供者:嘉宾
  1. 6.聚类和EM算法

    0下载:
  2. 聚类和EM算法实例,包括线性分类和非线性分类,线性回归和非线性回归(Examples of clustering and EM algorithm include linear classification and nonlinear classification, linear regression and nonlinear regression)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:7168
    • 提供者:fdy219517
  1. 层次聚类代码

    2下载:
  2. matlab实现层次聚类法,不是用库函数实现的,而是一步步根据算法原理完成的(Matlab hierarchical clustering method, not achieved by library functions, but a step by step according to the principles of the algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:1024
    • 提供者:胡果
  1. k_medoids

    0下载:
  2. 采用MATLAB实现k-medoids聚类算法(Implementation of k-medoids clustering algorithm using MATLAB)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:SMMZ
  1. knnclassification

    0下载:
  2. 实现KNN聚类 聚类算法 最简单又实用的聚类方法 常用 适用于多领域(KNN clustering algorithm to achieve the simplest and practical clustering method, commonly used in many fields)
  3. 所属分类:Windows编程

  1. em聚类

    0下载:
  2. em算法指的是最大期望算法(Expectation Maximization Algorithm,又译期望最大化算法),是一种迭代算法,用于含有隐变量(latent variable)的概率参数模型的最大似然估计或极大后验概率估计。(Expectation Maximization Algorithm use for clustering)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-31
    • 文件大小:261120
    • 提供者:zhjun1994
  1. SSC

    0下载:
  2. 基于稀疏表征的子空间聚类算法,是vidal的算法的MATLAB实现(The subspace clustering algorithm based on sparse representation is the MATLAB implementation of vidal's algorithm)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-01
    • 文件大小:10240
    • 提供者:段1
  1. K_Means

    0下载:
  2. K-Means是聚类算法中的一种,其中K表示类别数,Means表示均值。顾名思义K-Means是一种通过均值对数据点进行聚类的算法。K-Means算法通过预先设定的K值及每个类别的初始质心对相似的数据点进行划分。并通过划分后的均值迭代优化获得最优的聚类结果。(K-Means is one of the clustering algorithms, in which K represents the number of classes, and Means means the mean. As t
  3. 所属分类:数据挖掘

    • 发布日期:2018-01-01
    • 文件大小:273408
    • 提供者:DragonFZJ
  1. meanshift

    0下载:
  2. 一个比较简单的meanshift聚类算法(A relatively simple meanshift clustering algorithm)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:6144
    • 提供者:Kry
  1. Clustering-master

    0下载:
  2. 超级强大的聚类算法+详细的程序说明; Kmeans聚类+ISODATA聚类算法;(Super powerful clustering algorithm + detailed program descr iption; Kmeans clustering +ISODATA clustering algorithm;)
  3. 所属分类:数据挖掘

    • 发布日期:2018-01-03
    • 文件大小:24576
    • 提供者:YFC
  1. SOMPY-master

    3下载:
  2. som自组织神经网络聚类算法的python实现(Implementation of SOM clustering algorithm based on Python)
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:778240
    • 提供者:daybreaklalal
  1. k-means

    0下载:
  2. 实现k-means聚类算法,里面有数据可以作为测试(This file is use to achieve k-means clustering algorithm.There are data can be used as a test.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-06
    • 文件大小:8192
    • 提供者:峰谷
  1. K-means&DBSCAN

    2下载:
  2. python实现K-means聚类算法和DBSCAN算法,都是最简单的聚类(Python implements k-means clustering algorithm and DBSCAN algorithm, which are the simplest clustering)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:JLjljl
  1. 基于 K-means 聚类算法的图像区域分割

    1下载:
  2. 图像处理领域,基于 K-means 聚类算法的图像区域分割(Image processing domain, image region segmentation based on K-means clustering algorithm)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-08
    • 文件大小:29696
    • 提供者:gaomengxin99
  1. 机器学习西瓜书聚类程序

    1下载:
  2. 根据周志华机器学习203页的图9.2编写的matlab程序。xgP203.m是主程序。中间有一些是为了验证算法,输出了一些运算结果。
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:1740
    • 提供者:lix39@sina.com
  1. 聚类算法实例

    1下载:
  2. 这里面的资源主要介绍了聚类算法的一些基本知识,附上了几篇关于聚类算法的优秀论文,本资源介绍了一个实例来介绍聚类算法的用法,包含数据,源代码,程序报告等等。
  3. 所属分类:matlab例程

« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com