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

搜索资源列表

  1. ANN-BP

    0下载:
  2. 神经网络 反向传播网络 BP神经网络 基础学习 不错的资料 -BP neural network back-propagation neural network learning good information network infrastructure
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:2068
    • 提供者:尹贺峰
  1. BPTS_NetWork

    0下载:
  2. 一种基于误差反向传播的BP学习算法的模糊神经网络模型,作为非线性映射的有效工具。-A method based on back propagation BP learning algorithm for fuzzy neural network model of nonlinear mapping, as an effective tool.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1590
    • 提供者:关海鸥
  1. ren-gong-zhi-neng

    0下载:
  2. 人工智能里面的几个c程序,蚁群算法、k近邻、hebb学习、hopfield网络、后向传播网络等。-Artificial intelligence inside the c program, ant colony algorithm and k nearest neighbor, hebb study, the Hopfield network, back propagation network.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:11598
    • 提供者:zhangxin
  1. ren-gong-zhi-neng

    0下载:
  2. 用c语言编的几个人工智能程序,包括蚁群算法,k最近邻, hebb学习, Hopfield 网络, 后向传播网络。-Artificial intelligence inside the c program, ant colony algorithm and k nearest neighbor, hebb study, the Hopfield network, back propagation network.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:7845
    • 提供者:zhangxin
  1. backpropagation

    0下载:
  2. THIS A BACK PROPAGATION ALGORITHM IN C FROM VALLURU RAO BOOK
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:9151
    • 提供者:Giri
  1. bp

    0下载:
  2. bP网络,网络的训练算法是反向传播算法,即神经元的链接权重的训练是从最后一层-BP network, network training algorithm is BP back propagation algorithm, i.e., neurons in the link weight training is from the last layer
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1103
    • 提供者:Tom
  1. myBackPropagation

    0下载:
  2. The principle of back propagation is actually quite easy to understand, even though the maths behind it can look rather daunting. The basic steps are: Initialise the network with small random weights. Present an input pattern to the input la
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:49909
    • 提供者:Putra
  1. bp_proj

    0下载:
  2. This is my implementation fo back propagation algorithm for artificial neural network using C-This is my implementation fo back propagation algorithm for artificial neural network using C++
  3. 所属分类:CSharp

    • 发布日期:2017-05-10
    • 文件大小:2104313
    • 提供者:Putra
  1. MLP1

    0下载:
  2. back propagation with matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:751
    • 提供者:nakisa
  1. BP-quxiannihe

    0下载:
  2. 利用神经网络对数据采集点进行曲线拟合分析误差-in order to match the functions by BP(Back Propagation)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:11779
    • 提供者:吕博瀚
  1. Speech-Emotion-Recognition

    0下载:
  2. 基于主成分分析法和反向传输神经网络的语音情感识别 摘要——语音信号中包含着丰富的情感信息,尤其是语义信息。快乐、愤怒、厌恶、恐惧、悲伤,这五种基本情感是经过一个受认可的框架讨论和公认的,这个框架包括主成分分析法和BP神经网络。通过PCA从43种候选参数中筛选出11种参数作为确定某种特定的情感类别的标准。实验采用两种神经网络模型,One Class One Network 和 All Class One Network,并进行比较。实验结果表明,其可靠性达52 ~62 ,这说明用这种框架来识别
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:354810
    • 提供者:edwin
  1. BP

    0下载:
  2. 神经网络最为常用的BP算法,反向传播算法-The most commonly used neural network BP algorithm, back propagation algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:2763
    • 提供者:deicide
  1. Ann

    0下载:
  2. 简单实现了使用三层误差反向传播神经网络进行数值拟合的算法,-Simple three-error back-propagation neural network numerical fitting algorithm,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-08
    • 文件大小:1943682
    • 提供者:彭龙涛
  1. BP-Improvement-Methods

    0下载:
  2. Back Propagation Algorithm Improvement Methods in Neural Network.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1534
    • 提供者:RightRisk
  1. BP-Replacement-Algorithms-(LM-a-CG)

    0下载:
  2. Back Propagation Replacement Algorithms (LM & CG) in Neural Network.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:1153
    • 提供者:RightRisk
  1. TBPNNNprograah

    0下载:
  2. 这是反向传播算法的C++程序源码,对于研究BPNN的人人来说,具有非常好的参考价值 可直接使用。 已通过测试。 -This is the back-propagation algorithm C++ program source code for the study of BPNN for all, with a very good reference value can be used directly. Has been tested.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:11279
    • 提供者:wangjiantin
  1. BP

    0下载:
  2. Back propagation algorithm for classification
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:837
    • 提供者:Ramtin
  1. Back_Propagation

    0下载:
  2. Back Propagation Learning for a two layer Neural Network in MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-12-09
    • 文件大小:1771
    • 提供者:vahid
  1. BP

    0下载:
  2. 模式识别理论中BP算法(Error Back Propagation)的推导-Pattern recognition-Error Back Propagation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-29
    • 文件大小:85513
    • 提供者:taoyi Chen
  1. BP-shenjinhMATLAB

    0下载:
  2. 输入学习样本,使用反向传播算法对网络的权值和偏差进行反复的调整训练,使输出的向量与期望向量尽可能地接近,当网络输出层的误差平方和小于指定的误差时训练完成,保存网络的权值和偏差。-Enter the study sample, using the back-propagation algorithm repeatedly adjust training of the network weights and deviation as close as possible, so that the ou
  3. 所属分类:Other systems

    • 发布日期:2017-12-09
    • 文件大小:9293
    • 提供者:vincent
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 42 »
搜珍网 www.dssz.com