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

搜索资源列表

  1. BPBPzui

    0下载:
  2. 通过在MATLAB平台上比较BP神经网络的三种训练方法-trainbr traingdm trainlm.并且网络中加入噪音!-through MATLAB platform comparison BP neural network training method for the three-trainbr traingdm trainlm. Network and add noise!
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1179
    • 提供者:江宏伟
  1. 11

    0下载:
  2. L-M优化算法(trainlm)和贝叶斯正则化算法(trainbr)
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1071
    • 提供者:ouyinghua
  1. bayes_bpnet

    0下载:
  2. 采用贝叶斯正则化算法提高 BP 网络的推广能力。我们采用两种训练方法,即 L-M 优化算法(trainlm)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1339
    • 提供者:pannewstar
  1. Example4

    0下载:
  2. 采用贝叶斯正则化算法(抑制过拟合)提高 BP 网络的推广能力,采用两种训练方法, 即 L-M 优化算法(trainlm)和贝叶斯正则化算法(trainbr),用以训练 BP 网络;-Bayesian regularization algorithm (inhibition of over-fitting) to improve the generalization ability of BP network, using two training methods, that LM opti
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:1155
    • 提供者:liuwei
  1. bys

    0下载:
  2. 采用贝叶斯正则化算法提高BP网络的推广能力。在本例中,将采用两种训练方法,即L-M优化算法(trainlm)和贝叶斯正则化算法(trainbr),用以训练BP网络,使其能够拟合某一附加有白噪声的正弦样本数据。-The use of Bayesian regularization algorithm for BP network to improve generalization ability. In this case, two types of training methods will b
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:819
    • 提供者:qiulan
  1. bp.example

    1下载:
  2. 采用动量梯度下降算法训练BP网络,采用两种训练方法,即 L-M 优化算法(trainlm)和贝叶斯正则化算法(trainbr),用以训练 BP 网络-Gradient descent algorithm using momentum BP network training, using two training methods, namely, LM optimization algorithm (trainlm) and Bayesian regularization algorithm (t
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:2993
    • 提供者:闫薇
  1. exampls

    0下载:
  2. This file contains examples of training by using trainlm algorthim
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:146921
    • 提供者:Meme
  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. trainlm

    0下载:
  2. 采用两种训练方法,即 L-M 优化算法(trainlm)和贝叶斯正则化算法(trainbr)-Using two training methods, namely, LM optimization algorithm (trainlm) and Bayesian regularization algorithm (trainbr)
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:3096
    • 提供者:chen
  1. BPcode

    0下载:
  2. matlab模拟BP网络,使用trainlm和traingd以及traingdx传递函数。-matlab simulation of BP network, the use of trainlm and traingd and traingdx transfer function.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:1988
    • 提供者:成龙
  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. trainlm

    0下载:
  2. 使用MATLAB语言写的,LM算法,将LM算法应用于神经网络的训练,大幅提高速度-Using MATLAB language, LM algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1333
    • 提供者:何翔
  1. biansulvshenjingwangluo

    0下载:
  2. 变速率的神经网络matlab程序,采trainlm 函数-Variable rate of neural networks matlab program, the mining trainlm function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:3355
    • 提供者:likang
  1. Bayes-in-BP(code)

    0下载:
  2. 采用贝叶斯正则化算法提高 BP 网络的推广能力。在本例中,我们采用两种训练方法,即 L-M 优化算法(trainlm)和贝叶斯正 则化算法(trainbr),用以训练 BP 网络,使其能够拟合某一附加有白噪声的正弦样本数据。-Use Bayes to train BP network
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:1084
    • 提供者:肖木
  1. twodimapproximationbp

    0下载:
  2. 单输出函数Y=SIN(X)逼近问题的bp程序:假设网络结构为3--2--1,输入维数M,共N个样本,一般输入不算层,输出算层- 激活函数: hardlim---(0,1),hardlims---(-1,1),purelin,logsig---(0,1),tansig----(-1,1) softmax,poslin,radbas,satlin,satlins,tribas 训练算法: 1.traingd,traingdm,traingda(variable l
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-03
    • 文件大小:2370
    • 提供者:刘老师
  1. Bayesian-regularization

    0下载:
  2. 贝叶斯正则化算法提高 BP 网络,L-M 优化算法(trainlm)和贝叶斯正则化算法(trainbr),用以训练 BP 网络-Bayesian regularization algorithm to improve BP network
  3. 所属分类:ELanguage

    • 发布日期:2017-11-25
    • 文件大小:898
    • 提供者:陶西柱
  1. BP_futures

    2下载:
  2. 【神经网络BP预测期货收盘价】:用开盘价、最高价、最低价、收盘价数据预测未来几天的收盘价,训练方法为trainlm。数据只需要一个txt文件,可以自己网上下载,TB或文化软件提取,本人提供了一份txt的开高低收文件。-[BP neural network to predict futures closing price]: with open, high, low, close price data to predict the closing price of the next few day
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:335216
    • 提供者:罗成
  1. BP_LM

    0下载:
  2. 采用贝叶斯正则化算法提高 BP 网络的推广能力。在本例中,我们采用两种训练方法,即 L-M 优化算法(trainlm)和贝叶斯正 -Bayesian regularization algorithm to improve the generalization ability of BP network. In this example, we use two training methods, namely LM optimization algorithm (trainlm) and Baye
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:925
    • 提供者:石勇
  1. bp2

    0下载:
  2. 采用贝叶斯正则化算法提高 BP 网络的推广能力。 在本例中,我们采用两种训练方法,即 L-M 优化算法(trainlm)和贝叶斯正则化算法(trainbr),用以训练 BP 网络,使其能够拟合某一附加有白噪声的正弦样本数据。-Bayesian regularization algorithm to improve the generalization ability of BP network. In this example, we use two training methods, na
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1449
    • 提供者:
  1. bpNeural-network-instance

    0下载:
  2. 例1 采用动量梯度下降算法训练 BP 网络。 例2 采用贝叶斯正则化算法提高 BP 网络的推广能力。在本例中,我们采用两种训练方法,即 L-M 优化算法(trainlm)和贝叶斯正则化算法(trainbr),用以训练 BP 网络,使其能够拟合某一附加有白噪声的正弦样本数据。-Example 1 uses the momentum gradient descent algorithm to train the BP network. Example 2 uses the Bayesian
  3. 所属分类:matlab

    • 发布日期:2017-12-16
    • 文件大小:31744
    • 提供者:李晓霜
« 12 »
搜珍网 www.dssz.com