Welcome![Sign In][Sign Up]
Location:
Search - KNN

Search list

[JSP/JavaKnn-java

Description: java实现的数据挖掘knn算法,一般算法的改进,准确率有所提高-java implementation of data mining knn algorithm, the general algorithm, improved accuracy
Platform: | Size: 8192 | Author: ethen | Hits:

[Other机器学习,最近邻算法KNN

Description: machine learning,机器学习算法 KNN算法,最近邻算法 python代码与数据
Platform: | Size: 358240 | Author: liuyq2015@gmail.com | Hits:

[matlabKNN算法代码(matlab)

Description: 本实验中的KNN分类算法采用Matlab语言实现。 主函数“knnClass.m”读取训练和测试的数据文件,然后调用knn函数进行分类运算,并使用图像的形式将分类结果显示出来。(The KNN classification algorithm in this experiment is realized by Matlab language. The main function "knnClass.m" reads the training and test data files, and then calls the knn function for sorting operations and displays the sorting results in the form of images.)
Platform: | Size: 43008 | Author: | Hits:

[AI-NN-PRknn

Description: 邻近算法,或者说K最近邻(kNN,k-NearestNeighbor)分类算法是数据挖掘分类技术中最简单的方法之一。所谓K最近邻,就是k个最近的邻居的意思,说的是每个样本都可以用它最接近的k个邻居来代表。(Neighborhood algorithm, or K nearest neighbor (kNN, k-NearestNeighbor) classification algorithm is one of the simplest methods in data mining classification technology. The so-called K nearest neighbor, that is, k the nearest neighbor's meaning, that is, each sample can use it to the nearest k neighbors to represent.)
Platform: | Size: 1024 | Author: 折夏 | Hits:

[matlabKNN Matting

Description: KNN算法实现的抠图程序,包含数据集,使用了KD树实现KNN(KNN algorithm to achieve the matting process, including data set)
Platform: | Size: 33420288 | Author: feifei9322 | Hits:

[matlabknn所涉及

Description: KNN是通过测量不同特征值之间的距离进行分类。它的的思路是:如果一个样本在特征空间中的k个最相似(即特征空间中最邻近)的样本中的大多数属于某一个类别,则该样本也属于这个类别。K通常是不大于20的整数。KNN算法中,所选择的邻居都是已经正确分类的对象。该方法在定类决策上只依据最邻近的一个或者几个样本的类别来决定待分样本所属的类别。(NN is classified by measuring the distance between the different eigenvalues. It is the idea that the sample also belongs to this category if the majority of k samples of the sample in the feature space are the most similar (ie, the nearest neighbor in the feature space). K is usually an integer greater than 20. In the KNN algorithm, the selected neighbors are objects that have been correctly classified. The method determines the category of the sample to be sorted only on the classification decision based on the nearest one or several samples.)
Platform: | Size: 26624 | Author: haibelief | Hits:

[matlabKNN

Description: 实现KNN算法,有数据,可运行,并且对KNN中的参数进行调试(KNN algorithm, data, can run,And debugging the parameters in KNN)
Platform: | Size: 1886208 | Author: 飞跃·小孩 | Hits:

[matlabknn-MATLAB

Description: 这是一个实现简单的多数表决法的KNN算法。KNN算法涉及三个重要的步骤,分别是决定K的大小;距离的表达方法(一般有欧式距离,曼哈顿距离,Minkowski距离);决策方法(多数表决法,KD树法等)。本程序是采用多数表决的决策方法,距离表达采用欧式距离。适用于小样本少特征的数据集。(KNN algorithm realized by MATLAB, useful for small training set and less features.)
Platform: | Size: 2048 | Author: 乃肥 | Hits:

[kNN

Description: kNN算法实例,有同学想进行学习的可以参考(Example of kNN algorithm)
Platform: | Size: 1024 | Author: zhaoq123 | Hits:

[JSP/Javaknn

Description: 运用java 语言简单实现knn算法,邻近算法,或者说K最近邻(kNN,k-NearestNeighbor)分类算法是数据挖掘分类技术中最简单的方法之一(Using java language simple implementation of KNN algorithm, neighbor algorithm, or K nearest neighbor (kNN, k-NearestNeighbor) classification algorithm is one of the simplest methods of data mining classification technology)
Platform: | Size: 2048 | Author: 武林至尊 | Hits:

[AI-NN-PRkNN

Description: kNN,用来分类分类速度快 容易理解,上手容易(kNN,fast to classify easy to understand,welcome to download)
Platform: | Size: 5120 | Author: wangago | Hits:

[matlabKNN

Description: KNN算法的matlab实现,包含原始数据(matlab code of KNN in machine learning)
Platform: | Size: 14336 | Author: hierarch | Hits:

[AI-NN-PRkNN

Description: kNN分类算法机器学习实战中python测试代码用例(KNN classification algorithm, machine learning, actual combat, python test code, use case)
Platform: | Size: 1024 | Author: 花样年华987 | Hits:

[matlabKNN

Description: UJIndoorLocold中基于KNN楼层定位,建立3维数据图(UJIndoorLocold based on KNN floor positioning, the establishment of 3 dimensional data map)
Platform: | Size: 10240 | Author: 1初学者1 | Hits:

[Otherknn

Description: 代码通过python2实现KNN算法,文件夹中包含使用数据及其使用代码。在python2中能很好的运行(Code through python2 to achieve KNN algorithm)
Platform: | Size: 531456 | Author: jacob2359 | Hits:

[matlab2、KNN学习

Description: KNN算法MATLAB仿真,KNN算法是经典的分类算法,是机器学习的基础算法(KNN algorithm, MATLAB simulation)
Platform: | Size: 3072 | Author: casc_zxy | Hits:

[DocumentskNN

Description: KNN算法改进约会网站配对效果;KNN实现手写数字识别(KNN algorithm to improve the matching effect of dating sites; KNN handwritten numeral recognition)
Platform: | Size: 336896 | Author: 诸天万道 | Hits:

[matlabKNN

Description: K近邻原理MATLAB代码程序,很详细,很实用,可以直接用(knn matlab matlab code)
Platform: | Size: 5120 | Author: 小文 子 | Hits:

[AI-NN-PRKNN

Description: 人工智能课程的KNN算法实现,包括回归和分类。(Artificial intelligence curriculum KNN algorithm, including regression and classification.)
Platform: | Size: 91136 | Author: liaohl | Hits:

[Algorithmknn

Description: 采用KNN(K邻近算法),用matlab平台实现的分类预测算法(Using KNN (K adjacent algorithm), using matlab platform to achieve the classification prediction algorithm)
Platform: | Size: 5120 | Author: 小龙女 | Hits:
« 1 2 3 45 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net