CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - trainbr
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - trainbr - List
[
Other resource
]
BPBPzui
DL : 0
通过在MATLAB平台上比较BP神经网络的三种训练方法-trainbr traingdm trainlm.并且网络中加入噪音!-through MATLAB platform comparison BP neural network training method for the three-trainbr traingdm trainlm. Network and add noise!
Update
: 2008-10-13
Size
: 1.15kb
Publisher
:
江宏伟
[
Other resource
]
11
DL : 0
L-M优化算法(trainlm)和贝叶斯正则化算法(trainbr)
Update
: 2008-10-13
Size
: 1.05kb
Publisher
:
ouyinghua
[
matlab
]
BPBPzui
DL : 0
通过在MATLAB平台上比较BP神经网络的三种训练方法-trainbr traingdm trainlm.并且网络中加入噪音!-through MATLAB platform comparison BP neural network training method for the three-trainbr traingdm trainlm. Network and add noise!
Update
: 2025-02-17
Size
: 1kb
Publisher
:
江宏伟
[
matlab
]
11
DL : 0
L-M优化算法(trainlm)和贝叶斯正则化算法(trainbr)-LM optimization algorithm (trainlm) and Bayesian regularization algorithm (trainbr)
Update
: 2025-02-17
Size
: 1kb
Publisher
:
ouyinghua
[
Algorithm
]
bp.example
DL : 0
采用动量梯度下降算法训练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 (trainbr), to facilitate the training of BP network
Update
: 2025-02-17
Size
: 3kb
Publisher
:
闫薇
[
AI-NN-PR
]
bys
DL : 1
采用贝叶斯正则化算法提高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 be used, that is, LM optimization algorithm (trainlm) and Bayesian regularization algorithm (trainbr), to facilitate the training of BP network to enable it to fit attached to a white noise of the sinusoidal sample data.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
qiulan
[
matlab
]
trainlm
DL : 0
采用两种训练方法,即 L-M 优化算法(trainlm)和贝叶斯正则化算法(trainbr)-Using two training methods, namely, LM optimization algorithm (trainlm) and Bayesian regularization algorithm (trainbr)
Update
: 2025-02-17
Size
: 3kb
Publisher
:
chen
[
AI-NN-PR
]
Example4
DL : 0
采用贝叶斯正则化算法(抑制过拟合)提高 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 optimization algorithm (trainlm) and Bayesian regularization algorithm (trainbr), to train BP network
Update
: 2025-02-17
Size
: 1kb
Publisher
:
liuwei
[
AI-NN-PR
]
Bayes-in-BP(code)
DL : 0
采用贝叶斯正则化算法提高 BP 网络的推广能力。在本例中,我们采用两种训练方法,即 L-M 优化算法(trainlm)和贝叶斯正 则化算法(trainbr),用以训练 BP 网络,使其能够拟合某一附加有白噪声的正弦样本数据。-Use Bayes to train BP network
Update
: 2025-02-17
Size
: 1kb
Publisher
:
肖木
[
e-language
]
Bayesian-regularization
DL : 0
贝叶斯正则化算法提高 BP 网络,L-M 优化算法(trainlm)和贝叶斯正则化算法(trainbr),用以训练 BP 网络-Bayesian regularization algorithm to improve BP network
Update
: 2025-02-17
Size
: 1kb
Publisher
:
陶西柱
[
Other
]
bp2
DL : 0
采用贝叶斯正则化算法提高 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, namely LM optimization algorithm (trainlm) and Bayesian regularization algorithm (trainbr), to train BP network so that it can fit a sine additional white noise sample data.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
张
[
matlab
]
bpNeural-network-instance
DL : 0
例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 regularization algorithm to improve the generalization ability of BP network. In this example, we use two training methods, the LM optimization algorithm (trainlm) and the Bayesian regularization algorithm (trainbr), to train the BP network to fit a sine sample with white noise data.
Update
: 2025-02-17
Size
: 31kb
Publisher
:
李晓霜
[
Other
]
BP
DL : 0
BP神经网络的主程序,已经调试成功。其中传递函数可以自己随意选用,sigmoid,pureline等函数。训练函数也可以自己设置,trainlm,trainbr等等(Back propagation neural network.)
Update
: 2025-02-17
Size
: 1kb
Publisher
:
李宁227
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.