搜索资源列表

  1. spectral-0.2.tgz

    0下载:
  2. 谱聚类。 很好用的人工智能算法-Spectral clustering. Good use of artificial intelligence algorithms
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2025-02-14
    • 文件大小:14kb
    • 提供者:jwj
  1. python-cure-implementation-master

    3下载:
  2. Python实现的cure聚类算法和K-means算法(python-cure-Kmeans-implementation)
  3. 所属分类:WEB源码

    • 发布日期:2025-02-14
    • 文件大小:13kb
    • 提供者:獭獭獭
  1. Kmeans

    0下载:
  2. 用Python语言实现的大规模数据聚类,附实验报告(Large-scale data clustering with Python language, with experimental reports)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2025-02-14
    • 文件大小:275kb
    • 提供者:喵斯嘉
  1. kmeans

    0下载:
  2. 对数据和图像进行聚类分析,k-means聚类方法多应用于模式识别,人工智能,机器学习等方面(Clustering analysis of data and images, K-means clustering method should be used in pattern recognition, artificial intelligence, machine learning and so on)
  3. 所属分类:数据挖掘

    • 发布日期:2025-02-14
    • 文件大小:1kb
    • 提供者:Source Pill
  1. SOMPY-master

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

    • 发布日期:2025-02-14
    • 文件大小:760kb
    • 提供者:daybreaklalal
  1. 模式识别 聚类

    0下载:
  2. 模式识别作业,两种聚类算法kmeans,dbscan,python算法(pattern recognition homework)
  3. 所属分类:数值算法/人工智能

  1. K-means&DBSCAN

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

    • 发布日期:2025-02-14
    • 文件大小:1kb
    • 提供者:JLjljl
  1. Kmeans

    0下载:
  2. python语言实现kmeans聚类,机器学习算法(Kmeans clustering in Python language)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2025-02-14
    • 文件大小:33kb
    • 提供者:jiaru
  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
  3. 所属分类:其他小程序

    • 发布日期:2025-02-14
    • 文件大小:10kb
    • 提供者:Merichiee
  1. DBSCAN聚类

    0下载:
  2. Python密度聚类 最近在Science上的一篇基于密度的聚类算法《Clustering by fast search and find of density peaks》引起了大家的关注(在我的博文“论文中的机器学习算法——基于密度峰值的聚类算法”中也进行了中文的描述)。于是我就想了解下基于密度的聚类算法,熟悉下基于密度的聚类算法与基于距离的聚类算法,如K-Means算法之间的区别。 基于密度的聚类算法主要的目标是寻找被
  3. 所属分类:Python编程

    • 发布日期:2025-02-14
    • 文件大小:10kb
    • 提供者:cjh1882
  1. Kmeans

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

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

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

    • 发布日期:2025-02-14
    • 文件大小: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. 所属分类:其他小程序

    • 发布日期:2025-02-14
    • 文件大小:1kb
    • 提供者:chentrer
  1. slic-python-implementation-master

    0下载:
  2. SLIC算法实现超像素聚类,python版本为2.7(SLIC Algorithm for Superpixel Clustering, Python version is 2.7)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2025-02-14
    • 文件大小:1.75mb
    • 提供者:Dechen
  1. Python计算机视觉编程

    0下载:
  2. 本书介绍Python的计算机视觉编程,用清晰的Python示例,细致讲解对象识别、3D重建、立体图像、增强现实及其他计算机视觉应用技巧,给出了分析图像的工具与方法。内容:机器人导航、医学图像分析;图像映射与变换;多图像的3D重建;用聚类方法基于相似性和内容组织图像;基于视觉内容的图像检索技巧;实现图像内容分类和对象识别的算法;通过Python接口访问常用的OpenCV库。(This book introduces Python's co
  3. 所属分类:Python编程

    • 发布日期:2025-02-14
    • 文件大小:4.81mb
    • 提供者:qhxinshou
  1. 30号作业

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

    • 发布日期:2025-02-14
    • 文件大小:667kb
    • 提供者:ynuplc
  1. dbdemo

    0下载:
  2. 基于密度的聚类算法----DBSCAN算法的代码实现python(Density-based clustering algorithm----Code Implementation of DBSCAN Algorithms)
  3. 所属分类:Python编程

  1. 模糊聚类分析法(python)

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

    • 发布日期:2025-02-14
    • 文件大小:10kb
    • 提供者:木易人左
  1. 模糊聚类分析法

    0下载:
  2. 运用模糊数学理论,运用python编程编写模糊聚类分析法,进行风险评估研究
  3. 所属分类:编程文档

  1. 基于t-SNE降维的学生成绩聚类模型

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

    • 发布日期:2025-02-14
    • 文件大小:78kb
    • 提供者:下雪不打伞
« 12 3 4 »

源码中国 www.ymcn.org