搜索资源列表

  1. 感知准则函数

    0下载:
  2. 感知准则函数,包括固定增量法和梯度下降法,都是模式识别中的基础算法.-perceptual function criteria, including fixed increment and the gradient method, which is pattern recognition algorithm based.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1395
    • 提供者:
  1. phoenix

    0下载:
  2. 模式识别的两个重要算法:剃度下降法,固定增量法.另付数据结构中:高级排序算法,波兰式-two important pattern recognition algorithm : tonsure decline, fixed increment. Extra data structure : High ranking algorithm, Poland -
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3545
    • 提供者:吕经纬
  1. basic_method

    0下载:
  2. test1.m 固定增量法求分界面 test2.m 利用误差平方和函数集群 delet.m 删除数组元素 Err.m 计算误差平方和 Distance.m 欧拉距离计算 -test1.m fixed incremental method for use interface test2.m squared error function cluster de let.m delete array elements Err
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:4822
    • 提供者:杨奎元
  1. increment

    0下载:
  2. 用VC编写的一段程序.主要功能是实现对一些数据的分类.方法是用模式识别中的固定增量法.-VC preparation for the procedure. Its main function is to achieve some data classification. Was used to pattern recognition fixed incremental method.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:30249
    • 提供者:andy
  1. cjunzhiandgudingzengliangfa

    0下载:
  2. 程序中包含了C均值算法和固定增量法,两方法为聚类的很好的方法.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:13567
    • 提供者:陈伟
  1. zuoye

    0下载:
  2. 这个是以前开始研究模式识别的关于C均值算法和固定增量法的VC++程序,可以直接运行。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:17036
    • 提供者:饶丹
  1. gudingzengliangfa

    0下载:
  2. 模式识别的固定增量法
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1284
    • 提供者:张及
  1. 感知准则函数

    0下载:
  2. 感知准则函数,包括固定增量法和梯度下降法,都是模式识别中的基础算法.-perceptual function criteria, including fixed increment and the gradient method, which is pattern recognition algorithm based.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者:
  1. phoenix

    0下载:
  2. 模式识别的两个重要算法:剃度下降法,固定增量法.另付数据结构中:高级排序算法,波兰式-two important pattern recognition algorithm : tonsure decline, fixed increment. Extra data structure : High ranking algorithm, Poland-
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-01
    • 文件大小:3072
    • 提供者:吕经纬
  1. basic_method

    0下载:
  2. test1.m 固定增量法求分界面 test2.m 利用误差平方和函数集群 delet.m 删除数组元素 Err.m 计算误差平方和 Distance.m 欧拉距离计算 -test1.m fixed incremental method for use interface test2.m squared error function cluster de let.m delete array elements Err
  3. 所属分类:图形/文字识别

    • 发布日期:2024-06-01
    • 文件大小:4096
    • 提供者:杨奎元
  1. increment

    0下载:
  2. 用VC编写的一段程序.主要功能是实现对一些数据的分类.方法是用模式识别中的固定增量法.-VC preparation for the procedure. Its main function is to achieve some data classification. Was used to pattern recognition fixed incremental method.
  3. 所属分类:其他小程序

    • 发布日期:2024-06-01
    • 文件大小:3683328
    • 提供者:andy
  1. cjunzhiandgudingzengliangfa

    0下载:
  2. 程序中包含了C均值算法和固定增量法,两方法为聚类的很好的方法.-Procedures contained in the C-means algorithm and the fixed increment method, the two methods for the clustering of very good way.
  3. 所属分类:其他小程序

    • 发布日期:2024-06-01
    • 文件大小:514048
    • 提供者:陈伟
  1. zuoye

    0下载:
  2. 这个是以前开始研究模式识别的关于C均值算法和固定增量法的VC++程序,可以直接运行。-This is before the beginning of research on pattern recognition algorithms and a fixed C average incremental method of VC++ Procedures, can be directly run.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-01
    • 文件大小:417792
    • 提供者:饶丹
  1. gudingzengliangfa

    0下载:
  2. 模式识别的固定增量法
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者:
  1. fixed_increment_method

    0下载:
  2. 该程序可实现将样本集转化为增广模式向量,固定增量法求解权向量。-The program can be realized sample set will be translated into augmented model vector, fixed incremental weight vector method.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者:moonriver
  1. gudingzengliangfa

    0下载:
  2. 固定增量法的c++源程序,是经典的最优化算法程序-Fixed increment method of c++ source code, is a classical optimization algorithm procedure
  3. 所属分类:Windows编程

    • 发布日期:2024-06-01
    • 文件大小:157696
    • 提供者:王文静
  1. chapter5_45

    0下载:
  2. 这是模式分类一书中第五章的固定增量感知器和带裕量的变增量感知器的matlab代码实现。-This is the pattern classification of a book chapter V and the fixed-increment perceptron with margin perceptron incremental change of the matlab code.
  3. 所属分类:matlab例程

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者:王五
  1. classify

    0下载:
  2. 模式识别中,固定增量聚类算法,课程设计项目-Pattern Recognition, fixed incremental clustering algorithm, the curriculum design project
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-01
    • 文件大小:2048
    • 提供者:Mike Johnson
  1. 667777777766

    0下载:
  2. 模式识别的作业源代码,包括了c均值算法(Cmeans)和自主值迭代算法(ISODATA),以及W-H固定增量算法和感知器(基于MFC实现)。-Operating source code for pattern recognition, including c-means algorithm (Cmeans) and self-value iteration algorithm (on ISODATA), and WH fixed inc
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-01
    • 文件大小:34754560
    • 提供者:xinyuan
  1. 固定增量法求分界面

    0下载:
  2. 固定增量法求分界面 (利用感知器训练算法中的固定增量法求分界面,将样本集分为两 类),附带整个分类过程及原理(The fixed increment method calculates the interface (using the fixed increment method in the perceptron training algorithm for the interface, and divides the sample
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-01
    • 文件大小:148480
    • 提供者:ivy2017
« 12 »

源码中国 www.ymcn.org