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

搜索资源列表

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

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

    • 发布日期:2011-12-01
    • 文件大小:48490
    • 提供者:zoezxc
  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. 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. Matlab-svm-BP-compare

    1下载:
  2. 支持向量机和BP神经网络虽然都可以用来做非线性回归,但它们所基于的理论基础不同,回归的机理也不相同。支持向量机基于结构风险最小化理论,普遍认为其泛化能力要比神经网络的强。为了验证这种观点,本文编写了支持向量机非线性回归的通用Matlab程序和基于神经网络工具箱的BP神经网络仿真模块,仿真结果证实,支持向量机做非线性回归不仅泛化能力强于BP网络,而且能避免神经网络的固有缺陷——训练结果不稳定。-SVM and BP neural networks, although non-linear regr
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:11585
    • 提供者:
  1. BP2

    0下载:
  2. 换档品质评价方法的研究是应现代车辆自动变速技术发展需要而提出的前沿研究课 题,其评价过程可视为一个非线性动态系统。BP 神经网络的非线性系统辨识 ,能够逼近任意 一个非线性函数。通过确定换档品质评定指标 ,利用BP网络训练获得的数据样本 ,从而建立 主观、 客观评价标准之间的联系 利用 Mat lab/ Simulink 完成换档品质评价方法的客观描述并 进行仿真。通过与实验结果对比 ,证明这种方法能够有效真实地评价换档品质并与传统主观 评价方法具有很好的一致性。-Shift
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:833754
    • 提供者:杜晓帆
  1. BP-neural-network-model

    0下载:
  2. 本文在了解神经元和BP算法的基础上,使用MATLAB软件作为开发工具建立BP神经网络模型,重点研究了BP神经网络结构设计的原理和方法,包括影响BP神经网络训练能力的因素,以及这些因素如何影响BP神经网络的性能;改变不同参量,对比实验数据,总结各个参量对BP神经网络的影响。从而寻找最佳的BP神经网络模型。本文还对一些其他的神经网络算法进行了总结和介绍。- In this paper , based on understanding of the neuronal model and learni
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:387518
    • 提供者:张聪
  1. BP-network

    0下载:
  2. 训练样本对BP网络训练,可输入测试样本,设置目标期望输出-Training samples for BP network training, enter the test samples, set the desired output target
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:10710
    • 提供者:andy
  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 ... 21 »
搜珍网 www.dssz.com