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

搜索资源列表

  1. ISOMAP-Algorithm

    0下载:
  2. ISOMAP算法,其中做了部分修改。算法采用K近邻图计算测地距离的方法,最后进行低维嵌入-ISOMAP algorithm, which made some modification.Algorithm of geodesic distance is obtained by using the K neighbor graph method, finally to low dimensional embedding
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1709
    • 提供者:ee
  1. FACE

    0下载:
  2. 人脸识别的k近邻分类器,matlab代码- Recognition of k-nearest neighbor classifier,matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:133896
    • 提供者:min qingyan
  1. LMNN

    1下载:
  2. 大间隔最近邻居(Large margin nearest neighbor (LMNN))分类算法是统计学的一种机器学习算法。该算法是在k近邻分类其中学习一种欧式距离度量函数。-Spaced nearest neighbor (Large margin nearest neighbor (LMNN)) classification algorithm is a statistical machine learning algorithms. The algorithm is learning a
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:176154
    • 提供者:baojunli
  1. kNN

    0下载:
  2. KNN,k近邻算法,内附测试数据集,机器学习实战源码-KNN, k nearest neighbor algorithm, enclosing the test data set, machine learning practical source
  3. 所属分类:Data Mining

    • 发布日期:2017-04-30
    • 文件大小:511478
    • 提供者:赵保付
  1. KraskovMI

    0下载:
  2. k近邻互信息估计源代码,简单易用,可用于估计多维互信息 -kNN mutual information estimator by Kraskov
  3. 所属分类:Data Mining

    • 发布日期:2017-04-13
    • 文件大小:1890
    • 提供者:刘帅
  1. knn

    0下载:
  2. K近邻分类算法实现 in Python -KNN Classfier in Python
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:744
    • 提供者:王显
  1. Eigenface

    0下载:
  2. 人脸识别Eigenface算法的完整实现,主要基于PCA(主成成分分析)和kNN(k近邻)分类器实现,测试模板库基于ORL和yale,可以达到98 的识别率。-Eigenface complete recognition algorithm, mainly based on PCA (Principal Component Analysis into) and kNN (k nearest neighbor) classifier implementation, test template li
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2938
    • 提供者:曾文超
  1. K-Nearest-Neighbor

    0下载:
  2. 数据挖掘中经典的KNN(K-最近邻)算法,导入即可运行-Data Mining the classical KNN (K- nearest neighbor) algorithm, you can import operation
  3. 所属分类:Data Mining

    • 发布日期:2017-05-13
    • 文件大小:2623214
    • 提供者:zhang29
  1. mLknnMATLAB

    0下载:
  2. 本代码主要用了多标签K近邻方法(MLKNN)实现对多标签数据进行分类-This code mainly spent more than a label K-nearest neighbor method (MLKNN) to achieve the multi-label data classification
  3. 所属分类:Data Mining

    • 发布日期:2017-04-30
    • 文件大小:469960
    • 提供者:
  1. DM_BayesAndKNN

    0下载:
  2. C++实现数据挖掘的贝叶斯分类方法和k-近邻分类方法,有源码,有示例数据,有说明文档-C++ implementation of data mining methods and Bayesian classification k- nearest neighbor classification method, there is source code, sample data, documentation
  3. 所属分类:Data Mining

    • 发布日期:2017-05-16
    • 文件大小:3652530
    • 提供者:morton
  1. KNN

    0下载:
  2. K近邻算法的python代码,针对婚恋网站调查数据-the python code especially for k-nearest algorithm on the condition of wedding data
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:1369
    • 提供者:唐妹灵
  1. KNN-implement-by-python

    0下载:
  2. 该程序是用python编写一个K近邻算法,通过该例子可以掌握K近邻算法,是学习数据挖掘的一个高效的算法。-The program is written in python a K-nearest neighbor algorithm, this example can grasp the K-nearest neighbor algorithm, a learning data mining and efficient algorithms.
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:1379
    • 提供者:liuchao
  1. kNN

    0下载:
  2. k近邻算法,可以简单准确的对数据,按照给定点与设定点的欧氏距离大小,进行分类-K nearest neighbor algorithm, can be simple and accurate data, in accordance with the set point to the point and the Euclidean distance of the set point size, classification
  3. 所属分类:Data Mining

    • 发布日期:2017-04-13
    • 文件大小:1623
    • 提供者:dongyanyan
  1. findKN

    0下载:
  2. 在数据挖掘、人工智能等领域中,都常用到KD树来进行K近邻查找。本程序是自己用C++实现的一个KD树来进行的K近邻查找程序,包含建树和查找。文件中附有测试文件。-In data mining, artificial intelligence and other areas, it is commonly used to KD tree to find K nearest neighbor. This procedure is K neighbor Finder C++ they used to a
  3. 所属分类:Data Mining

    • 发布日期:2017-05-22
    • 文件大小:6462575
    • 提供者:风之痕lch
  1. KNN

    0下载:
  2. 《机器学习实战》K近邻算法的代码实现以及数据,真实可靠,欢迎使用-" Machine learning real" K nearest neighbor algorithm code and data, real reliable, welcome
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-09
    • 文件大小:1885505
    • 提供者:hhz
  1. python-code-for-Machine-learning

    2下载:
  2. 用于机器学习的全方位python代码,包括K-近邻算法、决策树、朴素贝叶斯、Logistic 回归 、支持向量机、利用 AdaBoost 元算法提高分类性能、预测数值型数据:回归、树回归、利用 K-均值聚类算法对未标注数据分组、使用 Apriori 算法进行关联分析、使用 FP-growth 算法来高效分析频繁项集、利用 PCA 来简化数据、利用 SVD 简化数据、大数据与 MapReduce-The full range of python code for machine learning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:546302
    • 提供者:杨宇
  1. kNN

    0下载:
  2. 机器学习实战中,K近邻算法的实现。包括算法实现,算法分类测试-Machine learning combat, the realization of K nearest neighbor algorithm. Including the algorithm, the algorithm classification test
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-15
    • 文件大小:2048
    • 提供者:sunny_hbqq
  1. knear

    0下载:
  2. 使用MATLAB实现的非参数技术分类,包含了k近邻技术,包含数据集和测试集,具有很大的参考意义。-Non-parametric classification techniques implemented using MATLAB, including k-nearest neighbor technology, including data sets and test sets, has great reference value.
  3. 所属分类:matlab

    • 发布日期:2017-12-15
    • 文件大小:6144
    • 提供者:郝韵致
  1. KNN

    0下载:
  2. kNN,k-近邻算法,caiyong解决分类问题-KNN, k- u8FD1 u90BB u7B97 u6CD5 uFF0C u89E3 u51B3 u5206 u7C7B u95EE u9898
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-20
    • 文件大小:1035264
    • 提供者:徐园园
  1. pattern recognition

    0下载:
  2. 模式识别,fisher判别法,近邻法,k近邻法matlab例程(Pattern recognition, Fisher discriminant method, nearest neighbor method, k nearest neighbor method, matlab)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:hit_bojiale
« 1 2 3 4 5 6 78 9 10 »
搜珍网 www.dssz.com