Welcome![Sign In][Sign Up]
Location:
Search - k-nearest neighbor algorithm program

Search list

[AI-NN-PR最近邻法分类器演示

Description: 本程序是一个最近邻分类算法的演示程序,本程序完成了三种最近邻的演示并实现算法的分析-this procedure is a nearest neighbor classification algorithm the demo program, the completion of a three- Nearest Neighbor algorithm demonstration and analysis
Platform: | Size: 283648 | Author: luxiangzz | Hits:

[AlgorithmKode-Program-Algoritma-Nearest-Neighbor

Description: In pattern recognition, the k-nearest neighbor algorithm (k-NN) is a method for classifying objects based on closest training examples in the feature space. k-NN is a type of instance-based learning, or lazy learning where the function is only approximated locally and all computation is deferred until classification. The k-nearest neighbor algorithm is amongst the simplest of all machine learning algorithms: an object is classified by a majority vote of its neighbors, with the object being assigned to the class most common amongst its k nearest neighbors (k is a positive integer, typically small). If k = 1, then the object is simply assigned to the class of its nearest neighbor.
Platform: | Size: 589824 | Author: bwindhya | Hits:

[AI-NN-PRren-gong-zhi-neng

Description: 人工智能里面的几个c程序,蚁群算法、k近邻、hebb学习、hopfield网络、后向传播网络等。-Artificial intelligence inside the c program, ant colony algorithm and k nearest neighbor, hebb study, the Hopfield network, back propagation network.
Platform: | Size: 11264 | Author: zhangxin | Hits:

[AI-NN-PRren-gong-zhi-neng

Description: 用c语言编的几个人工智能程序,包括蚁群算法,k最近邻, hebb学习, Hopfield 网络, 后向传播网络。-Artificial intelligence inside the c program, ant colony algorithm and k nearest neighbor, hebb study, the Hopfield network, back propagation network.
Platform: | Size: 8192 | Author: zhangxin | Hits:

[OtherMyClassifyi

Description: 本程序主要是实现knn算法,KNN(k Nearest Neighbors)算法又叫k最临近方法,在分类和模式识别方面都有重要的应用。-The program mainly knn algorithm ,KNN (k Nearest Neighbors) algorithm also known as k nearest neighbor method has important applications in classification and pattern recognition.
Platform: | Size: 3643392 | Author: terry | Hits:

[OtherNearest-neighbor-classifier

Description: 本程序实现了最近邻分类器的K近邻算法。实现方式是使用matlab-This program implements a nearest neighbor classifier K-nearest neighbor algorithm. Implementation using matlab
Platform: | Size: 12288 | Author: 王康 | Hits:

[Algorithm123

Description: 该程序实现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.
Platform: | Size: 958464 | Author: 梁超 | Hits:

[DataMiningKNN-implement-by-python

Description: 该程序是用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.
Platform: | Size: 1024 | Author: liuchao | Hits:

[Mathimatics-Numerical algorithms机器学习实战(Peter Harrington 著)

Description: K-近邻算法,机器学习第二章节部分第一个程序源码,python3.6可运行(K- nearest neighbor algorithm, machine learning section second chapter, the first program source code, python3.6 can run)
Platform: | Size: 13648896 | Author: Andy2016 | Hits:

CodeBus www.codebus.net