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

搜索资源列表

  1. bp

    0下载:
  2. BP神经网络的基础示例,适合初学者的基本教程。-BP neural network based on examples, the basic tutorial for beginners.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2991
    • 提供者:王露
  1. bp-matlab-code

    1下载:
  2. BP神经网络 MATLAB源码 没有用到神经网络工具箱-BP neural network source code is not used MATLAB neural network toolbox
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:1470
    • 提供者:毛开
  1. BP

    1下载:
  2. 反向传播算法也称BP算法,是一种神经网络学习的数学模型,解决多层前向神经网络的权系数优化-Back-propagation algorithm, also known as BP algorithm is a neural network study of the mathematical model and solve multi-layer feedforward neural network weights optimization
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-14
    • 文件大小:364443
    • 提供者:wangzhuz
  1. MatLab

    0下载:
  2. 一用GA直接训练BP网络的权重算法 二用GA先求BP网络的权重,再用纯BP直接训练BP的混合GA-BP算法 -matlab program
  3. 所属分类:matlab

    • 发布日期:2017-05-28
    • 文件大小:10377800
    • 提供者:sunnyxi
  1. BP

    0下载:
  2. java写的神经网络程序,很实用的 欢迎下载 -Writing java neural network procedures
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3061
    • 提供者:周军
  1. BPprediction

    1下载:
  2. BP神经网络预测程序 第一行的第二个数据表示train_flowoutput第一行的第二个数据对应预测日前一天2点的时用水量,第二行的第二个数据表示train_flowoutput第一行的第二个数据对应预测日前一周2点的时用水量,其余的数据与train_flowoutput相对应,每一行有288个数据。-BP neural network prediction program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3392
    • 提供者:安安
  1. BP

    0下载:
  2. 这个学期我学习是神经网络课程,有很多的知识国内都不是很完善,而国外就有很大的进步,下面就是来自一本 <AI for Game>的电子版英文书.其中我就拿用面向对象写的C++类进行说明怎样编写神经网络程序. 神经网络的基本思想就是怎样去改变权值.-This semester my curriculum study are neural networks, there is a lot of internal knowledge is not very perfect, and
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3327
    • 提供者:neo
  1. BP

    0下载:
  2. BP神经网络源程序及训练样本 -BP neural network source code and training samples
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:456878
    • 提供者:黄瑞
  1. 63535331License_Plate_Recognition

    0下载:
  2. 牌照识别 软件 基于BP网络识别 汉字 字母 数字-License plate recognition based on BP network identification software to identify alphanumeric characters
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:470573
    • 提供者:石磊
  1. subb

    0下载:
  2. 利用动量梯度下降算法训练BP网络,得到误差显示图,并最终进行预测-Gradient descent algorithm using momentum BP network training, the error display map, and, ultimately, to predict
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:693
    • 提供者:terry
  1. 99273904GA-bP

    1下载:
  2. 基于GA的BP改进算法,用遗传算法对BP 神经网络算法进行改进试用过 里面有数据是可以使用的-GA-based improvement of BP algorithm, genetic algorithm with BP neural network algorithm tried there are data that can be used
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4024
    • 提供者:kubery
  1. yuce

    0下载:
  2. 一个BP网络的MATLAB源代码,通过训练学习,进而对目标的预测-A BP network of MATLAB source code to learn through training and then on the target forecast
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1171
    • 提供者:刘广清
  1. bp

    0下载:
  2. MATLAB神经网络工具箱BP算法的比较,比较它们的训练时间长短以所达到的效果-MATLAB neural network toolbox BP algorithm compares the length of their training time in order to achieve the effect of the so
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:30943
    • 提供者:刘广清
  1. ex3

    1下载:
  2. 基于BP神经网络识别字符. BP神经网络算法是把一组样本输入输出问题转化为一个非线性优化问题,并通过梯度算法利用迭代运算求解权值的一种学习方法。采用BP网络进行分类,并附加线性感知器来实现单字符的有效识别,算法简便,识别率高,可适用于多种高噪声环境中的印刷体字符识别。-BP neural network based character recognition. BP neural network algorithm is a set of sample input and output is
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:113497
    • 提供者:吕寿鹏
  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-26
    • 文件大小:117233
    • 提供者:vivian
  1. BP

    0下载:
  2. 用于BP神经网络算法,可以用于工程预测。-BP neuralNetAlgorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:1361
    • 提供者:wicool
  1. GAbp

    3下载:
  2. 遗传算法程序包,包括用GA直接训练BP网络的权重算法,用GA先求BP网络的权重,再用纯BP直接训练BP的混合GA-BP算法,以及纯BP算法-Genetic Algorithm package, including direct training GA weight of BP network algorithm, first used GA for the weight of BP network, and then trained BP net BP mixed directly GA-BP
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:3939
    • 提供者:yanhaifeixue
  1. BP

    2下载:
  2. BP神经网络实线0——9数字识别 MATLAB-BP neural network solid lines 0- 9 Digital Identification MATLAB
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-02
    • 文件大小:956
    • 提供者:yanyan
  1. bp

    0下载:
  2. 利用bp神经网络对遥感图像进行分类,输入样本值后,根据样本值对遥感图像不同的地物进行分类,分类后计算每种地物所占面积-The use of bp neural network classification of remote sensing images, enter a sample value, based on the sample value of the different features of remote sensing image classification, classif
  3. 所属分类:Document

    • 发布日期:2017-03-30
    • 文件大小:2957
    • 提供者:sun
  1. bp

    0下载:
  2. 利用MATLAB实现一个BP网络的控制程序。简单使用-Use MATLAB to achieve a BP network control procedures. Simple to use
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:1003
    • 提供者:洪依
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com