CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - BP网络训练

搜索资源列表

  1. BP神经网络非线性系统建模

    8下载:
  2. 基于BP神经网络的非线性系统函数拟合算法,分为BP神经网络构建,BP神经网络训练和BP神经网络预测.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2011-12-01
    • 文件大小:48490
    • 提供者:zoezxc
  1. bp.pso.rar

    0下载:
  2. 标准BP神经网络算法程序:动量BP算法程序:% 调用 TRAINGDX 算法训练 BP 网络 粒子群优化神经网络源程序,The standard BP neural network algorithm procedure: momentum BP algorithm procedure: TRAINGDX called BP network training algorithm particle swarm optimization neural network source code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-24
    • 文件大小:11539
    • 提供者:依然
  1. BP

    3下载:
  2. 误差逆向传播反馈BP网络,在VC++6.0环境下编译,包括1、界面程序;2、BP神经网络训练程序;3、BP神经网络预报程序;4、BP神经网络说明程序;5、测试范例。-Reverse the spread of error feedback BP network, in VC++6.0 compiler environment, including one, the interface procedures 2, BP neural network training procedures 3,
  3. 所属分类:数值算法/人工智能

    • 发布日期:2013-01-17
    • 文件大小:2854778
    • 提供者:rsp2001
  1. 2008101523144260

    1下载:
  2. 一、用GA直接训练BP网络的权重算法 主程序:gafault.m 它包括以下子程序: 1. BP网络初始化:nninit.m――给出P,T,R,S1,S2; 2. 适应值计算函数:gabpEval.m; 3.将遗传算法的编码解码为BP网络所对应的权值、阈值函数:gadecod.m; 二、用GA先求BP网络的权重,再用纯BP直接训练BP的混合GA-BP算法 主程序:gabpfault.m 它包括以下子程序: 1. 网络初始化:nninit.m――给出P,T,
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:36402
    • 提供者:梅丽
  1. BP

    0下载:
  2. 简单实用的BP神经网络训练测试程序,稍加改进就可以使用-Simple and practical training of BP neural network testing procedures can be used to improve a little
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:890465
    • 提供者:吴娟
  1. BP

    1下载:
  2. PSO训练BP网络的代码,训练样本被抽去了-PSO training BP network code, training samples were removing the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:2841
    • 提供者:孟玮
  1. BP

    0下载:
  2. 神经网络——BP算法源码的C环境实现,用它可以训练样本数据-Neural network- BP algorithm of the C-source environment to achieve, it can be trained with sample data
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:7201
    • 提供者:牛丽仙
  1. BP_xoBox

    0下载:
  2. 各种BP网络训练样本,如倒立摆,双螺旋线,双积分系统等-A variety of BP network training samples, such as the inverted pendulum, double helix, double-points system, etc.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:468807
    • 提供者:王亚静
  1. bp.example

    1下载:
  2. 采用动量梯度下降算法训练BP网络,采用两种训练方法,即 L-M 优化算法(trainlm)和贝叶斯正则化算法(trainbr),用以训练 BP 网络-Gradient descent algorithm using momentum BP network training, using two training methods, namely, LM optimization algorithm (trainlm) and Bayesian regularization algorithm (t
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:2993
    • 提供者:闫薇
  1. rbfinterp_v1[1].2

    0下载:
  2. LM编程算法,在神经网络中有很大应用之处,神经网络源代码,及BP网络训练界面,其中的L-M算法非常实用 -LM programming algorithm, in a large neural network applications, the neural network source code, and the BP network training interface, in which the LM algorithm is very practical
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:117233
    • 提供者:vivian
  1. bp-net

    0下载:
  2. BP神经网络,用MATLAB实现,并带有运行示例-BP network
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:31892
    • 提供者:刘文
  1. BP

    0下载:
  2. matlab BP网络测试和训练都在里面-matlab BP network testing and training both inside
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:1697
    • 提供者:lijiawei
  1. BP

    1下载:
  2. 这是一个用动量法和自适应学习速率法改良过后的BP神经网络。编绎环境为VC9.0。当网络训练完成后。能查看误差曲线图。-This is a method with momentum and adaptive learning rate method, after the BP neural network improved. Code Interpretation of the environment VC9.0. When the network training is completed. C
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-18
    • 文件大小:5518577
    • 提供者:8085454
  1. chap7

    1下载:
  2. BP网络模式识别程序包括网络训练程序chap7_2a.m和网络测试程序chap7_2b.m。 -BP network pattern recognition procedures, including procedures for network training and network testing procedures chap7_2a.m chap7_2b.m.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:8792
    • 提供者:方久春
  1. BP

    0下载:
  2. BP神经网络训练程序,可以用来做各种计算,如线性拟合-BP neural network training procedures can be used for various calculations, such as linear regression, etc.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1280
    • 提供者:yanfei
  1. GA-BP

    0下载:
  2. 基于遗传算法的BP网络优化程序,使用遗传算法对BP网络权值阈值进行优化,再用BP算法训练网络-BP network based on genetic algorithm optimization program, BP network using genetic algorithm to optimize the weight threshold, and then BP algorithm for training the network
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-21
    • 文件大小:1405
    • 提供者:JIM
  1. BP-

    1下载:
  2. 基于BP神经网络的齿轮箱故障诊断 高:对BP神经网络的结构与原理进行了简要概述,将BP神经网络技术运用于齿轮箱的故障诊断中,以齿 轮振动信号的时域特征作为神经网络输入,齿轮的主要故障形式为网络输出,利用经BP算法训练后的该网络 对齿轮故障进行诊断,取得了较好的效果 关键词:BP神经网络;故障诊断;齿轮箱-Identification and Diagnostic Analysis of the Vibrating Screen’s Faults
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:171957
    • 提供者:梁大
  1. BP神经网络训练和测试

    9下载:
  2. 三个程序,其中包括如何确定隐层节点数,BP神经网络训练和神经网络测试,替换相关数据即可使用。
  3. 所属分类:人工智能/神经网络/遗传算法

  1. BP网络

    0下载:
  2. BP(Back Propagation)网络是1986年由Rumelhart和McCelland为首的科学家小组提出,是一种按误差逆传播算法训练的多层前馈网络,是目前应用最广泛的神经网络模型之一。BP网络能学习和存贮大量的输入输出模式映射关系,而无需事前揭示描述这种映射关系的数学方程。它的学习规则是使用最速下降法(梯度法),通过反向传播来不断调整网络的权值和阈值,使网络的误差平方和最小。BP神经网络模型拓扑结构包括输入层(input layer)、隐层(hide layer)和输出层(outpu
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-16
    • 文件大小:21504
    • 提供者:vivian416
  1. MATLAB神经网络手写数字识别(GUI,论文)

    3下载:
  2. 本课题为基于MATLAB的BP神经网络手写数字识别系统。带有GUI人机交互式界面。读入测试图片,通过截取某个数字,进行预处理,经过bp网络训练,得出识别的结果。可经过二次改造成识别中文汉字,英文字符等课题。(This project is based on Matlab bp neural network Handwritten digit recognition system. With GUI human-computer interactive interface. Read in the
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-02-12
    • 文件大小:542720
    • 提供者:www.wobishe.com
« 12 3 4 5 6 7 8 9 10 ... 45 »
搜珍网 www.dssz.com