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
    • 文件大小:205.4kb
    • 提供者:廖东
  1. bpsuanfa

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

    • 发布日期:2008-10-13
    • 文件大小:5.44kb
    • 提供者:贾晓凯
  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-05
    • 文件大小:8.88kb
    • 提供者:ken
  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-04-01
    • 文件大小:3.42kb
    • 提供者:yangshoping
  1. d6lin6

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

    • 发布日期:2017-12-09
    • 文件大小:4.04kb
    • 提供者:王芹芹
  1. BPPid

    1下载:
  2. matlab实现的BP神经网络控制,和图形仿真-the matlab realize BP neural network control, and graphical simulation
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-29
    • 文件大小:131.95kb
    • 提供者:李林明
  1. MatlabBP

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

    • 发布日期:2017-11-18
    • 文件大小:11.78kb
    • 提供者:wudehong
  1. Terrain-Pattern-Recognition(CPP)

    0下载:
  2. 用于BP神经网络的数字地图模式识别,可用于飞行轨迹跟踪-BP neural network for digital map pattern recognition can be used to track the flight path
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-09
    • 文件大小:21.3kb
    • 提供者:wuhuzi
  1. bp2

    0下载:
  2. 人工神经网络,bp神经网络程序,可以参考一下。-bp neural network program, you can reference.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:967byte
    • 提供者:li
  1. Training_NPR.m

    0下载:
  2. 该程序可用于BP神经网络的预测分析,具有较好的预测效果,可为大家提供参考-This program can be used on BP neural network prediction analysis, with better prediction results can provide a reference for everyone
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:1.26kb
    • 提供者:丁文云
  1. Use_For_Predict

    1下载:
  2. 自编程序,可用于BP神经网络预测和分类,具有较好的效果-Self programming, BP neural network can be used for prediction and classification, with good results
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:720byte
    • 提供者:丁文云
  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
    • 文件大小:2kb
    • 提供者:丁文云
  1. qushu

    1下载:
  2. BP神经网络预测模型的相关程序,预测温度及适度等-Procedures BP neural network forecasting model to predict temperature and moderate etc.
  3. 所属分类:Exploit

    • 发布日期:2017-04-01
    • 文件大小:810byte
    • 提供者:胡石
  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
    • 文件大小:30.32kb
    • 提供者: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
    • 文件大小:2.18kb
    • 提供者:陆遥
搜珍网 www.dssz.com