搜索资源列表

  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 ne
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:4941
    • 提供者:龙海侠
  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 ne
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:5120
    • 提供者:龙海侠
  1. BpNlayerEXE

    0下载:
  2. BP神经网络程序,其中包括BP网络的源代码,及全部内容-BP neural network programming, including BP network of source code, and all the contents
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:5910528
    • 提供者:李欣龙
  1. bp2

    0下载:
  2. bp神经网络源码, NEWFF---生成一个新的前向神经网络 TRAIN-----对BP神经网络进行训练 SIM----对BP神经网络进行仿真 -bp neural network source code
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:yuanru
  1. MLPNetworksimulation

    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 b
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:100352
    • 提供者:zhulz
  1. MATLABandB

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

    • 发布日期:2024-05-15
    • 文件大小:243712
    • 提供者:douzi
  1. MY_newff

    0下载:
  2. matlab训练神经网络的源代码程序,用于神经网络的学习-matlab neural network training process the source code for the neural network learning
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:jiangnian
  1. BP

    0下载:
  2. bp网络 图像分类 能运行,针对不同的图片稍作调试即刻。-bpnet
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:wujun
  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,{ t
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:鄭又豪
  1. yu-2

    0下载:
  2. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:于洁
  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 )
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:王飞
  1. newff

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

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:ali
  1. ann_newff

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

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:m
  1. face-recognitionamatlab-program

    0下载:
  2. 人脸识别,基于神经网络,代码很精练。 NEWFF——生成一个新的前向神经网络 TRAIN——对 BP 神经网络进行训练 SIM——对 BP 神经网络进行仿真 - The NEWFF- Generate a new feedforward neural network TRAIN- BP neural network training, the SIM- BP Neural Network Simu
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:5520384
    • 提供者:陈德胜
  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.trai
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:reynard
  1. characterrecognition

    0下载:
  2. This the error backpropagation algorithm based character recognition program developed in matlab. The program folder contains the training images of some english alphabets & numerals. & trains the neural network using tr
  3. 所属分类:教育/学校应用

    • 发布日期:2024-05-15
    • 文件大小:7730176
    • 提供者:manish
  1. pattern-recognition

    0下载:
  2. 自己编的人工神经网络(ANN)单隐层 单输出 ,不是调用函数newff产生的 ,用于模式识别-Own series of artificial neural network (ANN) single hidden layer single output, instead of calling the function newff generated for pattern recognition
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:41984
    • 提供者:
  1. matlab_newff

    0下载:
  2. matlab神经网络newff函数用来创建网络,为BP神经网络设置参数-newff is very important of BP.
  3. 所属分类:编程文档

    • 发布日期:2024-05-15
    • 文件大小:245760
    • 提供者:万物
  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. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者: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. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:张增棵
« 12 »

源码中国 www.ymcn.org