搜索资源列表

  1. 神经网络学习的二维非线性函数

    0下载:
  2. 神经网络学习二维非线性函数 ,多维非线性辨识的MATLAB程序-neural network learning 2D nonlinear function, multi-dimensional nonlinear identification procedures MATLAB
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1882
    • 提供者:gxsh
  1. 三层BP神经网络逼近非线性函数

    3下载:
  2. 内容如题,其中BP神经网络的建立采用自编函数,而非Matlab自带的神经网络建立函数
  3. 所属分类:matlab例程

    • 发布日期:2011-02-26
    • 文件大小:139110
    • 提供者:361478421
  1. 神经网络学习的二维非线性函数

    0下载:
  2. 神经网络学习二维非线性函数 ,多维非线性辨识的MATLAB程序-neural network learning 2D nonlinear function, multi-dimensional nonlinear identification procedures MATLAB
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:gxsh
  1. BP

    0下载:
  2. BP神经网络 非线性函数拟合,BP神经网络 非线性函数拟合-BP neural network nonlinear function fitting, BP neural network nonlinear function approximation
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-10
    • 文件大小:48128
    • 提供者:罗乐
  1. 遗传算法优化BP神经网络-非线性函数拟合

    0下载:
  2. 进行非线性函数拟合且用遗传算法对BP神经网络进行优化(The nonlinear function is fitted and the BP neural network is optimized by genetic algorithm)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:51200
    • 提供者:海航
  1. 粒子群算法的寻优算法-非线性函数极值寻优

    2下载:
  2. 通过粒子群算法对非线性函数的极值进行求解(The extremum of the nonlinear function is solved by particle swarm optimization)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:海航
  1. RBF网络的回归-非线性函数回归的实现

    0下载:
  2. 利用RBF神经网络对非线性函数进行回归分析(The nonlinear function is regressed by RBF neural network)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:海航
  1. BP神经网络的非线性系统建模-非线性函数拟合

    0下载:
  2. BP神经网络的非线性系统建模-非线性函数拟合(Nonlinear system modeling of BP neural networks nonlinear function fitting)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:48128
    • 提供者:青鱼
  1. 遗传算法优化BP神经网络-非线性函数拟合

    0下载:
  2. 遗传算法优化BP神经网络-非线性函数拟合(Genetic algorithm optimization BP neural network nonlinear function fitting)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:52224
    • 提供者:青鱼
  1. BP神经网络的非线性系统建模_非线性函数拟合

    0下载:
  2. BP神经网络构建根据拟合非线性函数特点确定BP神经网络结构,由于该非线性函数有两个输入参数,一个输出参数,所以BP神经网络结构为2—5—1,即输入层有2个节点,隐含层有5个节点,输出层有1个节点。 从非线性函数中随机得到2000组输入输出数据,从中随机选择1900组作为训练数据,用于网络训练,100组作为测试数据,用于测试网络的拟合性能。(Construction of BP neural network for nonlinear
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:47104
    • 提供者:傲视天下
  1. BP神经网络的非线性系统建模-非线性函数拟合

    0下载:
  2. BP神经网络的非线性系统建模-非线性函数拟合(Nonlinear system modeling of BP neural network nonlinear function fitting)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:48128
    • 提供者:hano
  1. BP神经网络用于非线性函数拟合

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

    • 发布日期:2024-05-10
    • 文件大小:86016
    • 提供者:艺宝
  1. 步长加速法求解二维非线性函数问题

    0下载:
  2. 步长加速法求解二维非线性函数问题,并举两实例(Solving two dimensional nonlinear function problem by step acceleration method)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-10
    • 文件大小:50176
    • 提供者:林枫林云
  1. 遗传算法和粒子群算法求解非线性函数最大值问题

    0下载:
  2. 遗传算法和粒子群算法求解非线性函数最大值问题(Solving the maximum value problem of nonlinear function by genetic algorithm and particle swarm optimization)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-10
    • 文件大小:73728
    • 提供者:林枫林云
  1. 模拟退火法求解非线性函数问题

    0下载:
  2. 模拟退火法求解非线性函数问题。结合非线性函数最小值问题,给出求解其最小值的模拟退火法步骤和源程序。(Solving nonlinear function problem by simulated annealing)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-10
    • 文件大小:61440
    • 提供者:林枫林云
  1. BP神经网络的非线性系统建模-非线性函数拟合

    0下载:
  2. BP神经网络的非线性系统建模-非线性函数拟合(Nonlinear system modeling of BP neural network nonlinear function fitting)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:48128
    • 提供者:32768
  1. 遗传算法优化BP神经网络-非线性函数拟合

    0下载:
  2. 遗传算法优化BP神经网络-非线性函数拟合(Genetic algorithm optimizes BP neural network nonlinear function fitting)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:54272
    • 提供者:32768
  1. CMAC逼近非线性函数

    0下载:
  2. 利用小脑模型神经网络逼近非线性函数,MATLAB编写m文件实现,给出逼近误差(Cerebellar model neural network is used to approximate nonlinear functions. MATLAB is used to write M files, and approximation error is given.)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:4096
    • 提供者:小太M阳
  1. RBF神经网络逼近非线性函数

    0下载:
  2. 利用径向基神经网络逼近非线性函数,MATLAB编程实现,给出训练误差(Radial basis function neural network is used to approximate nonlinear functions. MATLAB programming is implemented to give training error.)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:小太M阳
  1. 神经网络遗传算法函数极值寻优-非线性函数极值

    1下载:
  2. 神经网络遗传算法函数极值寻优-非线性函数极值(Neural network genetic algorithm function extremum optimization - nonlinear function extremum)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:100352
    • 提供者:acicas
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org