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

搜索资源列表

  1. BPprog

    0下载:
  2. BP算法最新C源程序, #include\"stdarg.h\" #include\"stdio.h\" #include\"stdlib.h\" #include\"math.h\" #include\"graphics.h\" #include\"conio.h\" #define IN 4 /*输入层的神经元个数*/ #define HID 13 /*隐含层的神经元个数*/ #define MOD 594 /*学习样本个数*/ #define OUT
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2958
    • 提供者:陈光华
  1. bp_study

    0下载:
  2. 神经网络程序,BP算法模拟程序,可以在windows下编译通过-neural network programming, BP algorithm simulation program that can compile under windows
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9649
    • 提供者:木木
  1. digital_recogonizer

    0下载:
  2. 神经网络进行手写数字识别: 本程序是BP算法的演示程序, 其中的Levenberg-Marquardt算法具有实用价值. 带有图形界面-neural network handwritten numeral recognition : this program is the BP algorithm Demonstration Program, The Levenberg-Marquardt algorithm is practical value. with a graphical in
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:132910
    • 提供者:HK
  1. demobpm

    0下载:
  2. 动量bp算法源程序。网上找来的。希望有用。多谢支持-momentum bp algorithm source. The design of the Internet. Hope useful. Thank you for your support
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:2068
    • 提供者:wwbob
  1. BP

    0下载:
  2. neural network,神经网络的BP算法的代码,保证能运行,Back Propagation-neural network, the BP neural network algorithm code, the guarantee of operation, Back Propagation
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3589
    • 提供者:young
  1. csreview

    0下载:
  2. 压缩感知综述,包含中文和英文的论文,描述最新的理论及算法-Summary of compressed sensing, including Chinese and English papers, describes the latest theory and algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-05-20
    • 文件大小:5969759
    • 提供者:方蕾
  1. bp_fortran1

    1下载:
  2. BP神经网络FORTRAN源代码。 BP算法由两部分组成:信息的正向传递与误差的反向传播。在正向传播过程中,输入信息从输入经隐含层逐层计算传向输出层,每一层神经元的状态只影响下一层神经元的状态。如果在输出层没有得到期望的输出,则计算输出层的误差变化值,然后转向反向传播,通过网络将误差信号沿原来的连接通路反传过来修改各层神经元的权值直至达到期望目标。 -BP neural network FORTRAN source code. BP algorithm consists of two p
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:2009
    • 提供者:范磊
  1. BP

    0下载:
  2. 这个C语言的程序是bp算法实现,可以运行得出结果-The C language program is bp algorithm, the results can run
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:2453
    • 提供者:penny
  1. QC_codes

    0下载:
  2. QC-LDPC的编译码算法,能够实现对QC-LDPC的SER的仿真-The QC-LDPC codec algorithm for QC-LDPC can achieve the SER simulation
  3. 所属分类:source in ebook

    • 发布日期:2017-04-03
    • 文件大小:2471
    • 提供者:李志
  1. bp

    0下载:
  2. bp 神经网络的算法实现 c++的源程序-bp neural network algorithm to achieve c++ source program
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2359
    • 提供者:小四
  1. cs_bp

    0下载:
  2. 基于压缩感知的语音信号的重构算法。使用的bp算法-Based on perception of speech signal compression algorithm of reconstruction. Using the bp algorithm
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-27
    • 文件大小:741
    • 提供者:刘bing
  1. train-the-BP-network

    0下载:
  2. 采用动量梯度下降算法训练 BP 网络,输入矢量和目标矢量-Using momentum gradient descent algorithm to train the BP network
  3. 所属分类:ELanguage

    • 发布日期:2017-11-22
    • 文件大小:699
    • 提供者:陶西柱
  1. bp-neural-network

    0下载:
  2. 很简洁的bp神经网络算法讲义,而且比较容易懂,其实bp网络很简单的-handouts of concise bp neural network algorithm, and very easy to understand, in fact, bp network very simple is very simple as this
  3. 所属分类:MPI

    • 发布日期:2017-12-04
    • 文件大小:179988
    • 提供者:卢仝
  1. BP-suanfa

    0下载:
  2. 神经网络代码 关于BP算法以及神经网络的建立及仿真-Building and Simulation of neural network code on the BP algorithm and neural network
  3. 所属分类:assembly language

    • 发布日期:2017-11-16
    • 文件大小:808
    • 提供者:chandler
  1. BP

    0下载:
  2. 神经网络BP辨识的Matlab算法,用于辨别复杂的非线性系统-Identification of the Matlab neural network BP algorithm, used to identify the complex nonlinear systems
  3. 所属分类:ELanguage

    • 发布日期:2017-04-05
    • 文件大小:845
    • 提供者:zhou
  1. bp

    0下载:
  2. bp算法的简单的java描述,经过部分的训练可以得到预期的结果,这样来进行预测-Bp algorithm of simple Java descr iption, with part of the training can get the desired results, so to forecast
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:2992
    • 提供者:retrieve
  1. BP

    0下载:
  2. 本文结合遗传算法对BP算法进行优化,建立了改进的BP神经网络模型。最后,充分利用MATLAB语言的各自优势,进行编程-In this paper, the genetic algorithm to optimize BP algorithm, establish an improved BP neural network model. Finally, make full use of their respective advantages MATLAB language programming
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1591
    • 提供者:刘峥峥
  1. bp

    0下载:
  2. 基于BP算法的LDPC译码程序,采用vhdl语言,bp算法-BP algorithm based on LDPC decoding program using vhdl language, bp algorithm
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:4091
    • 提供者:dream
  1. bp神经元

    1下载:
  2. 一个简单的BP神经元算法,(凑20个汉子真不容易,为什么非要规定写多少说明?)(Simple BP neuron algorithm)
  3. 所属分类:易语言编程

  1. NN_BP

    0下载:
  2. 用matlab实现BP算法编程,用于压缩感知重构,可用于数据图像重构。(Using MATLAB to realize BP algorithm programming. It can be used for compressed sensing reconstruction,and can be used for data and image reconstruction.)
  3. 所属分类:易语言编程

    • 发布日期:2018-05-03
    • 文件大小:11264
    • 提供者:zccchong
« 12 3 »
搜珍网 www.dssz.com