搜索资源列表
KNN
- 做了KNN分类算法的C++实现,希望感兴趣的下载-We do C++ KNN classification algorithm, and the hope of interest to download
knn
- KNN分类器的MATLAB代码,速度快效果好,适合初学者使用。-KNN search without using any gancy data structure, such as kd-tree. However, it is the fastest knn matlab implementation I ever found.
Knn-and-PCA.tar
- good implementation of KNN and PCA for face dataset
kNN
- KNN,k近邻算法,内附测试数据集,机器学习实战源码-KNN, k nearest neighbor algorithm, enclosing the test data set, machine learning practical source
KNN
- KNN算法,用于数据挖掘中数据离散化处理-K nearest neighbor classifier (K-NN) is widely discussed and applied in pattern recognition and machine learning
knn
- K近邻分类算法实现 in Python -KNN Classfier in Python
KNN
- 基于Python的算法,主要实现KNN算法。-The algorithm based on Python,which mainly realized the function of KNN.
knn
- KNN简单分类算法C++的实现,大家可以参考下,采用欧式距离,里面包含了knn.cpp以及train.txt,test.txt,rusult.txt-Classification algorithm (KNN), the realization of the c++, you can reference, USES the Euclidean distance, which contains the KNN, CPP and train. TXT, test. TXT, rusult. TXT
KNN
- 本例程是一个完整的学习KNN算法的工程,使用VS2010+C#编程,含训练数据及测试数据-This routine is a complete learning KNN algorithm works using VS2010+ C# programming, including training data and test data
knn
- 最简单的机器学习分类方法knn算法的python实现-The easiest method of machine learning classification algorithm python achieve knn
kNN
- 使用python编写kNN算法,包括生成数据集,简单分类器,文本转换等简单算法。-Using python write kNN algorithms, including generating a data set, a simple classification, text conversion simple algorithm.
KNN
- KNN近邻算法分类程序,包含训练数据和测试数据.-KNN classification procedures, including training and testing data.
knn
- 这是一个简单的测试knn算法的代码,便于初学者学习和理解knn算法-This is a simple test knn algorithm code, for beginners to learn and understand knn algorithm
kNN
- 用python编写的knn算法,并将其应用到改进约会网站的配对效果和手写识别系统两个实例中。-Written in python knn algorithm and its application to improve the effectiveness and dating sites pairing handwriting recognition systems both instances.
knn
- 一个简单的KNN实现,利用距离测试点最近的k个点的所属类别,进行投票表决,票数多的即为测试点所属的类别-the algorithm of k-nearest neiberhood to judge the test data s classification
knn
- 一段简单的knn代码,对于刚学习机器学习的人来说可以加深理解,熟悉原理后再练习代码-Knn a simple piece of code, just learning machine learning for people who can deepen understanding and familiar with the principles of the code and then practice
python-knn
- 主要利用Python软件,利用KNN算法对垃圾邮件进行分类(This paper mainly uses Python software to classify spam mail by using KNN algorithm)
贝叶斯和KNN算法比较——基于Adult数据集
- 朴素贝叶斯算法和KNN算法比较,其中用到的数据集为adults(Comparison of Bias and KNN algorithms)
Ch02
- KNN算法的实现,压缩包里包含了数据和代码的实现,pthon2位基础(THE ACHIEVEMENT OF KNN)
sklearn-tree-BN-knn
- 分类器的性能比较与调优: 使用scikit-learn 包中的tree,贝叶斯,knn,对数据进行模型训练,尽量了解其原理及运用。 使用不同分析三种分类器在实验中的性能比较,分析它们的特点。 本实验采用的数据集为house与segment。(Performance comparison and optimization of classifiers: We use tree, Bayesian and KNN in scikit-learnpackage to train the dat