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

搜索资源列表

  1. k_means

    1下载:
  2. 经典的k均值聚类算法,用于无监督学习和数据分类,广泛应用于数据处理和模式识别领域-Classical k-means clustering algorithm for unsupervised learning and data classification, widely used in data processing and pattern recognition
  3. 所属分类:matlab

    • 发布日期:2015-01-11
    • 文件大小:2048
    • 提供者:张磊
  1. kMeans

    0下载:
  2. 机器学习算法,无监督学习,利用k均值聚类算法对未标注数据分组-Machine learning algorithms, unsupervised learning, the use of k-means clustering algorithm for unlabeled data packets
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2404
    • 提供者:王铭航
  1. medical-super

    0下载:
  2. This work introduces two variants of unsupervised color segmentation methods. The underlying idea is to segment the input image several times, each time focussing on a different salient part of the image and to subsequently merge all obtained result
  3. 所属分类:matlab

    • 发布日期:2017-06-15
    • 文件大小:23173120
    • 提供者:chandu
  1. SOM_NN_CODE

    0下载:
  2. An important aspect of an ANN model is whether it needs guidance in learning or not. Based on the way they learn, all artificial neural networks can be divided into two learning categories - supervised and unsupervised. • In supervised l
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:125548
    • 提供者:Vishal
  1. dlib-18.14.tar

    0下载:
  2. 机器学习的范畴,包括SVMs (based on libsvm), k-NN, random forests, decision trees。可以对任意的数据操作-Its focus is on supervised classification with several classifiers available: SVMs (based on libsvm), k-NN, random forests, decision trees. It also performs feature sel
  3. 所属分类:JavaScript

    • 发布日期:2017-05-22
    • 文件大小:7042794
    • 提供者:王哲
  1. Mining-Weakly-Labeled-Web

    0下载:
  2. One challenging problem for search-based face annotation scheme is how to effectively perform annotation by exploiting the list of most similar facial images and their weak labels that are often noisy and incomplete. To tackle this problem, we propos
  3. 所属分类:.net

    • 发布日期:2017-05-23
    • 文件大小:7335321
    • 提供者:pravin
  1. CAN-code

    7下载:
  2. Clustering and Projected Clustering with Adaptive Neighbors -We proposed a CAN clustering algorithm with adaptive neighbors, the learned similarity matrix can be directly used for clustering, without having to perform K-means or other discretizatio
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1413588
    • 提供者:Ye
  1. MonTestRandom

    0下载:
  2. k-means is one of the simplest unsupervised learning algorithms that solve the well known clustering problem. The procedure follows a simple and easy way to classify a given data set through a certain number of clusters (assume k clusters) fixed apri
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:1171
    • 提供者:ilhemboulaabi
  1. kmeans_demo1

    0下载:
  2. 聚类算法可以理解为无监督的分类方法,即样本集预先不知所属类别或标签。-Clustering algorithms can be understood as unsupervised classification method, namely the sample set in advance know that category or tag.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1179
    • 提供者:zhangweidong
  1. kmeans

    0下载:
  2. k-means is a algorithm for make unsupervised learning, which use a vector, value k for create the clustering
  3. 所属分类:ELanguage

    • 发布日期:2017-05-06
    • 文件大小:595519
    • 提供者:lubarreraabarca
  1. FCM

    0下载:
  2. 用于数据聚类,无监督学习,可以直接使用,望大家指导批评(For data clustering, unsupervised learning)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:1024
    • 提供者:一袋辣条
  1. SOM

    0下载:
  2. 自组织竞争神经网络,可以对数据进行无监督学习聚类,本质上是一种只有输入层--隐藏层的神经网络(The self-organized competitive neural network can carry out unsupervised learning clustering of data, which is essentially a neural network with only the input layer hidden layer.)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:云痴说梦
  1. 05 竞争神经网络与SOM神经网络

    2下载:
  2. 自组织神经网络概念和原理,并重点介绍一下自组织特征映射SOM网络。SOM和现在流行的ANN(MLP)模型在结构上类似,都由非常简单的神经元结构组成,但是SOM是一类“无监督学习”模型,一般的用法是将高维的input数据在低维的空间表示[1],因此SOM天然是一种降维方法。除了降维,SOM还可以用于数据可视化,以及聚类等应用中。(The concept and principle of self-organizing neural network are introduced, and the s
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-21
    • 文件大小:533504
    • 提供者:ZJN27
  1. 协同过滤算法

    0下载:
  2. 文本聚类(Text clustering)文档聚类主要是依据著名的聚类假设:同类的文档相似度较大,而不同类的文档相似度较小。作为一种无监督的机器学习方法,聚类由于不需要训练过程,以及不需要预先对文档手工标注类别,因此具有一定的灵活性和较高的自动化处理能力,已经成为对文本信息进行有效地组织、摘要和导航的重要手段,为越来越多的研究人员所关注。(Text clustering document clustering is based on the well-known clustering assum
  3. 所属分类:其他

  1. kmeans聚类算法

    3下载:
  2. kmeans聚类分析,无监督学习实现Matlab代码(Kmeans clustering analysis, unsupervised learning implementation of MATLAB code)
  3. 所属分类:matlab例程

    • 发布日期:2021-04-26
    • 文件大小:5120
    • 提供者:东云博士
« 1 2 3 4»
搜珍网 www.dssz.com