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

搜索资源列表

  1. rbfn

    0下载:
  2. 利用MATLAB对神经网络进行编程,用newff()创建两层前向网络。网络输入范围[-1 1],第一层有10个tansig神经元-using MATLAB right neural network programming with newff () to the creation of a two-tier network. Network input range [-1 1], the first layer 10 tansig neurons
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4941
    • 提供者:龙海侠
  1. MLPNetworksimulation.rar

    0下载:
  2. Matlab 下 BP 神经网络的举例及详细说明。美国大学的一个实验。 虽然是 PDF文件,但程序可以直接粘贴下来运行。,The process to train and test a designed MLP neural network : 1) We make training patterns and test patterns. 2) A network architecture should be defined by newff MATLAB function with th
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:99978
    • 提供者:zhulz
  1. MATLABandB

    1下载:
  2. Matlab中BP神经网络的构建和初始化训练前馈网络的第一步是建立网络对象。函数newff建立一个可训练的前馈网络。这需要4个输入参数。第一个参数是一个Rx2的矩阵以定义R个输入向量的最小值和最大值。第二个参数是一个颟顸每层神经元个数的数组。第三个参数是包含每层用到的转移函数名称的细胞数组。最后一个参数是用到的训练函数的名称。 -matlab bp
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:243498
    • 提供者:douzi
  1. MY_newff

    0下载:
  2. matlab训练神经网络的源代码程序,用于神经网络的学习-matlab neural network training process the source code for the neural network learning
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:918
    • 提供者:jiangnian
  1. BPNN4_2

    0下载:
  2. load training.txt load TrainOut.txt load validation.txt load ValOut.txt load testing.txt load TestOut.txt INPUT=[training validation testing] OUTPUT=[TrainOut ValOut TestOut] net=newff(INPUT,OUTPUT,200,{ tansig , purelin }, trainlm )
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1158
    • 提供者:鄭又豪
  1. shenjingwangluo

    0下载:
  2. T=[1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1] 输入向量的最大值和最小值 threshold=[0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1] net=newff(threshold,[31 3],{ tansig , logsig }, trainlm ) 训练次数为1000,训练目标为0.01,学习速率为0.1
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:972
    • 提供者:王飞
  1. newff

    0下载:
  2. feed forward back propagation neural network-feed forward back propagation neural network
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2641
    • 提供者:ali
  1. ann_newff

    0下载:
  2. this code is matlab and use newff to create ann.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1303
    • 提供者:m
  1. face-recognitionamatlab-program

    1下载:
  2. 人脸识别,基于神经网络,代码很精练。 NEWFF——生成一个新的前向神经网络 TRAIN——对 BP 神经网络进行训练 SIM——对 BP 神经网络进行仿真 - The NEWFF- Generate a new feedforward neural network TRAIN- BP neural network training, the SIM- BP Neural Network Simulation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-19
    • 文件大小:5519991
    • 提供者:陈德胜
  1. gm11

    0下载:
  2. function exp85 clear all p=[0:0.1:1.1] t=[22.4570 26.6012 12.6416 5.9367 6.9265 28.2432 31.5068 37.0166 7.8947 1.0398 12.7095] net=newff([0 1],[5 1],{ tansig purelin }, traingdx , learngdm ) net.trainParam.epochs=2500 net.trai
  3. 所属分类:matlab

    • 发布日期:
    • 文件大小:2159
    • 提供者:reynard
  1. newff-with-several-methods

    0下载:
  2. feed forward neural network trained using several methods,then efficiency of each method represented at the end
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:695
    • 提供者:Cobaya
  1. Newff

    0下载:
  2. 实现神经网络预测,对于学习英文BP是很好入门例子。-Realization of neural network prediction, learning English is a good example of the entry BP. Realization of neural network prediction, learning English is a good example of the entry BP.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:865
    • 提供者:张增棵
  1. newff

    0下载:
  2. BP神经网络代码,只能作为训练函数用,经过测试可以使用,能对10*13矩阵使用-New function for neural network can simulate 10*13 matrics
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1211
    • 提供者:张舟
  1. BP

    0下载:
  2. MATLAB 实现的BP神经网络,没有使用newff函数,自行编写的程序,还有多种改进算法。-MATLAB BP neural network, there is no use newff function, its own written procedures, there are many kinds of improved algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:7449
    • 提供者:Jing
  1. 神经网络代码

    0下载:
  2. 识别印刷体26个大写英文字母的训练网络(任意五个字母),用newff或feedforwardnet构建(A training network (any five letters) that identifies 26 letters of English letters in a printed form, constructed with newff or feedforwardnet)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-06
    • 文件大小:50176
    • 提供者:喵喵haha
  1. newff

    0下载:
  2. bp神经网络模型训练,简单的三层二级网络(bp train bp modelbp train bp modelbpbp train bp model train bp modelbp train bp modelbp train bp modelbp train bp model)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-07
    • 文件大小:14336
    • 提供者:金子子子
搜珍网 www.dssz.com