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

搜索资源列表

  1. knn

    1下载:
  2. 分别利用java和C++实现的KNN文本分类算法,每个程序模块都有详细注释-Respectively, the use of java and C++ implementation of KNN text classification algorithm, each program module has detailed notes
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:229121
    • 提供者:路彦晞
  1. knn

    0下载:
  2. K近邻(KNN):分类算法KNN是non-parametric分类器(不做分布形式的假设,直接从数据估计概率密度),是memory-based learning KNN不适用于高维数据(curse of dimension)-K-Nearest Neighbor (KNN): Classification Algorithm. KNN is a non-parametric classifiers (not to assume that the distribution of forms, fr
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:776
    • 提供者:王海
  1. fuzzy_cluster_knn

    0下载:
  2. 基于模糊聚类KNN的室内WLAN算法研究 源代码 使用matlab实现-indoor WLAN location based on fuzzy cluster KNN algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2527
    • 提供者:郭伟奇
  1. kNN

    0下载:
  2. kNN分类算法——将没有分类标签的数据与样本集合中所有的数据一一进行距离计算, 然后提取最相似的K个数据,这个K个数据中分类标签出现最多的分类就是新数据的分类标签。 优点:简单有效,缺点:耗费存储空间,非常耗时,无法给出任何数据的结构信息。 这个程序是采用python缩写,注释比较多,自己加的-kNN classification algorithm: no data and sample collection of all data classification labels on
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:2360
    • 提供者:iihaozl
  1. Neighbor-classification

    0下载:
  2. 近邻分类,属于模式识别类的。对两类数据分别产生高斯分布数据,用KNN算法看这个数属于哪个类的,并求测试数据和类中每个数据的欧氏距离-Neighbor classification, pattern recognition belongs to the class. Two types of data were generated Gaussian distribution data, to see with this number belongs KNN algorithm class and
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:876
    • 提供者:双月
  1. knn_algo

    0下载:
  2. This code kNN algorithm implementation in matlab.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1778
    • 提供者:Mahtab
  1. LDA_KNN_OA

    0下载:
  2. KNN是有监督的分类算法,将测试点归类为其K个进邻点中出现次数最多的类别。KNN_Cla 1.利用所有带标记的数据作为train数据,调用KNN分类函数KNN_Cla()对整个图像进行分类,得到整个图像的分类结果图。 2.随机在所有带标记的数据中选择train和test数据(50 train数据,50 test数据)然后进行kNN分类。随机选择10次,计算总体分类精度OA,然后求平均结果,作为最终对算法的评价。K值依次选择1,3,5,7,9,11,分别用这6种K的取值进行kNN算法
  3. 所属分类:Special Effects

    • 发布日期:2016-01-25
    • 文件大小:4952064
    • 提供者:gaojing
  1. Citation-KNN

    0下载:
  2. 多实例学习的经典实例,目前非常流行,对传统的近邻算法的改进-Classic example of a multiple- instance learning, is very popular, to the improvement of the traditional neighbor algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3365
    • 提供者:hk
  1. KNN

    0下载:
  2. 实现了KNN文本的分类,KNN最近邻基于欧几里德距离的JAVA算法实现适用于初级学习KNN的初学者。-Realization of KNN text classification, KNN nearest neighbor JAVA algorithm for Euclidean distance implementation is applied to the primary learning KNN beginners based on.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-24
    • 文件大小:12862
    • 提供者:罗志强
  1. knn-function

    0下载:
  2. this code about classification with KKN algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5923
    • 提供者:gani
  1. knn

    0下载:
  2. calssification algorithm
  3. 所属分类:Other Databases

    • 发布日期:2017-04-26
    • 文件大小:8956
    • 提供者:m
  1. KNN

    0下载:
  2. 小小的最近邻算法,希望能够对大家有所帮助-Tiny nearest neighbor algorithm , hoping to be helpful to everyone
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:732
    • 提供者:卢国波
  1. Ch02

    0下载:
  2. 利用Python语言来实现knn算法 简单易学上手快 适合初学者-Using the Python language to realize the load on the KNN algorithm is easy to learn for beginners
  3. 所属分类:assembly language

    • 发布日期:2017-05-09
    • 文件大小:1556178
    • 提供者:张扬
  1. kNNinpython

    0下载:
  2. 用Pyhton写的一个KNN算法,主要来源于机器学习的书籍-With Pyhton write a KNN algorithm, mainly machine learning books
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1594
    • 提供者:王铭航
  1. Handwritten-Digit

    1下载:
  2. 应用KNN和NP算法对MINSET数据库进行手写数字识别-KNN algorithm application and NP MINSET Digital Recognition
  3. 所属分类:Special Effects

    • 发布日期:2017-06-19
    • 文件大小:28430336
    • 提供者:zhou
  1. kNN

    0下载:
  2. 这是一个分类算法,用python实现的。是一个很普遍但很好的分类。大家可以借鉴一下-This is a classification algorithm, using python implementation. Is a very common but very good classification. We can learn it
  3. 所属分类:Other systems

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

    0下载:
  2. K-NN k-Nearest Neighbor classification algorithm-K-NN k-Nearest Neighbor classification algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:895
    • 提供者:soufiane
  1. NNapplication

    0下载:
  2. 数据挖掘经典算法之一,KNN临近算法。可用于机器学习领域的文本向量分类等用途。-One of the classical data mining algorithms, KNN algorithm approaching. Can be used for text vector machine learning classification purposes.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:641
    • 提供者:意琪贝
  1. KNN

    0下载:
  2. 自己编写的最近邻KNN算法,采用的距离是欧氏距离,附加了详细的中文注释,还有一个测试集和一个训练集- I have written KNN nearest neighbor algorithm, the distance is the Euclidean distance, additional detailed notes in Chinese, as well as a test set and a training set
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2365
    • 提供者:金国跃
  1. eMailSystem

    0下载:
  2. 采用有监督的朴素贝叶斯、SVM和KNN算法对进行训练,实现对邮件的分类-Using supervised naive bayes, SVM and KNN algorithm for training, implementation of the classification of the mail
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-17
    • 文件大小:4472802
    • 提供者:马敬超
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 24 »
搜珍网 www.dssz.com