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

搜索资源列表

  1. BP

    3下载:
  2. 神经网络bp算法VC++实现网络的相关运算有:1、网络的输入输出接口,即训练数据的输入,各层权值和节点阈值的输出;2、网络的学习,包括前向传播运算和反向传播运算,误差估计,权值阈值修改;3、网络预测的实现等等。其中网络的学习算法采用变步长和加动量项的优化学习算法,经过我的实验对网络的学习效率有很大提高-Neural network bp algorithm VC++ to achieve the network-related operations: 1, the network input a
  3. 所属分类:Windows编程

    • 发布日期:2013-01-17
    • 文件大小:255452
    • 提供者:dcw
  1. BBP--nnnP

    0下载:
  2. BP神经网络分类器程序源码有两种运行状态,一个是学习,另外一个是分类。在学习状态下,在Dos命令符下输入bp learn,便开始学习了,学习的结果放在weight.dat中;在工作状态下,在Dos命令令符下下输入bp work,便开始识别classfyme.dat中的数据了,识别完成后,结果放在results.dat中。在bp运行的任何一种状态下,都不能手工打开Weight.dat、Sample.d -BP neural network classifier program source c
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-18
    • 文件大小:69680
    • 提供者:表现
  1. FaceRecognition

    0下载:
  2. 人脸自动识别技术有着广阔的应用领域,本文提出用主成分分析和BP神经网络进行人脸识别。人脸识别包括两个部分:第一,特征提取;第二,神经网络进行识别-facedetection is developped widely.this paper combining the pca method and the neural network method.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:17886588
    • 提供者:嵇书鲜
  1. BP-classifer

    0下载:
  2. iris数据集 用于BP神经网络分层(The iris data set is used for BP neural network delamination)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:3072
    • 提供者:zxx930929
  1. XOR2

    0下载:
  2. 该程序用BP神经网络解决XOR问题,其中设置了恒定权值、阈值和随机权值、阈值;并且将梯度下降法进行添加记忆一项来改进。(Using BP neural network to solve XOR problem, the program which set up a constant weight and threshold and random weight and threshold value;And the gradient descent method to add a to impro
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:怡墨
  1. 关于用遗传算法改进BP神经网络的MATLAB实现

    0下载:
  2. 在MATLAB中用遗传算法改进BP神经网络(Improvement of BP neural network by genetic algorithm in MATLAB)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:CAUCHY-G
  1. 基于BP的分类器

    0下载:
  2. 基于BP的分类器设计,一个案例,适合初学者(Classifier design based on BP, a case, suitable for beginners)
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:53478400
    • 提供者:艺宝
  1. BP神经网络用于非线性函数拟合

    0下载:
  2. BP神经网络用于非线性函数的拟合,效果不错,适合初学者。(BP neural network for nonlinear function fitting, the effect is good, suitable for beginners.)
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:86016
    • 提供者:艺宝
  1. BP神经网络的数据分类-语音特征信号分类

    0下载:
  2. bp网络用于数据分类,一类语音特征信号的分类,以供参考学习(BP network is used for data classification, and a class of speech feature signals is classified for reference learning)
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:518144
    • 提供者:艺宝
  1. 遗传算法优化BP神经网络用于非线性函数拟合

    0下载:
  2. 遗传算法优化的bp神经网络用于非线性函数的拟合。(BP neural network optimized by genetic algorithm for nonlinear function fitting.)
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:91136
    • 提供者:艺宝
  1. 案例3

    0下载:
  2. 遗传算法优化BP神经网络,对非线性函数进行拟合。(The genetic algorithm optimizes the BP neural network to fit the nonlinear function.)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:52224
    • 提供者:积灰
  1. 案例2

    0下载:
  2. BP神经网络的非线性系统建模,对非线性函数进行拟合。(Nonlinear system modeling of BP neural network)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:48128
    • 提供者:积灰
  1. weimo

    1下载:
  2. 基于发现蚁群算法优化神经网络是利用蚁群算法在解空间寻找出一组最优的权值和阈值,然后将这一组解带回到神经网络进行细致优化,从而得到最好的权值和阈值。(Found that the ant colony algorithm to optimize the neural network based on Ant Colony Algorithm in the solution space to find a set of optimal weights and threshold based on,
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:787456
    • 提供者:跃跃欲
  1. bpnn

    2下载:
  2. 用Python3实现BP神经网络对MNIST数字手写体识别,下载就能用(Using Python3 to implement BP neural network for MNIST digital handwriting recognition, download can be used)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:6428672
    • 提供者:史老四
  1. 程序

    4下载:
  2. 针对齿轮箱故障诊断的问题,提出了一种基于BP神经网络和DS 证据理论的不确定性信息融合方法。(In order to realize a stable and effective gearbox fault diagnosis system, an uncertain information fusion method based on BP neural network and modified DS evidence theory is proposed.)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:15360
    • 提供者:Peachwin
  1. PSO-BP

    1下载:
  2. 粒子群算法优化BP神经网络,可用于指标预测(BP neural network optimized by Particle swarm optimization (PSO) that can be used for index prediction)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:霜月
  1. dropout_and_minibatch

    0下载:
  2. 基于两层BP神经网络,加入dropout和softmax,输出层使用softmax,实现对手写字符库MNIST的识别,正确率达90%。(Based on the two level BP neural network, adding dropout and softmax, the output layer uses softmax to realize the recognition of handwritten character library MNIST, the accuracy ra
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:17611776
    • 提供者:WG_JNU
  1. 人工神经网络与应用21个案例汇总

    0下载:
  2. 案例程序分析,用于神经网络编程参考;对人工神经初学者编程起指导作用(Case program analysis for neural network programming reference;The guiding role of programming for the beginners of artificial nerve)
  3. 所属分类:其他

    • 发布日期:2018-05-07
    • 文件大小:8633344
    • 提供者:细节斗士
  1. 股票预测

    1下载:
  2. 采用三层BP神经网络结构,输入层神经元数为5,隐含层神经元数为3,输出层神经元数为1,使用MATLAB编写。 将所给数据按14:1分为训练样本集,和测试样本集,经测试及分析,预测误差为0.1700,误差较小。 网络训练好后,输入前一天的6组数据,即:最高价、最低价、开盘价、收盘价、成交量,就能自动预测出后一天的收盘价。(The structure of three-layer BP neural network is adopted. The number of neurons in the i
  3. 所属分类:其他

    • 发布日期:2020-11-28
    • 文件大小:306176
    • 提供者:nz106
  1. BP神经网络股票预测

    2下载:
  2. 在600085这个数据表中,以XZSLX综合作为输入,以收盘价作为输出 以前595个数据作为训练样本,后100个数据作为实际输出。 通过训练数据建立模型,最终输出100个预测的股票收盘价。 将预测的收盘价和实际的收盘价进行对比并求取误差,从而判断所建立模型的准确性。 RBF神经网络调用newff函数实现。(In the data table of 600085, XZSLX synthesis is used as input and closing price as output. The
  3. 所属分类:其他

    • 发布日期:2020-07-01
    • 文件大小:214016
    • 提供者:nz106
« 12 »
搜珍网 www.dssz.com