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

搜索资源列表

  1. SVMForRecognition

    0下载:
  2. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:679.47kb
    • 提供者:lanyu
  1. patternrecognitioncodes

    0下载:
  2. 此文件包含模式识别中一些经典的matlab代码,如:SVM、神经网络、最近邻等。-This file contains some of the classic pattern recognition matlab code, such as: SVM, neural networks, nearest neighbor and so on.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:768.47kb
    • 提供者:王芝麻
  1. svm-and-neast

    0下载:
  2. 这是对于近邻法与支持向量机的ppt文件,能给学习神经网络方法的初学者帮助-This is the nearest neighbor and support vector machine ppt, learning neural network can give help for beginners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-26
    • 文件大小:8.35mb
    • 提供者:pakyongchan
  1. metric-learning_survey_v2

    0下载:
  2. 关于metric learning的综述,涉及到许多的知识:SVM、kernel、SDP等-This paper surveys the field of distance metric learning from a principle perspective, and includes a broad selection of recent work. In particular, distance metric learning is reviewed under different
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:314.86kb
    • 提供者:刘建飞
  1. knn

    0下载:
  2. K近邻分类器,用于模式识别等领域,该程序短小精悍,适合与ANN和SVM进行比较研究,本人多篇论文用到,效果较好。-K-nearest neighbor classifier is often used in pattern recognition and other fields. It is suitful for a comparative study with ANN and SVM. I have published some papers used the code. The effe
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:725byte
    • 提供者:XIAO
  1. DCT

    0下载:
  2. 提出了一种基于DCT提取人脸特征技术和支持向量机分类模型的人脸识别方法。利用离 散余弦变换可提取人脸可识别的大部分信息,而支持向量机作为分类器,在处理小样本、高维数等 方面具有独特的优势,且泛化能力很强,无需先验知识。从ORL 人脸库上的实验结果可以看出, DCT特征提取是很有效的,且SVM的分类性能优于最近邻分类器,同时提高了整个系统的运算速 度。-A face recognition method based on DCT for face feature extractio
  3. 所属分类:Project Design

    • 发布日期:2017-11-25
    • 文件大小:345.84kb
    • 提供者:罗朝辉
  1. Pattern-Recognition2

    0下载:
  2. 清华模式识别第二次作业,采用dataset2.txt 数据作训练样本,采用身高与体重特征进行性别分类,建立最小错误贝叶斯分类器;2、采用身高体重数据作为特征,以 dataset2.txt 作为训练数据,用 Fisher 线性判别方法设计分类器;3、从多层感知器、SVM、近邻法选择一种方法,进行上述的分类实验;-Tsinghua second operation pattern recognition using dataset2.txt data for training samples, us
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:7.22kb
    • 提供者:zhusy09
  1. 123

    0下载:
  2. 手写字符识别,使用svm 支持向量机和 knn最近邻分类器-Handwritten character recognition using svm SVM and knn nearest neighbor classifier
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:8.42kb
    • 提供者:蔡纪源
  1. pkupr

    1下载:
  2. 模式识别 北京大学 本科生课程 课件 (包括贝叶斯模型、最近邻、SVM、线性与非线性分类器、boosting、统计学习、非监督学习等)-Pattern Recognition Peking University Courseware (including Bayesian model, the nearest neighbor, SVM, linear and non-linear classifiers, boosting, statistical learning, unsupervised
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-22
    • 文件大小:6.2mb
    • 提供者:maxiao9004
  1. changjingshibiefenlei

    0下载:
  2. 本文件是图像场景识别并进行分类的程序,已运行成功。 分别利用1 tiny image描述和最近邻分类器 2 bags of sifts描述和最近邻分类器 3bags of sifts描述和线性svm分类器进行场景分类识别的。 在主程序proj3中将FEATURE 改成tiny image,CLASSIFIER 改成nearest neighbor,注释其他FEATURE 和CLASSIFIER的选择就可以实现第一种场景分类识别:tiny image描述和最近邻分类器。以此类
  3. 所属分类:Special Effects

    • 发布日期:2017-06-11
    • 文件大小:17.34mb
    • 提供者:吴杰
  1. code

    0下载:
  2. 基于词袋的场景分类,分类器采用SVM和最近邻,需要vlfeat和图片见http://cs.brown.edu/courses/csci1430/proj3/-Based on word bag scene classification, SVM classifier using the nearest neighbor and need vlfeat and pictures see http://cs.brown.edu/courses/csci1430/proj3/
  3. 所属分类:Graph Recognize

    • 发布日期:2016-02-24
    • 文件大小:1.15mb
    • 提供者:yeon
  1. rough-set-codes

    6下载:
  2. 这是天津大学胡清华老师在粗糙集邻域领域做的最经典的源码,同学们可以在此基础上学习和修改,入口程序已经写好,需要其他方法可以自己添加,MAIN.m是入口程序,参数的意思在子函数里讲的很明白,调用了featureselect_FW_fast.m用来属性约简,几个clsf_dpd文件是使用不同的距离公式来计算属性重要度,选择得到属性结果,使用crossvalidate.m十折交叉算法来计算计算算法精度,该段代码调用了几个分类器,C4_5.m是决策树,KNN.m是最近邻分类器,NEC.m是类似于KNN的
  3. 所属分类:matlab

    • 发布日期:2017-05-11
    • 文件大小:2.43mb
    • 提供者:robert
  1. decaptcha-master

    0下载:
  2. A CAPTCHA Breaker using k-Nearest Neighbor Classifiers, Support Vector Machines, and Neural Networks.
  3. 所属分类:其他

    • 发布日期:2018-05-04
    • 文件大小:362kb
    • 提供者:bipsman
搜珍网 www.dssz.com