搜索资源列表

  1. matlab K近邻分类法

    2下载:
  2. matlabK近邻法实现
  3. 所属分类:matlab例程

  1. K-近邻法

    0下载:
  2. 用于模式识别
  3. 所属分类:源码下载

    • 发布日期:2011-12-05
    • 文件大小:6346
    • 提供者:xidian000
  1. Parzen_KNN

    0下载:
  2. Parzen 窗 和 K近邻法进行概率密度估计 还带一个示波器控件.-Parzen window and K-nearest neighbor method probability density is estimated to bring an oscilloscope control.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:51200
    • 提供者:肖龙远
  1. 最近邻法分类器演示

    0下载:
  2. 本程序是一个最近邻分类算法的演示程序,本程序完成了三种最近邻的演示并实现算法的分析-this procedure is a nearest neighbor classification algorithm the demo program, the completion of a three- Nearest Neighbor algorithm demonstration and analysis
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:283648
    • 提供者:luxiangzz
  1. NearestRecognation

    0下载:
  2. 程序实现了.net环境下,C++语言的手写数字识别,程序对手写数据进行了去边框处理,采用最近邻法进行了分类-achieved with the program. Net environment, the C language handwritten numeral recognition, procedures for handwritten data to the fr a me, using nearest neighbor met
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-10
    • 文件大小:2330624
    • 提供者:江南
  1. Classify_Homework

    0下载:
  2. 模式识别作业——用平均样本法,平均距离法,最近邻法和K近邻法进行分类-pattern recognition operations-- with the average sample, the average distance, nearest neighbor and K-nearest-neighbor classification
  3. 所属分类:图形图象

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:hiamy0313
  1. knn_demo

    0下载:
  2. K近邻法的matlab程序,发现大家都在找它!-K-nearest neighbor method of Matlab procedures, I found that we all have to find it!
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:wang
  1. Jinlin

    0下载:
  2. 近邻法的matlab 程序,采用1近邻法,多分剪辑的方式,有助于对近邻法的理解-Matlab neighbor law procedures, the use of one neighbor method, multi-way sub-clips, contribute to the understanding of neighbors Law
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:luozhenbao
  1. Homework_191007

    0下载:
  2. 平台:VS2005 描述:这是华东师大模式识别课程的第三个Homework。用C#实现的人脸识别小程序,算法采用K阶近邻法,人脸图片来自Yale Database。上传的压缩文件里面有我的report和工程文件夹的打包。-Platform: VS2005 Descr iption: This is a pattern recognition course ECNU third Homework. With C# Applet to
  3. 所属分类:C#编程

    • 发布日期:2024-05-10
    • 文件大小:3486720
    • 提供者:luoxi
  1. knn

    0下载:
  2. 朴素贝叶斯(Naive Bayes, NB)算法是机器学习领域中常用的一种基于概率的分类算法,非常简单有效。k近邻法(k-Nearest Neighbor, kNN)[30,31]又称为基于实例(Example-based, Instance-bases)的算法,其基本思想相当直观:Rocchio法来源于信息检索系统,后来最早由Hull在1994年应用于分类[74],从那以后,Rocchio方法就在文本分类中广泛应用起来。-Naive
  3. 所属分类:软件工程

    • 发布日期:2024-05-10
    • 文件大小:96256
    • 提供者:许梁
  1. PatternRecognition

    0下载:
  2. 详细讲解了模式识别的算法理论,如近邻法,贝叶斯决策理论等,以及人工神经网络的主要算法-Detailed account of the theory of pattern recognition algorithms, such as neighbor method, Bayesian decision theory, as well as artificial neural network algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:2390016
    • 提供者:李小燕
  1. face5

    0下载:
  2. 人脸识别matlab程序,采用五阶近邻法实现-Face recognition matlab procedures, the use of fifth-order neighbor method
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:docaviar
  1. jinlin

    0下载:
  2. 在matlab环境下,利用近邻法解决非线性分类问题-In the matlab environment, the use of neighbor method to solve nonlinear classification problems
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:4096
    • 提供者:王渝
  1. KNearestCls

    0下载:
  2. 模式识别中的K近邻法和快速K近邻法的VC++实现-Pattern Recognition and rapid K neighbors K neighbors law VC to achieve
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:52224
    • 提供者:lsj
  1. shuangxianxingchazhisuofangtuxiang

    0下载:
  2. 本实验采用双线形插值技术进行图像的缩放。该方法输出的像素值是它在输入图像中2*2邻域采样点的平均值,它根据某像素周围4个像素的灰度值在水平和垂直方向两个方向上对其插值。在进行图像缩放时,其考虑到了相邻近的像素点间的关系。这种平均算法具有放锯齿效果,创造出来的图像拥有平滑的边缘,锯齿难以察觉,所以相对于最近邻法,其的效果比较好。在进行程序设计时,程序的输入参数为图像矩阵和结果图像的水平和垂直方向的像素数,可以忽略混叠效应。在程序运行之后可
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:995328
    • 提供者:jhm
  1. moshishibie

    1下载:
  2. 先用C-均值聚类算法程序,并用下列数据进行聚类分析。在确认编程正确后,采用蔡云龙书的附录B中表1的Iris数据进行聚类。然后使用近邻法的快速算法找出待分样本X(设X样本的4个分量x1=x2=x3=x4=6;子集数l=3)的最近邻节点和3-近邻节点及X与它们之间的距离。-First C-means clustering algorithm procedures and with the following data for cluste
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:jack
  1. pcafacerecognition

    0下载:
  2. 基于主成分分析(PCA)的人脸识别系统 利用2D PCA算法求对训练集向量进行降维的降维矩阵,最近邻法测试对测试集识别的精度-pca face recognition
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:195584
    • 提供者:费菲
  1. KwithC-neighbor

    0下载:
  2. 用C语言对K近邻法进行的模式识别,包括说明及程序。-K with C-neighbor method of pattern recognition, including a descr iption of and procedures.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:30720
    • 提供者:android
  1. linjin

    0下载:
  2. 用k近邻法和剪辑近邻法分类样本点,模式识别实验内容之一-K neighbors with neighbors and editing sample points classification, pattern recognition one experiment
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:5120
    • 提供者:hokhok
  1. Nearestneighbor

    0下载:
  2. 模式识别问题最近邻算法的matlab实现,可以模拟实现最近邻法的核心,是一个不错的代码- Nearest neighbor algorithm for pattern recognition problem of matlab to achieve, can simulate the nearest neighbor method to achieve the core of the code is a good
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:19456
    • 提供者:丑力
« 12 3 4 5 6 7 8 9 10 ... 35 »

源码中国 www.ymcn.org