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

搜索资源列表

  1. knn

    0下载:
  2. knn分类算法,实现了knn分类算法,还不错-KNN categorization algorithm
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:3658
    • 提供者:严圣军
  1. KNN

    0下载:
  2. In pattern recognition, the k-Nearest Neighbors algorithm (or k-NN for short) is a non-parametric method used for classification and regression
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2050
    • 提供者:farshid
  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. ML-kNN

    0下载:
  2. 针对单标记学习算法KNN进行改进,适用于多标记数据集改造而成的多标记K临近算法。-Improved learning algorithm for single marker KNN, suitable for multi-label data sets adapted multi-label K near the algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1343935
    • 提供者:SensorNetwork
  1. knn1

    2下载:
  2. 基于RSSI的室内定位KNN算法 ,matlab例子-RSSI-based indoor positioning KNN algorithm, matlab example
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1349
    • 提供者:nieying
  1. knn

    0下载:
  2. 一个简单的KNN实现,利用距离测试点最近的k个点的所属类别,进行投票表决,票数多的即为测试点所属的类别-the algorithm of k-nearest neiberhood to judge the test data s classification
  3. 所属分类:Data Mining

    • 发布日期:2017-05-04
    • 文件大小:329396
    • 提供者:Wing
  1. kNN

    0下载:
  2. 使用k-近邻算法改进约会网站的配对算法和使用k-近邻算法的手写数字识别系统-Use k- nearest neighbor matching algorithm to improve the dating sites and use of k- nearest neighbor handwritten numeral recognition system
  3. 所属分类:source in ebook

    • 发布日期:2017-05-09
    • 文件大小:1579613
    • 提供者:huashi
  1. KNN

    0下载:
  2. 自己实现机器学习十大算法中的k最近邻算法,经过测试,算法运行很好-Own machine learning algorithm to achieve the k nearest neighbor algorithm, tested, the algorithm runs very well
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-05
    • 文件大小:5826
    • 提供者:lidabao
  1. beiyesigen

    0下载:
  2. 各种贝叶斯,k紧邻,KNN算法实例大集合-Various Bayes, k close, a large collection of KNN algorithm example .............
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-05
    • 文件大小:72120
    • 提供者:刘伟
  1. KNN

    0下载:
  2. KNN K近邻算法 来自视觉机器学习中的代码-The KNN K Nearest Neighbor algorithm comes the code in the visual machine learning
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3416
    • 提供者:jhj
  1. viuw

    0下载:
  2. Search king imp, view the demo, a corresponding KNN algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-05
    • 文件大小:6886
    • 提供者:vdriabls
  1. KNN

    0下载:
  2. knn聚类算法的python描述,兼容python2.7 3.0以上版本-python knn clustering algorithm descr iption, compatible python2.7 3.0 or later
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-15
    • 文件大小:1024
    • 提供者:李娟
  1. knn_logistic_naiveBayes

    0下载:
  2. 统计机器学习经典分类算法MATLAB代码,付数据集。包括knn算法,逻辑斯蒂回归和朴素贝叶斯算法。-Classical statistical machine learning classification algorithm MATLAB code, pay dataset. Including knn algorithm, logistic regression and naive Bayes algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-13
    • 文件大小:9964214
    • 提供者:宋骅昕
  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. matlab

    0下载:
  2. 简单贝叶斯,PCA自写函数,自写KNN算法,都能运行,还有一些以后补充。-Simple Bayesian, PCA write function, write KNN algorithm, can run, there are some later added.
  3. 所属分类:Other systems

    • 发布日期:2017-12-15
    • 文件大小:5120
    • 提供者:zxx
  1. Python

    0下载:
  2. 实现KNN算法,通过输入参数K,找出临近K个点的类别,通过少数服从多数的原则,判别输入个体的类别。-Achieve KNN algorithm, K input parameters to identify categories near the K-point, through the principle of majority rule, determine an individual category input.
  3. 所属分类:Other systems

    • 发布日期:2017-12-17
    • 文件大小:1024
    • 提供者:牛炫
  1. ML_project

    0下载:
  2. 程序是对手写体数字进行识别,用knn算法,代码编写是用java。训练样本和验证样本都在代码中提供了。-The program is to handwriting figures to identify, with knn algorithm, the code is written with java. Training samples and validation samples are provided in the code.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-11
    • 文件大小:523357
    • 提供者:DawnFan
  1. testKNN.m

    0下载:
  2. Validating binary classification with KNN algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-17
    • 文件大小:1024
    • 提供者:Atma
  1. KNN

    0下载:
  2. 最近邻算法的python代码,包含有可使用的数据集和测试集。-The python code for the nearest neighbor algorithm contains available data sets and test sets.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-14
    • 文件大小:773429
    • 提供者:石毓
  1. DataMiningProject1

    0下载:
  2. 实现了数据集的随机划分,并且能计算测试集的准确率(First, the random partition of the data set is realized, and the accuracy of the test set can be calculated by the KNN classification algorithm)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-23
    • 文件大小:5916672
    • 提供者:权哥12138
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 24 »
搜珍网 www.dssz.com