CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - bp algorithm

搜索资源列表

  1. 21840295ldpc_decode_MacKay_Neal

    0下载:
  2. AWGN channel in the LDPC decoding algorithm for binary BP
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1721
    • 提供者:Ahsan Ali
  1. static

    0下载:
  2. BP算法在静态定位中的仿真,通过这个仿真可以看出BP算法是很好的一种定位算法。-Simulation of BP algorithm in a static location .Through this simulation we can see that the BP algorithm is a very good location algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:651272
    • 提供者:zangyufeng
  1. dyl1

    0下载:
  2. 利用支持向量机对T-S型模糊系统建模的方法,结合BP算法对参数进行优化,从一定程度上解决模糊系统建模所存在的模型结构复杂、维数灾、泛化能力不强和实时性差等问题。-this paper analyzed the approach that applied support vector machines to create novel model in the T-S fuzzy system, combined with BP algorithm which could optimize it,
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:578
    • 提供者:邓延丽
  1. neualdesign

    0下载:
  2. 以BP算法为例,采用基于面向对象编程的VC++编写了算法,通过友好的编程界面及外挂数据库方便使用-With BP algorithm, for example, based on object-oriented programming in VC++ written algorithms, through friendly programming interface and easy to use plug-in database
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:553837
    • 提供者:samari
  1. 05363793

    0下载:
  2. An Improved PSO Algorithm to Optimize BP Neural Network Abstract This paper presents a new BP neural network algorithm which is based on an improved particle swarm optimization (PSO) algorithm. The improved PSO (which is called IPSO) algori
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:252872
    • 提供者:dasu
  1. 135423127889

    0下载:
  2. ldpc译码算法,经典bp译码算法经典。 -ldpc decoding algorithm, the classical decoding algorithm bp classic.
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:93493
    • 提供者:薛辉
  1. GA-bp(CPP)

    0下载:
  2. GA Algorithm optimize the bp neural network
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:302420
    • 提供者:yuxiangyu
  1. ldpc_generate

    0下载:
  2. 该程序实现了低密度校验位编码(LDPC),使用基于BP算法的基于伴随式的LDPC码-The program implements the low-density parity coding (LDPC), based on BP algorithm-based type of LDPC codes with
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-02
    • 文件大小:25505
    • 提供者:yuehong
  1. BP-Improvement-Methods

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

    • 发布日期:2017-04-10
    • 文件大小:1534
    • 提供者:RightRisk
  1. Bgabpfaullta

    0下载:
  2. 基于遗传算法优化的Bp算法,很好好的例子,给大家一个参考可直接使用。 -The Bp algorithm based on genetic algorithm optimization, well good example of a reference can be directly used.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:2961
    • 提供者:wanynall
  1. NBPN-GAe

    0下载:
  2. 用于神经网络训练的混合遗传算法,,与快速BP算法结合。 -Hybrid genetic algorithm for neural network training, combined with the fast BP algorithm.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:958458
    • 提供者:linggan
  1. BP-face-recognization

    0下载:
  2. 基于BP神经网络的人脸识别算法的MALAB实现。采用了抽样-全样训练的方式。-BP neural network-based face recognition algorithm MALAB. Using a sample- the whole kind of training methods.
  3. 所属分类:Other systems

    • 发布日期:2017-05-25
    • 文件大小:8530467
    • 提供者:刘娇月
  1. TCPNNetth

    0下载:
  2. 此源代码,是一个用c实现的前馈人工神经经网络BP算法,能根据个人的需要进行修改 -This source code is a feed-forward artificial neural c achieved by the network BP algorithm can be modified according to individual needs
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:2859
    • 提供者:noahkk
  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. BP

    0下载:
  2. BP神经网络C语言算法,对了解神经网络原理非常有帮助。-BP neural network algorithm in C language, and very helpful to understand the neural network theory.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:7880
    • 提供者:李大大
  1. myga-bp

    1下载:
  2. 修改过的用c语言编写的遗传算法优化BP神经网络初始阈值的程序,效果还行。可根据实际情况加一些归一化。-Modified genetic algorithm to optimize BP neural network initial threshold c language program, the effect is okay. Actual situation according to add some normalization.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-22
    • 文件大小:392110
    • 提供者:刘阳
  1. bArtificialinp

    0下载:
  2. 人工智能bp算法程序源码码和实验报告 -Artificial intelligence the bp algorithm for the program source code and lab reports
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-19
    • 文件大小:179963
    • 提供者:revealrot
  1. TBP--Cprograah

    0下载:
  2. 这是我找到的BP算法C语言程序源码软软件源码包,经测试效果不错 -This is what I found the BP algorithm C language program source software software source package has been tested the effect of good
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-15
    • 文件大小:23702
    • 提供者:revealrot
  1. GA-.BP

    0下载:
  2. 通过遗传算法优化BP神经网络权系数,达到局部的最有、优-By genetic algorithm to optimize BP neural network weight coefficient to reach the most local, excellent
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:4165
    • 提供者:王林
  1. log-BPLDPC

    0下载:
  2. LDPC仿真程序,采用log-BP算法 -LDPC simulation program using the log-BP algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:79199
    • 提供者:
« 1 2 3 4 56 7 8 9 10 ... 17 »
搜珍网 www.dssz.com