简体   繁体   English

默认情况下,matlab 中用于训练 NN 的算法是什么?

[英]what is the algorithm used to train NN in matlab by default?

I mean when I create a net work with Newff or nntool or any command of matlab is back propagation the default algo???我的意思是当我使用 Newff 或 nntool 或任何 matlab 命令创建网络时,反向传播是默认算法??? or we need to write a script if we want to use BP in learning???或者如果我们想在学习中使用BP,我们需要写一个脚本???

RTFM. RTFM。 The first line of the function's documentation explains:该函数文档的第一行解释了:

newff Create a feed-forward backpropagation network. newff 创建一个前馈反向传播网络。

Obsoleted in R2010b NNET 7.0.在 R2010b NNET 7.0 中已过时。 Last used in R2010a NNET 6.0.4.最后在 R2010a NNET 6.0.4 中使用。 The recommended function is feedforwardnet.推荐的函数是feedforwardnet。

... The training function BTF can be any of the backprop training functions such as trainlm, trainbfg, .... The learning function BLF can be either of the backpropagation learning functions such as learngd or learngdm.... ... 训练函数 BTF 可以是任何反向传播训练函数,如 trainlm、trainbfg、.... 学习函数 BLF 可以是反向传播学习函数如 learngd 或 learngdm ....

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM