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


RTFM. The first line of the function’s documentation explains:

newff Create a feed-forward backpropagation network.

Obsoleted in R2010b NNET 7.0. Last used in R2010a NNET 6.0.4. The recommended function is 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….

0

solved what is the algorithm used to train NN in matlab by default?