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

搜索资源列表

  1. m

    0下载:
  2. 模拟退火算法实现,内负有模拟退火的聚类,TSP等等6种问题的实现例子,在EXAMPLE文件夹内
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:54658
    • 提供者:wy
  1. KFCMClust529[1]

    1下载:
  2. 这是一个关于核模糊聚类算法的例子希望有用
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:870814
    • 提供者:王林
  1. ModeReg

    0下载:
  2. 两个图像模式识别例子,给出的分类与聚类识别算法对于初学者具有一定的帮助
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:452595
    • 提供者:陈文强
  1. 支持向量机算法及其代码实现

    0下载:
  2. 支持向量机(SVM),起初由vapnik提出时,是作为寻求最优(在一定程度上)二分类器的一种技术。後来它又被拓展到回归和聚类应用。SVM是一种基于核函数的方法,它通过某些核函数把特征向量映射到高维空间,然後建立一个线性判别函数(或者说是一个高维空间中的能够区分训练数据的最优超平面,参考异或那个经典例子)。假如SVM没有明确定义核函数,高维空间中任意两点距离就需要定义。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2011-05-12
    • 文件大小:34816
    • 提供者:ben_qiang
  1. FuzzyClusteringToolbox

    0下载:
  2. 使用matlab实现的各种聚类算法,其中包括具体例子进行详细说明。-The purpose of the development of this toolbox was to compile a continuously extensible, standard tool, which is useful for any MATLAB user for one s aim. In Chapter 1 of the downloadable related documentation on
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-09
    • 文件大小:2142771
    • 提供者:JinJun
  1. zfk_example

    1下载:
  2. 聚类分析里的k均值(kmeans)算法的matlab实现,是老师即将出的书里,我给写的例子,大家看看吧。 -Where k-means cluster analysis (kmeans) algorithm matlab implementation, a teacher is leaving the book, I give examples of writing, we take a look at bar.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:690
    • 提供者:who
  1. DBSCAN

    1下载:
  2. DBSCAN 简单来说就是一种基于密度的聚类算法。 数据输入支持weka数据格式,里面有一个例子数据,结果与weka比较过,是相同的。 网上有一个DBSCAN的C#的源码,但是错的。-DBSCAN is simply a kind of density-based clustering algorithm. Data entry support weka data format, which is an example of data, results and weka comparis
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:57057
    • 提供者:孙甲申
  1. K-average(N-dimension)

    0下载:
  2. K均值聚类算法实现有二维的聚类扩展到任意维样本点的聚类,代码中附加了详细的原理性说明,还有相关例子提示,效果不错-K-means clustering algorithm to achieve a two-dimensional clustering extends to any dimension of the cluster sample points, the code attached to the principle of detailed instructions, and tips
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-14
    • 文件大小:3808882
    • 提供者:liuyu
  1. DistgshAnalysis

    0下载:
  2. 最短距离算法的系统聚类测试例子以供大家学习研究距离算法。-Shortest distance algorithm system clustering test case for study and research the distance algorithm .-DistgshAnalysis.m
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:689
    • 提供者:AndyChou
  1. k-meansalgorithm

    0下载:
  2. 上传的代码得到的数据部分是根据计算机随机生成的,在看代码的时候有个生动的例子看起来是很好的。k-means算法的聚类特征依然是距离特征-Upload the code to get the data part is randomly generated according to the computer, there is a vivid example, when looking at the code looks good. k-means algorithm clustering feat
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-12
    • 文件大小:4278
    • 提供者:李迅
  1. data4cluster-with-the-data

    2下载:
  2. 本例子附带数据通过K中心点聚类算法,将案例聚成4类,并计算相似性矩阵,用logrank函数检验P值-The example of incidental data by K center point clustering algorithm, the case clustered into four categories, and calculate the similarity matrix logrank function test P value
  3. 所属分类:matlab

    • 发布日期:2017-11-18
    • 文件大小:22693
    • 提供者:菜包
  1. eg25-wangluoruqinjulei

    0下载:
  2. 《MATLAB神经网络30个案例分析》中的第25个例子,案例25 广义神经网络的聚类算法-网络入侵聚类。希望对大家有一定的帮助!-The MATLAB neural network analysis of 30 cases of 25 example, 25 cases of generalized neural network clustering algorithm to network intrusion. Hope to have certain help to everybody!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:26308
    • 提供者:杨飞
  1. eg29-wangluoruqinjulei

    0下载:
  2. 《MATLAB神经网络30个案例分析》中的第29个例子,案例29 kohonen网络的聚类算法—网络入侵聚类。希望对大家有一定的帮助!-The MATLAB neural network analysis of 30 cases of 29 example, 29 cases of kohonen network clustering algorithm- network intrusion. Hope to have certain help to everybody!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:88864
    • 提供者:杨飞
  1. cluster

    0下载:
  2. 机器学习中经典的聚类算法例子,采用python编写,简单易理解-Classical clustering algorithms in machine learning, for example, USES python, simple easy to understand
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:6793
    • 提供者: 龚有华
  1. zabctztd

    0下载:
  2. 解耦,恢复原信号,是一种双隐层反向传播神经网络,粒子图像分割及匹配均为自行编制的子例程,用MATLAB实现动态聚类或迭代自组织数据分析,大学数值分析算法,通过虚拟阵元进行DOA估计,基于分段非线性权重值的Pso算法,利用matlab GUI实现的串口编程例子。- Decoupling, restore the original signal, Is a two hidden layer back propagation neural network, Particle image segment
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6297
    • 提供者:xpejy
  1. xehzyaqa

    0下载:
  2. 应用小区域方差对比,程序简单,预报误差法参数辨识-松弛的思想,利用matlab GUI实现的串口编程例子,多姿态,多角度,有不同光照,最小二乘回归分析算法,通过matlab代码,可实现对二维数据的聚类。-Application of small area variance comparison, simple procedures, Prediction Error Method for Parameter Identification- the idea of relaxation, Use
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:10996
    • 提供者:ysujk
  1. iuhnuyqw

    0下载:
  2. 大学数值分析算法,包括AHP,因子分析,回归分析,聚类分析,均值便宜跟踪的示例,FMCW调频连续波雷达的测距测角,部分实现了追踪测速迭代松弛算法,利用matlab GUI实现的串口编程例子,数学方法是部分子空间法,可以动态调节运行环境的参数。- University of numerical analysis algorithms, Including AHP, factor analysis, regression analysis, cluster analysis, Example tra
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6981
    • 提供者:kasqk
  1. LDA-matlab

    0下载:
  2. LDA智能算法,实现模式识别和聚类,例子是三维数据-LDA intelligent algorithm, to achieve pattern recognition and clustering, the example is three-dimensional data
  3. 所属分类:Data Mining

    • 发布日期:2017-12-14
    • 文件大小:1024
    • 提供者:lvxiansheng
  1. ksuanfa

    0下载:
  2. 对大量的数据通过matlab软件,运用k均值聚类算法进行分类,上传文件中含例子(A large number of data are classified by matlab software, using k-means clustering algorithm to classify and upload files with examples)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:lyc123
  1. k-means

    1下载:
  2. k-means实战,包括一个具体的例子。非常适合初级学习k-means聚类算法的人群(K-means actual combat, including a specific example)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-08-03
    • 文件大小:6144
    • 提供者:毒箭
« 12 »
搜珍网 www.dssz.com