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

搜索资源列表

  1. littleworld

    0下载:
  2. NW小世界网络的构成原则为:从一个环状的规则网络开始,网络含有N个结点,每个结点向与它最近邻的K个结点连出K条边,并满足N>>K>>In(N)>>1。随后进行随机化加边,以概率p在随机选取的一对节点之间加上一条边。其中,任意两个不同的节点之间至多只能有一条边,并且每一个节点都不能有边与自身相连。改变p值可以实现从最近邻耦合网络(p=0)向全局耦合网络(p=1)转变。在p足够小和N足够大时,NW小世界模型本质上等同于WS小世界模型。 -NW constitu
  3. 所属分类:assembly language

    • 发布日期:2017-11-26
    • 文件大小:1675
    • 提供者:freebank
  1. knn

    0下载:
  2. 实现构建k-d树并且实现k-d树上的最邻近查找算法-Build a kd-tree and kd tree nearest neighbor search algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:1826
    • 提供者:汪小龙
  1. Nearest_Neighbor

    0下载:
  2. KNN k s nearest neighbor algorithm-KNN k' s nearest neighbor algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:574
    • 提供者:谢达
  1. 1

    0下载:
  2. 利用K-L变换进行人脸识别。首先求得待辨识图像相对于训练集平均脸的差值图像,然后求得该图像在特征脸空间中的坐标,最后采用最近邻法对图像进行归类。-KL transform for face recognition. Obtain the first image to be identified image with respect to the difference between the average face of the training set, and then obtain the
  3. 所属分类:assembly language

    • 发布日期:2017-11-20
    • 文件大小:3087
    • 提供者:断浪
  1. pattern1_a

    0下载:
  2. . PCA人脸识别 A.闭集测试。用每个人的前5张图像作为训练,剩下的5张图像作为测试。也就是说总共有200张训练图像和200张测试图像。采用最近邻分类,分析选取不同的主分量个数K,对识别率的影响 -. PCA Face Recognition A. Closed set tests. With each of the first five images for training, the remaining 5 images as a test. That is a total of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:751
    • 提供者:houlun
  1. small-world-networks

    0下载:
  2. 1998年, Watts和Strogatz 提出了小世界网络这一概念,并建立了WS模型。 实证结果表明,大多数的真实网络都具有小世界特性(较小的最短路径) 和聚类特性(较大的聚类系数) 。 WS小世界模型构造算法 1、从规则图开始:考虑一个含有N个点的最近邻耦合网络,它们围成一个环,其中每个节点都与它左右相邻的各K/2节点相连,K是偶数。 2、随机化重连:以概率p随机地从新连接网络中的每个边,即将边的一个端点保持不变,而另一个端点取为网络中随机选择的一个节点。其中规定,任意两个不同的
  3. 所属分类:matlab

    • 发布日期:2017-11-26
    • 文件大小:1140931
    • 提供者:李梅
  1. kdtree

    0下载:
  2. k-d树(k-dimensional树的简称),是一种分割k维数据空间的数据结构。主要应用于多维空间关键数据的搜索(如:范围搜索和最近邻搜索)。K-D树是二进制空间分割树的特殊的情况。-kd tree (k-dimensional tree for short), is a data structure split k-dimensional data space. Mainly used in multi-dimensional space-critical data search (eg:
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:726
    • 提供者:刺客
  1. kdtree-master

    0下载:
  2. 是一种分割k维数据空间的数据结构。主要应用于多维空间关键数据的搜索(如:范围搜索和最近邻搜索)-a k-dimensional data space dividing data structures. Mainly used in multi-dimensional space-critical data search (eg: range search and nearest neighbor search)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-27
    • 文件大小:11660
    • 提供者:li
  1. NN1akNN

    0下载:
  2. 实现机器学习中的最近邻算法——1-NN和k--Realization of machine learning algorithms 1-NN nearest neighbor and k-NN
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1631
    • 提供者:HuYue
  1. 123

    0下载:
  2. 该程序实现K-均值聚类算法达到K-均值聚类的功能,与凝聚算法 最近邻聚类算法达到最邻聚类的功能。 -The program implements K- K- means clustering algorithm to achieve functional means clustering, and cohesion algorithm- nearest neighbor clustering algorithm to achieve the most-neighbor clustering.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:958020
    • 提供者:梁超
  1. kjinlin

    0下载:
  2. K最近邻(k-Nearest Neighbour,KNN)分类算法,是一个理论上比较成熟的方法,也是最简单的机器学习算法之一。该方法的思路是:如果一个样本在特征空间中的k个最相似(即特征空间中最邻近)的样本中的大多数属于某一个类别,则该样本也属于这个类别。-K neighbor algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1597
    • 提供者:宋朗
  1. knn-kdtree

    0下载:
  2. kd树,分割k维数据空间的数据结构。主要应用于多维空间关键数据的搜索(如:范围搜索和最近邻搜索)。K-D树是二进制空间分割树的特殊的情况。-KD tree, the data structure of K dimensional data space. It is mainly used in the search of key data in multidimensional space (such as range search and nearest neighbor search). K
  3. 所属分类:Other systems

    • 发布日期:2017-12-16
    • 文件大小:4096
    • 提供者:Christiana
  1. kMeans

    0下载:
  2. 实现聚类,预测数据,在教育行业十分有帮助(The basic idea of KMeans algorithm is that the initial random given K cluster centers, according to the nearest neighbor principle, the sample points are divided into different clusters. Then, the centroid of each cluster is comp
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-20
    • 文件大小:2048
    • 提供者:linlin1
  1. knn所涉及

    0下载:
  2. KNN是通过测量不同特征值之间的距离进行分类。它的的思路是:如果一个样本在特征空间中的k个最相似(即特征空间中最邻近)的样本中的大多数属于某一个类别,则该样本也属于这个类别。K通常是不大于20的整数。KNN算法中,所选择的邻居都是已经正确分类的对象。该方法在定类决策上只依据最邻近的一个或者几个样本的类别来决定待分样本所属的类别。(NN is classified by measuring the distance between the different eigenvalues. It is
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:26624
    • 提供者:haibelief
« 1 2 ... 11 12 13 14 15 16»
搜珍网 www.dssz.com