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

搜索资源列表

  1. design-vc

    0下载:
  2. 一个不错的神经网络算法,采用bp算法,整个算法简单实用-a good neural network algorithm, the algorithm used bp, the entire algorithm is simple and practical
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:210328
    • 提供者:廖东
  1. bpsuanfa

    0下载:
  2. 实现bp人工神经网络,最多迭代15000次
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:5566
    • 提供者:贾晓凯
  1. BP

    0下载:
  2. 入门级 bp神经网络源代码 入门级 bp神经网络源代码-Entry-level neural network source code bp bp entry-level entry-level neural network source code bp neural network source code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:475379
    • 提供者:bbsd
  1. nnetwork

    1下载:
  2. 该系统利用BP回馈神经网络算法实现对安全评价样本的学习、测试,能够正确形成安全事故各个影响因子的权重值,并且将样本和评价结果保存在数据库中,通过预测的方法为安全评价提供了一种新的途径。-The system uses neural network BP algorithm back to the safety assessment of the learning sample, test, to correct safety-related incidents affecting the for
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:9098
    • 提供者:ken
  1. bp-pid-code

    0下载:
  2. 本人的本科毕业设计 基于bp 网络pid控制器的设计-base on bp pid
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:1198
    • 提供者:jiaomin
  1. BP

    0下载:
  2. 使用matlab编写的BP神经网络的算法,使用单隐层的网络,其中包括一个实例文件,对20个数据作分类。-Prepared using matlab algorithm BP neural network, using a single hidden layer networks, including an instance of the file, the data for 20 categories.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:3502
    • 提供者:yangshoping
  1. Bp

    0下载:
  2. C语言实现BP神经网络算法 精度高 实用 精巧-C language algorithm for BP neural network
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:5856
    • 提供者:zhou
  1. d6lin6

    0下载:
  2. matlab 的bp神经网络源代码,简单易操作,可改有说明课运行-matlab bp neural network source code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-08
    • 文件大小:4136
    • 提供者:王芹芹
  1. MatlabBP

    0下载:
  2. 用不同的算法解决BP网络的问题,十分强大,应有尽有。-use differnt ways to solve the BP network,powerful,convinient
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-18
    • 文件大小:12060
    • 提供者:wudehong
  1. BP

    1下载:
  2. 基于BP神经网络的彩票预测系统的研究及其源码-Rotation matrix rotation matrix mask mask
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-14
    • 文件大小:3696920
    • 提供者:fexture
  1. PSO-BP

    2下载:
  2. 自编程序,可以用于BP神经网络预测,利用PSO进行参数寻优,具有较好的效果-Self programming, can be used for BP neural network, using the PSO for parameter optimization, with good results
  3. 所属分类:Linux-Unix program

    • 发布日期:2014-04-27
    • 文件大小:2048
    • 提供者:丁文云
  1. VB-BP

    0下载:
  2. BP神经网络程序,希望对大家有帮助-vb-bp descr iption...............
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-02
    • 文件大小:959695
    • 提供者:asdf
  1. BP神经网络

    1下载:
  2. BP神经网络 带例子BP神经网络 带例子BP神经网络 带例子BP神经网络 带例子BP神经网络 带例子
  3. 所属分类:系统编程

  1. BP-shenjing-wangluo

    0下载:
  2. BP神经网络是智能控制的一个使用的控制方式。这里提供一种可靠实用的VB实现-a solide metheod to control BP neural network
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-25
    • 文件大小:19684
    • 提供者:rjoweohr
  1. BP

    0下载:
  2. BP神经网络,改进后的高等算法它的学习规则是使用最速下降法,通过反向传播来不断调整网络的权值和阈值,使网络的误差平方和最小。- BP neural network algorithm improved its higher learning rule is to use the steepest descent method, through a reverse spread to constantly adjust the network weights and thresholds, s
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-25
    • 文件大小:31047
    • 提供者:aihacker
  1. BP-algorithm-numerical-experiments

    0下载:
  2. BP算法数值实验的四个程序,实验一:给定七个输入的单层神经元以及输入P,比较不同传递函数所得到的输出结果。实验二:训练单层神经元BP网络,使其权值和阈值符合一定的精度,并给出误差曲面和动态逼近过程。实验三:训练一个隐层(含五个神经元)的单输出BP网络,给出动态逼近过程和训练好的权值和阈值。实验四:设计一个三层BP网络,实现对非线性正弦函数的逼近。-The four programs of the BP algorithm numerical experiments.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2228
    • 提供者:陆遥
  1. intellpgenge

    0下载:
  2. BP网络,解决人工智能中BP网络问题,是人工智能的大作业(BP network, solve the problem of BP network in artificial intelligence, is a great job of artificial intelligence)
  3. 所属分类:系统编程

    • 发布日期:2017-12-17
    • 文件大小:5120
    • 提供者:沈玮雅9
  1. JADEXWU9

    0下载:
  2. 我们的任务是要设计并训练出一个可行,高效的BP网络,以实现对0到9共10个加噪声后的数字和识别,()
  3. 所属分类:系统编程

    • 发布日期:2017-12-30
    • 文件大小:2048
    • 提供者:ikordmq
  1. 1462852

    0下载:
  2. 我们的任务是要设计并训练出一个可行,高效的BP网络,以实现对0到9共10个加噪声后的数字和识别,()
  3. 所属分类:系统/网络安全

    • 发布日期:2018-04-22
    • 文件大小:2048
    • 提供者:ktmamic
  1. YFEIXC

    0下载:
  2. 我们的任务是要设计并训练出一个可行,高效的BP网络,以实现对0到9共10个加噪声后的数字和识别,()
  3. 所属分类:系统编程

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