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

搜索资源列表

  1. K-Means_Text_Cluster

    0下载:
  2. K-Means文本聚类python实现,文本聚类算法,人名排除歧义-Text Cluster by the algorithm of K-means(include texts), discrimination of name ambiguity.
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:749.44kb
    • 提供者:Chris Ma
  1. affinity_propagation_

    0下载:
  2. Affinity propagation聚类算法的python编程文件!-Affinity propagation clustering algorithm python programming file!
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:3.04kb
    • 提供者:Cheney
  1. clustering

    0下载:
  2. python实现的聚类算法,2015年研究生数学建模第3小题b问;-a spectral clustering algorithm wrote by python
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:63.02kb
    • 提供者:lili
  1. kmedoids

    1下载:
  2. K-medoids聚类算法的PYTHON版本,其它语言版本可以根据同一个原理进行改写-K-medoids cluster code in the version of python
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-01
    • 文件大小:11.75kb
    • 提供者:fish
  1. dbscan_python

    1下载:
  2. DBSCAN聚类算法的PYTHON版本,其它语言版本可以根据相同的原理修改得到-DBSCAN CLUSTER CODE in the version of python
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2.49kb
    • 提供者:fish
  1. k-means.py

    3下载:
  2. k-means算法的python直接通过word2vec生成的向量空间数据放入,可直接获得所需要的聚类结果。可以自己设定输出的类别数目。-K-means algorithm directly into the vector space data generated by word2vec, you can directly obtain the desired clustering results. You can set the number of output categories.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1.12kb
    • 提供者:lixiang
  1. python

    0下载:
  2. 简单的gmm聚类demo。 简单的gmm聚类demo。- U7B80 u5355 u7684gmm u808A u802A u7C2B u2002
  3. 所属分类:Other systems

    • 发布日期:2017-12-11
    • 文件大小:2.92kb
    • 提供者:wangxin
  1. pcv-book-code-master

    0下载:
  2. pcv源码 图形聚类的多种算法~~~~~~~~~~~~~~~~~~~~~python(pcv code which for image clustering)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:4.86mb
    • 提供者:丸十
  1. SOMPY-master

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

    • 发布日期:2018-01-03
    • 文件大小:760kb
    • 提供者:daybreaklalal
  1. Gaussian Mixture Model Ellipsoids

    0下载:
  2. 基于2个一维高斯模型组成的多维混合高斯模型,采用Python进行编程(Multidimensional mixed Gauss model based on 2 one-dimensional Gauss models and programming with Python)
  3. 所属分类:其他

    • 发布日期:2018-04-18
    • 文件大小:1kb
    • 提供者:yajing_07
  1. ChineseChuLi

    5下载:
  2. 中文文本处理的python程序,包括分词、删除特殊字符、删除停用词、爬虫程序、PCA降维、Kmean聚类、可视化等(Python programs for Chinese text processing, including participle, deleting special characters, deleting disuse words, crawler programs, PCA dimensionality reduction, Kmean clustering, visuali
  3. 所属分类:Windows编程

    • 发布日期:2018-04-19
    • 文件大小:12kb
    • 提供者:hello_spring
  1. plot_classifier_comparison

    0下载:
  2. 基于Pythoon的数值聚类分类算法,基于Python的三维立体点的空间最近邻分类(This example shows the effect of imposing a connectivity graph to capture local structure in the data. The graph is simply the graph of 20 nearest neighbors. Two consequences of imposing a connectivity can b
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:10kb
    • 提供者:Merichiee
  1. 机器学习常用方法

    3下载:
  2. 机器学习常用方法的python实现,包括PCA,随机森林,决策树,层次聚类,kmeans,KNN,线性感知机等(Python implementation of common machine learning methods, including PCA, random forest, decision tree, hierarchical clustering, kmeans, KNN, linear perceptron, etc.)
  3. 所属分类:其他

    • 发布日期:2018-03-07
    • 文件大小:16kb
    • 提供者:党铛铛
  1. Kmeans

    0下载:
  2. python实现的k-means聚类算法(k-means clustering algorithm implemented by python)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:2.29mb
    • 提供者:383794668
  1. python实现代码、测试数据集及结果

    9下载:
  2. 密度距离矩阵优化聚类算法python实现(Python implementation of density distance matrix optimization clustering algorithm)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:202kb
    • 提供者:hahchichi
  1. kNN

    0下载:
  2. 这是用于描述KNN聚类的python源代码,可以结合各位实际的需要使用(This is the python source code used to describe KNN clustering. It can be combined with your actual needs.)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:1kb
    • 提供者:chentrer
  1. 30号作业

    1下载:
  2. python实现密度峰值聚类 及相关测试数据机(Python realizes density peak clustering)
  3. 所属分类:其他

    • 发布日期:2020-05-09
    • 文件大小:667kb
    • 提供者:ynuplc
  1. 模糊聚类分析法(python)

    2下载:
  2. 运用python进行模糊聚类分析步骤如下:建立数据矩阵;数据标准化;建立模糊相似矩阵;改造相似关系为等价关系;确定分类数(The steps of Python fuzzy clustering analysis are as follows: establishing data matrix; standardizing data; establishing fuzzy similarity matrix; transforming similarity relation into equiv
  3. 所属分类:其他

    • 发布日期:2020-12-02
    • 文件大小:10kb
    • 提供者:木易人左
  1. Subtractive-Clustering-Algorithm-master

    1下载:
  2. 能够实现减法聚类,通过减法聚类对数据进行分类,使用python编程(It can realize subtraction clustering and use Python Programming)
  3. 所属分类:其他

    • 发布日期:2020-08-18
    • 文件大小:8kb
    • 提供者:handisen
  1. 基于t-SNE降维的学生成绩聚类模型

    1下载:
  2. 使用Python编写的小程序代码,基于t-SNE降维的学生成绩聚类模型。(Clustering model of students' performance based on t-sne dimension reduction)
  3. 所属分类:界面编程

    • 发布日期:2020-09-17
    • 文件大小:78kb
    • 提供者:下雪不打伞
« 12 »
搜珍网 www.dssz.com