搜索资源列表
kNN
- 针对MNIST数据库,但修改方便,可用于其他数字识别
Knn
- 一个图象高层意义提取的算法原码,不用修改直接可以运行
C KNN
- 以C程式專寫KNN類神經模擬
PatternRecognition
- 人脸识别 使用k-近邻法分类 区分不同的人 使用K-近邻法实现对指定人脸图片的识别。 训练集和测试集的划分 -Recognition of face in pattern recognition,By KNN space representation theorem
TextCat
- 文本识别小工具,包含KNN和NB两中方法。-text recognition tools, including KNN and NB methods.
knn_bayes_pca_lda
- 课程设计源代码,实现功能在文档内有介绍。内含knn、bayes识别及pca、lda进行特征提取多种算法,运行参照readme。-The project source code.The realized function is introduced in the pdf document in the files including knn,bayes classification and pcd,lda feature extraction algorithms.Please read read
K-NN
- 一个可以分多类的knn程序。用于多类识别特别是高维的图像识别。-A class knn procedure. For many types of identification, especially high-dimensional image recognition.
knn_handwritten_numeral_recognition
- knn用于手写数字识别,数据集来自UCI,knn包含三种求距方式可供选择。-knn for handwritten numeral recognition , data sets from UCI , The KNN contains three seek distance to choose from .
TextClassify-KNN-SVM
- 根据语料库对文本进行分类,有界面,KNN、贝叶斯方法-According to the corpus, text classification KNN, bayesian
classknn
- 用knn的方法做手写数字检测。输入文件为带标记的手写文字。数字为snapshot的位置。用到cross-folder来检测证据率-using knn do to handwriting detection
FaceRec_Final
- 5-fold cross valication for Face recognition using PCA, SVM and KNN.
KNN-(2)
- 这个是基于matlab制作的KNN 识别器的写法-This is K-Nearest Neighbour classifier used in pattern recognition.
face_recognition
- 实现基于类内类间距离准则的特征提取方法,并用KNN方法进行分类器设计。-Distance criterion class within a class based feature extraction method, KNN method classifier design.
KNN
- matlab实现k均值分类,模式识别中的算法,共同学习!-matlab k-means classification, pattern recognition algorithms, learning together!
bayes-
- 最近邻分类器(KNN)的C++源码,适合模式识别、图像处理开发者用-nearest neighbor classifier (KNN) of the C++ source code, suitable for pattern recognition, image processing developers use
Neural-Network
- This folder contains the following sub-folders which are essential in our project: 1.Raw Data All the raw data collected from Flagstaff hill, CMU Athletic Field, and Railroad on Neville St. 2.Filter Filter to rule out signal of Channel
knn
- 一个小小的knn-demo,先用knn 做分类器进行分类,再去验证正确率-A small knn-demo, first with knn Do classifier, go to verify that the correct rate
fruitvegtablerecognition_knn
- 基于KNN算法对多种水果和蔬菜图像进行分类识别,识别率较高。-Classifying a variety of fruits and vegetables images by using KNN algorithm.
KNN人脸识别
- 使用KNN算法实现的人脸识别程序,KNN是机器学习里的K最近邻算法。(face recognition of KNN using python)
KNN 编译环境opencv3.0
- opencv3实现手写数字knn算法的代码(Opencv3 implements the code of the KNN algorithm)