CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 感知器

搜索资源列表

  1. The-adaptive-Neural-Network-

    0下载:
  2. 基本上实现这些类型的神经网络: 自适应线性网络(ADALINE) 多层多层感知器网络 广义径向基函数网络 动态细胞结构(DCS)网络与高斯或圆锥形的基础功能-There are blocks that implement basically these kinds of neural networks: Adaptive Linear Networks (ADALINE) Multilayer Layer Perceptron Networks Generalized
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:137202
    • 提供者:Lei Wang
  1. elligent-control

    0下载:
  2. 使用matlab不依靠库函数编写的BP网络,多层感知器,以及利用BP网络做的函数逼近。-Use matlab not rely on library functions of BP network to write, multi-layer perceptron, and the use of BP network do function approximation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:7921
    • 提供者:刘颖
  1. Example3.2

    0下载:
  2. 与感知器相关的编程,希望对要用这个的人有帮助吧-The perceptron programming, use this.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:3012
    • 提供者:CHOSUN JEN
  1. Example3.3

    0下载:
  2. 与感知器相关的matlab编程,希望对要用这个的人有帮助吧-The perceptron programming, use this.about matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:2670
    • 提供者:CHOSUN JEN
  1. Example3.4

    0下载:
  2. 与感知器应用相关的matlab编程,希望对需要的人有帮助,可以qq联系我-Application with the perceptron matlab programming, hoping to help those who need it, can qq contact me
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:4257
    • 提供者:CHOSUN JEN
  1. perceptron-algorithm

    0下载:
  2. 固定增量单样本感知器算法实现(样本服从正态分布)-Fixed increment single sample perceptron algorithm (sample is normal distribution)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:268619
    • 提供者:苏佳伟
  1. zuoye2

    0下载:
  2. 感知器分类作业,将200个二维样本分成两类-Sensor classification operations, 200 two-dimensional samples divided into two categories
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:757
    • 提供者:毕浩洋
  1. shenjingwangluo

    0下载:
  2. 感知器神经网络分类,简单的感知器,希望对大家有帮助。-Perceptron neural network classification of simple perception, helpful to everyone.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:523
    • 提供者:田壮
  1. ganzhiqi

    0下载:
  2. 单层感知器分类和权值调整过程,学习率分别为0.01 0.05 0.1 0.5-Single layer perceptron device classification and weights to adjust the process
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:884
    • 提供者:毕浩洋
  1. ganzhiqi_newp

    0下载:
  2. 使用matlab 感知器工具箱函数newp编写单层感知器文件,模式识别作业-Use the matlab perception toolbox function newp the preparation of single-layer perceptron file, pattern recognition operations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:82015
    • 提供者:毕浩洋
  1. ganzhiqi

    0下载:
  2. 线性分类器感知器设计算法程序,其中利用了低度下降算法-Linear classifier perceptron design algorithm procedures, which use low-degree descent algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:668
    • 提供者:leezitong
  1. sense

    0下载:
  2. 模式识别中的感知器源码实现-Pattern recognition of sensor source to achieve, only a reference
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-19
    • 文件大小:5454172
    • 提供者:kevin
  1. FIG002

    0下载:
  2. Rosenblatt感知机Matlab实现算法线性分类器的第一个迭代算法是1956年由Frank Rosenblatt提出的. 这个算法被提出后, 受到了很大的关注. 感知器在神经网络发展的历史上占据着特殊的位置: 它是第一个从算法上完整描述的神经网络. 在20世纪60年代和70年代, 受感知器的启发, 工程师, 物理学家以及数学家们纷纷投身于神经网络不同方面的研究. -Rosenblatt perceptron Matlab algorithm linear classifier, an
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:638
    • 提供者:xu
  1. neuron-perceptron

    0下载:
  2. 设计单一及多个神经元的感知器、BP神经网络。文件a1.m是一个神经元,a2.m是两个神经元,test36.m是bp神经网络。 -Design of single and multiple neuron perceptron, BP neural network. The file a1.m a neurons a2.m, two neurons the test36.m bp neural networks.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-03
    • 文件大小:2683
    • 提供者:吴唯
  1. K-means-and-Perceptron

    1下载:
  2. 该程序为matlab程序,共有三个文件,dataC.m为程序入口,实现功能对50组数据用k均值算法进行分类,再对40组数据用感知器算法训练,然后用训练得到的判别函数对剩下10组数据分类,最后与原始分类做差比较,若分类无误,则全显示为0.-Matlab program on the program, a total of three files dataC.m for program entry features 50 sets of data with k-means algorithm to
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:2956
    • 提供者:阿书
  1. ganzhiqi_shuzi

    0下载:
  2. 神经网络中的感知器代码模板!之后我会传一些matlab的程序,希望能与大家一起学习!-hope you will see it!
  3. 所属分类:Other systems

    • 发布日期:2017-12-03
    • 文件大小:619
    • 提供者:周璐杰
  1. Number-odd-or-even

    0下载:
  2. 采用人工神经网络单层感知器学习算法,实现数字0-9的奇偶识别-The single-layer perceptron of artificial neural network learning algorithm, to achieve parity identification numbers 0-9
  3. 所属分类:matlab

    • 发布日期:2017-11-20
    • 文件大小:640
    • 提供者:张鑫
  1. target-context-detect-recognition

    0下载:
  2. 在分类器的研究方面,提出了一种改进的AdaBoost算法,包括距离相关的判别准则,和基于核的感知器强分类器优化方法 -Classifier, there is proposed an improved AdaBoost algorithm, including the distance related criterion optimization method, and the strong classifier is based on the perception of the nucle
  3. 所属分类:Project Design

    • 发布日期:2017-11-17
    • 文件大小:11825335
    • 提供者:QQ
  1. Improved-ICA-character-recognition

    1下载:
  2. 该算法一种结合改进的基于独立分量分析(ICA)提取算法和基于多层感知器和单向二叉决策树的多类支持向量机分类方法。-The algorithm is a combination of improved based on independent component analysis (ICA) algorithm and multi-class support vector machine classification method based on binary decision tree of
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:6086
    • 提供者:谭立国
  1. perceptron-Cpp

    0下载:
  2. 单层感知器算法,用于实现线性分类的重要算法-Single-layer perceptron algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-02
    • 文件大小:105563
    • 提供者:Gordon Chan
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 23 »
搜珍网 www.dssz.com