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

搜索资源列表

  1. BP神经网络源程序

    3下载:
  2. 基于C开发的三个隐层神经网络,输出权值、阈值文件,训练样本文件,提供如下函数:1)初始化权、阈值子程序;2)第m个学习样本输入子程序;3)第m个样本教师信号子程序;4)隐层各单元输入、输出值子程序;5)输出层各单元输入、输出值子程序;6)输出层至隐层的一般化误差子程序;7)隐层至输入层的一般化误差子程序;8)输出层至第三隐层的权值调整、输出层阈值调整计算子程序;9)第三隐层至第二隐层的权值调整、第三隐层阈值调整计算子程序;10)第二隐层至第一隐层的权值调整、第二隐层阈值调整计算子程序;11)第一
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:11127
    • 提供者:李洋
  1. Delta

    0下载:
  2. 神经网络感知器学习规则:Delta学习规则。采用Delta学习规则,进行权值调整,阈值变换函数采用双极性连续函数。程序简单易懂,希望对大家有所帮助!-Neural network perceptron learning rule: Delta learning rule. Delta learning rule used to carry out the right to adjust the value of the threshold bipolar transfer function us
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:62274
    • 提供者:李洋
  1. License_Plate_NN_OCR

    0下载:
  2. Neural Network Based Threshold Determination for Malaysia License Plate Character Recognition
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:474533
    • 提供者:Javor
  1. ga_bp

    1下载:
  2. ga优化神经网权值&阈值程序。为了方便,我把几个matlab的程序都放在txt文件里,使用时,对照把txt内容复制进matlab即可-ga optimization neural network weights & threshold procedures. For convenience, I have several matlab programs on the txt file, use, control the content of the txt you copied into
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1266
    • 提供者:chengwei
  1. GaBp

    0下载:
  2. 用GA训练BP网络的权值、阈值从而优化神经网络-GA training BP network with the right value, the threshold in order to optimize the neural network
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1211
    • 提供者:sa
  1. gabp

    0下载:
  2. ga优化神经网权值&阈值程序。 优化的基本原理和过程很多论文可以查到,在此不必赘述我就把用gaot5的小程序贴在下面吧,也是y=1/x-ga optimization neural network weights & threshold procedures. Optimization of the basic principles and processes can be found in many papers, do not have to go into details he
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:1165
    • 提供者:肖晔
  1. GABPTOOLBOX

    0下载:
  2. 用遗传算法优化BP神经网络的权值及其阀值-Using genetic algorithm optimization BP neural network weights and threshold
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:168005
    • 提供者:neil
  1. bpnet

    1下载:
  2. 用MATLAB实现二层bp神经网络的计算。可以改变阈值和权值以改进算法,并可以将该方法推广到多层网络。-Using MATLAB to achieve the second floor bp neural network computing. Can change the threshold value and weight to improve the algorithm and the method can be extended to the multi-layer network.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:2863
    • 提供者:lyr
  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. GA-BP

    1下载:
  2. 这是一个采用遗传算法优化bp神经网络权值阈值的MATLAB程序-This is a genetic algorithm to optimize neural network weights bp threshold MATLAB program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:34491
    • 提供者:chengfei
  1. test

    2下载:
  2. 关于BP神经网络的程序代码,包括阈值和权值的调整,现在在石油开发测井应用非常广泛-Regarding the BP neural network program code, include threshold value and the adjustment of oil well logging, now is used extensively
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:14788
    • 提供者:赵亚宁
  1. 05363793

    0下载:
  2. An Improved PSO Algorithm to Optimize BP Neural Network Abstract This paper presents a new BP neural network algorithm which is based on an improved particle swarm optimization (PSO) algorithm. The improved PSO (which is called IPSO) algori
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:252872
    • 提供者:dasu
  1. ga_bp

    0下载:
  2. 网络结构、初始连接权值和阈值的选择对网络训练的影响很大,但是又无法准确获得,针对这些特点可以采用遗传算法对神经网络进行优化-Network structure, initial connection weights and threshold selection a great impact on the network training, but it is impossible to accurately obtain, these features can be used for the
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:1237
    • 提供者:小龙
  1. Neural-network-recognition

    0下载:
  2. 网络将输入模式加权求和、与门限比较、再进行非线性运算,得到网络的输出-The network will be weighted sum input mode, compared with the threshold, then a nonlinear operator to get the output of the network
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:493103
    • 提供者:徐森
  1. bp

    1下载:
  2. bp神经网络阈值和权值设定,自己设定,再也不需要用rands默认设定-BP neural network threshold and weight settings, set their own, no longer need to use the default setting rands
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-16
    • 文件大小:792
    • 提供者:李磊伟
  1. bp-neural-network(3-hidden-layer)

    0下载:
  2. 3隐层的bp神经网络,有详细的注释,各隐层的权值调整、输出层阈值调整,学习样本输出层至隐层一般化误差-3 bp neural network hidden layer, there are detailed notes, each hidden layer weight adjustment, the output layer threshold adjustment, learning sample output layer to the hidden layer generalization
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:3484
    • 提供者:zhuoshi
  1. ICA-wind-prediction

    1下载:
  2. 采用最先进的殖民竞争算法Imperialist competition algorithm优化BP神经网络的初始权值、阈值,进行风电功率预测,带数据和实例,ica为主程序-Using the most advanced colonial competitive algorithm Imperialist competition algorithm to optimize the initial weights of BP neural network, threshold, carry wind
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:17782
    • 提供者:Victoria
  1. genetic--BP-weights-and-threshold

    0下载:
  2. 利用遗传算法优化BP神经网络权值和阈值的matlab-The use of genetic algorithm to optimize BP neural network weights and threshold
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:112104
    • 提供者:haiguangchao
  1. nueral-network

    0下载:
  2. 神经网络~通过前30天的数据训练权值向量和阈值,预测第31天的叶绿素含量。-Neural Network- 30 days ago by data trained weight vector and threshold, forecast the chlorophyll content of the first 31 days.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-25
    • 文件大小:11893
    • 提供者:dd
  1. GA_Bp

    0下载:
  2. 利用Maltab脚本M语言,使用GA遗传算法优化BP神经网络阈值,文件包括:ga_bp和gaot工具箱,首先在maltab中利用setpath设置加载gaot工具箱,然后在ga_bp文件夹下运行!(Using Maltab scr ipt M language, we use GA genetic algorithm to optimize BP neural network threshold. The files include ga_bp and GAOT toolbox. First,
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:107520
    • 提供者:兰德尔
« 12 3 4 »
搜珍网 www.dssz.com